Skip to content

Commit

Permalink
Pkg - Up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Jan 27, 2024
1 parent 423462c commit c7c062f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@types/luxon": "^3.3.7",
"@types/node": "^20.10.5",
"lightningcss": "^1.22.1",
"nuxt": "^3.9.0"
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.7",
"lightningcss": "^1.23.0",
"nuxt": "^3.9.3"
},
"dependencies": {
"luxon": "^3.4.4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "notivue-monorepo",
"private": true,
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.14.3",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"scripts": {
"dev": "pnpm build && concurrently \"pnpm -C packages/notivue run watch\" \"pnpm -C demo install && pnpm -C demo run dev --host\"",
Expand All @@ -18,7 +18,7 @@
"concurrently": "^8.2.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1"
"prettier": "^3.2.4"
},
"lint-staged": {
"*.{js,ts,vue,json,css,md}": "prettier --write"
Expand Down
14 changes: 7 additions & 7 deletions packages/notivue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"watch": "rm -rf dist && concurrently \"vite build --watch\" \"pnpm build:css --watch\""
},
"devDependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/schema": "^3.9.0",
"@types/node": "^20.10.5",
"@nuxt/kit": "^3.9.3",
"@nuxt/schema": "^3.9.3",
"@types/node": "^20.11.7",
"@vitejs/plugin-vue": "4.6.2",
"concurrently": "^8.2.2",
"defu": "^6.1.3",
"esbuild": "^0.19.11",
"defu": "^6.1.4",
"esbuild": "^0.19.12",
"typescript": "5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2",
"vue": "3.3.13",
"vue-tsc": "1.8.27"
},
Expand Down
14 changes: 7 additions & 7 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"notivue": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/test-utils": "^2.4.3",
"@types/node": "^20.11.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/test-utils": "^2.4.4",
"axe-core": "^4.8.3",
"cypress": "^13.6.2",
"cypress": "^13.6.3",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.11.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit c7c062f

Please sign in to comment.