Skip to content

Commit

Permalink
update vue deps (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvaara committed Apr 16, 2024
1 parent fe9b46e commit 3459a54
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 496 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"vitepress": "1.1.0",
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --cache --fix",
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"bootstrap-vue-next": "workspace:^",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vue-router": "^4.3.0"
},
"devDependencies": {
Expand All @@ -22,7 +22,7 @@
"@vue/tsconfig": "^0.5.1",
"bootstrap": "^5.3.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
},
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap-vue-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vitest/coverage-v8": "^1.5.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/runtime-core": "^3.4.21",
"@vue/runtime-core": "^3.4.23",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"@vueuse/shared": "^10.9.0",
Expand All @@ -70,10 +70,10 @@
"prettier": "^3.2.5",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.2",
"vite": "^5.2.9",
"vite-plugin-dts": "^3.8.3",
"vitest": "^1.5.0",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.13"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "^0.3.6",
"@nuxt/eslint-config": "^0.3.7",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/test-utils": "^3.12.1",
"@rushstack/eslint-patch": "^1.10.2",
"@types/node": "^20.12.7",
"@vue/eslint-config-prettier": "^9.0.0",
Expand All @@ -50,7 +50,7 @@
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"unimport": "^3.7.1",
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3459a54

Please sign in to comment.