Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 8, 2023
1 parent bf6a608 commit 26200dc
Show file tree
Hide file tree
Showing 4 changed files with 1,066 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"enquirer": "^2.4.1",
"execa": "^6.1.0",
"globby": "^13.2.2",
"lint-staged": "^13.2.3",
"lint-staged": "^15.0.2",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
Expand Down
10 changes: 5 additions & 5 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.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.8",
"@vue/tsconfig": "^0.4.0",
"typescript": "~5.1.6",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vue-router": "workspace:*",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.22"
}
}
40 changes: 20 additions & 20 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,42 +79,42 @@
"attributes": "vetur/attributes.json"
},
"dependencies": {
"@vue/devtools-api": "^6.5.0"
"@vue/devtools-api": "^6.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@rollup/plugin-alias": "^5.0.0",
"@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",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@sucrase/jest-plugin": "^3.0.0",
"@types/jest": "^29.5.3",
"@types/jsdom": "^21.1.1",
"@types/nightwatch": "^2.3.25",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/server-renderer": "^3.3.4",
"@types/jest": "^29.5.8",
"@types/jsdom": "^21.1.5",
"@types/nightwatch": "^2.3.28",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.8",
"@vue/server-renderer": "^3.3.8",
"@vue/test-utils": "^2.4.1",
"browserstack-local": "^1.5.4",
"chromedriver": "^115.0.1",
"browserstack-local": "^1.5.5",
"chromedriver": "^119.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.2",
"jest-environment-jsdom": "^29.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-warn": "^1.1.0",
"nightwatch": "^2.6.21",
"nightwatch-helpers": "^1.2.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"rollup": "^3.28.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"sucrase": "^3.34.0",
"typescript": "~5.1.6",
"vite": "^4.4.9",
"vue": "^3.3.4"
"vite": "^4.5.0",
"vue": "^3.3.8"
}
}
Loading

0 comments on commit 26200dc

Please sign in to comment.