Skip to content

Commit

Permalink
feat(npm): update dependencies in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 29, 2024
1 parent 047f7de commit d0cd904
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 611 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"vue": ">=3.0.0"
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/shared": "^10.10.0",
"csstype": "^3.1.3",
"framesync": "^6.1.2",
"popmotion": "^11.0.5",
Expand All @@ -86,25 +86,25 @@
"@nuxt/kit": "^3.11.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@antfu/eslint-config": "^2.19.1",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vitest/coverage-v8": "^1.5.0",
"@vue/test-utils": "^2.3.2",
"chokidar": "^3.5.3",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"happy-dom": "^9.20.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"chokidar": "^3.6.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier-vue": "^5.0.0",
"happy-dom": "^14.12.0",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "4.3.8",
"vitest": "^1.5.0",
"vue": "^3.4.23",
"vite": "5.2.12",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
10 changes: 5 additions & 5 deletions playgrounds/vite-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview:ssg": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue": "^3.4.27",
"@vueuse/motion": "workspace:~",
"vue-router": "^4.2.1",
"@vueuse/head": "^1.1.26"
"vue-router": "^4.3.2",
"@vueuse/head": "^2.0.0"
},
"devDependencies": {
"vite": "4.3.8",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "5.2.12",
"@vitejs/plugin-vue": "^5.0.4",
"vite-ssg": "latest"
}
}
12 changes: 6 additions & 6 deletions playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"preview:vite": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue": "^3.4.27",
"@vueuse/motion": "workspace:~",
"prism-theme-vars": "^0.2.4",
"prism-theme-vars": "^0.2.5",
"prismjs": "^1.29.0"
},
"devDependencies": {
"vite": "4.3.8",
"vite-plugin-windicss": "^1.9.0",
"@vitejs/plugin-vue": "^4.2.3",
"@types/prismjs": "^1.26.0"
"vite": "5.2.12",
"vite-plugin-windicss": "^1.9.3",
"@vitejs/plugin-vue": "^5.0.4",
"@types/prismjs": "^1.26.4"
}
}
Loading

0 comments on commit d0cd904

Please sign in to comment.