Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 10, 2024
1 parent 9f6a723 commit 4d49e2b
Show file tree
Hide file tree
Showing 5 changed files with 1,237 additions and 719 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"brotli": "^1.3.3",
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"execa": "^9.2.0",
"globby": "^14.0.1",
"lint-staged": "^15.2.7",
"execa": "^9.3.1",
"globby": "^14.0.2",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"semver": "^7.6.2",
"semver": "^7.6.3",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"docs:preview": "vitepress preview ."
},
"dependencies": {
"simple-git": "^3.25.0",
"simple-git": "^3.26.0",
"vitepress": "1.2.3",
"vitepress-translation-helper": "^0.2.1",
"vue-router": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.5.3"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.29",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.3",
"@vue/tsconfig": "^0.5.1",
"typescript": "~5.3.3",
"vite": "^5.3.1",
"vite": "^5.4.3",
"vue-router": "workspace:*",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.1.6"
}
}
28 changes: 14 additions & 14 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,40 +114,40 @@
"attributes": "vetur/attributes.json"
},
"dependencies": {
"@vue/devtools-api": "^6.6.3"
"@vue/devtools-api": "^6.6.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/jsdom": "^21.1.7",
"@types/nightwatch": "^2.3.31",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/compiler-sfc": "^3.4.29",
"@vue/server-renderer": "^3.4.29",
"@vue/compiler-sfc": "^3.5.3",
"@vue/server-renderer": "^3.5.3",
"@vue/test-utils": "^2.4.6",
"browserstack-local": "^1.5.5",
"chromedriver": "^121.0.2",
"chromedriver": "^128.0.1",
"connect-history-api-fallback": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cli": "^2.2.2",
"dotenv": "^16.4.5",
"faked-promise": "^2.2.2",
"geckodriver": "^3.2.0",
"happy-dom": "^14.12.3",
"nightwatch": "^2.6.22",
"geckodriver": "^4.4.4",
"happy-dom": "^15.7.3",
"nightwatch": "^2.6.25",
"nightwatch-helpers": "^1.2.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"rollup": "^3.29.4",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "~5.3.3",
"vite": "^5.3.1",
"vite": "^5.4.3",
"vitest": "^1.6.0",
"vue": "^3.4.29"
"vue": "^3.5.3"
}
}
Loading

0 comments on commit 4d49e2b

Please sign in to comment.