Skip to content

Commit

Permalink
chore: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Sep 12, 2024
1 parent 56ce177 commit 5921942
Show file tree
Hide file tree
Showing 5 changed files with 524 additions and 191 deletions.
19 changes: 11 additions & 8 deletions packages/create-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@
"yocto-spinner": "^0.1.0"
},
"peerDependencies": {
"@rsbuild/core": "1.0.1-rc.5",
"@rsbuild/plugin-react": "1.0.1-rc.5",
"@swc/core": "^1.7.6",
"@rsbuild/core": "^1.0.2",
"@rsbuild/plugin-react": "^1.0.1",
"@swc/core": "^1.7.25",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
"@tanstack/router-plugin": "workspace:^",
"@types/react": "^18.3.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"html-webpack-plugin": "^5.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swc-loader": "^0.2.6",
"typescript": "^5.5.3",
"vite": "^5.4.3",
"webpack": "^5.93.0",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
},
"peerDependenciesMeta": {
"@tanstack/react-router": {
Expand Down Expand Up @@ -101,6 +101,9 @@
"@rsbuild/core": {
"optional": true
},
"@rsbuild/plugin-react": {
"optional": true
},
"@types/react": {
"optional": true
},
Expand Down
3 changes: 1 addition & 2 deletions packages/router-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.32",
"vite": "^5.3.5"
"@types/yargs": "^17.0.32"
}
}
2 changes: 1 addition & 1 deletion packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@rsbuild/core": ">=1.0.1-rc.5",
"@rsbuild/core": ">=1.0.2",
"vite": ">=5.0.0",
"webpack": ">=5.92.0"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/router-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,5 @@
},
"dependencies": {
"@tanstack/router-plugin": "workspace:^"
},
"devDependencies": {
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 5921942

Please sign in to comment.