Skip to content

Commit

Permalink
fix: update & remove unused deps, close hannoeru#49
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 5, 2021
1 parent 5ec8ce4 commit d55d863
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 126 deletions.
1 change: 1 addition & 0 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-router-config": "^5.0.2",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.3.3",
"cross-env": "^7.0.3",
"nodemon": "^2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.43",
"@types/node": "^15.0.1",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"@vue/server-renderer": "^3.0.11",
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,20 @@
"deep-equal": "^2.0.5",
"fast-glob": "^3.2.5",
"json5": "^2.2.0",
"react-router-dom": "^5.2.0",
"yaml": "^2.0.0-5"
},
"peerDependencies": {
"vite": "^2.0.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
"vue": "^3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.4",
"@types/debug": "^4.1.5",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.0",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.43",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"eslint": "^7.25.0",
"jest": "^26.6.3",
"jest-esbuild": "^0.1.6",
Expand Down
Loading

0 comments on commit d55d863

Please sign in to comment.