Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 16, 2023
1 parent 0de0a22 commit 3549230
Show file tree
Hide file tree
Showing 4 changed files with 970 additions and 521 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"brotli": "^1.3.3",
"chalk": "^4.1.2",
"enquirer": "^2.3.6",
"enquirer": "^2.4.1",
"execa": "^6.1.0",
"globby": "^13.2.2",
"lint-staged": "^13.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@vue/compiler-sfc": "^3.3.4",
"@vue/tsconfig": "^0.4.0",
"typescript": "~5.1.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vue-router": "workspace:*",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.8"
}
}
22 changes: 11 additions & 11 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,39 +82,39 @@
"@vue/devtools-api": "^6.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.4",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@sucrase/jest-plugin": "^3.0.0",
"@types/jest": "^29.5.3",
"@types/jsdom": "^21.1.1",
"@types/nightwatch": "^2.3.24",
"@types/nightwatch": "^2.3.25",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"browserstack-local": "^1.5.3",
"chromedriver": "^114.0.2",
"@vue/test-utils": "^2.4.1",
"browserstack-local": "^1.5.4",
"chromedriver": "^115.0.1",
"connect-history-api-fallback": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
"dotenv": "^16.3.1",
"faked-promise": "^2.2.2",
"geckodriver": "^3.2.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-mock-warn": "^1.1.0",
"nightwatch": "^2.6.21",
"nightwatch-helpers": "^1.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"rollup": "^3.28.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-typescript2": "^0.35.0",
"sucrase": "^3.33.0",
"sucrase": "^3.34.0",
"typescript": "~5.1.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit 3549230

Please sign in to comment.