Skip to content

Commit

Permalink
Core, Notivue, Notification - Compile with Vue 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Sep 1, 2024
1 parent d6832b6 commit 5d5b8e8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/notivue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"watch": "rm -rf dist && concurrently \"vite build --watch\" \"pnpm build:css --watch\""
},
"devDependencies": {
"@nuxt/kit": "^3.10.1",
"@nuxt/schema": "^3.10.1",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "4.6.2",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@types/node": "^22.5.2",
"@vitejs/plugin-vue": "5.1.3",
"concurrently": "^8.2.2",
"defu": "^6.1.4",
"esbuild": "^0.21.5",
"typescript": "^5.5.2",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.9.1",
"vue": "3.3.13",
"vue-tsc": "^2.0.22"
"esbuild": "^0.23.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0",
"vue": "3.4.38",
"vue-tsc": "^2.1.4"
},
"peerDependencies": {
"@nuxt/kit": ">=3.5.0",
Expand Down

0 comments on commit 5d5b8e8

Please sign in to comment.