Skip to content

Commit

Permalink
chore: refactor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 30, 2022
1 parent 4e93c72 commit 5c55b59
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ yalc.lock
local.log
_selenium-server.log
packages/*/LICENSE
tracing_output
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"test": "pnpm run -r test"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.37",
"@vue/test-utils": "^2.0.0-rc.3",
"brotli": "^1.3.3",
"chalk": "^4.1.2",
"enquirer": "^2.3.6",
Expand All @@ -35,9 +32,6 @@
"p-series": "^3.0.0",
"prettier": "^2.4.1",
"semver": "^7.3.7",
"typescript": "~4.7.2",
"vue": "^3.2.37",
"vue-tsc": "^0.37.2",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
1 change: 1 addition & 0 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@types/node": "^16.11.36",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.31",
"@vue/tsconfig": "^0.1.3",
"typescript": "~4.7.2",
"vite": "^2.9.9",
Expand Down
8 changes: 7 additions & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
"@types/jest": "^27.4.1",
"@types/jsdom": "^16.2.13",
"@types/nightwatch": "^2.0.8",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.37",
"@vue/test-utils": "^2.0.0",
"browserstack-local": "^1.4.5",
"chromedriver": "^102.0.0",
"connect-history-api-fallback": "^1.6.0",
Expand All @@ -102,6 +106,8 @@
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "~4.7.2"
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vue": "^3.2.37"
}
}
26 changes: 14 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c55b59

Please sign in to comment.