Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed May 7, 2024
1 parent a7999e6 commit be660b9
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 169 deletions.
8 changes: 4 additions & 4 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"unplugin-remove": "workspace:^"
},
"devDependencies": {
"@rspack/cli": "^0.6.2",
"@rspack/core": "^0.6.2",
"@rspack/plugin-react-refresh": "^0.6.2",
"@rspack/cli": "^0.6.3",
"@rspack/core": "^0.6.3",
"@rspack/plugin-react-refresh": "^0.6.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"react-refresh": "^0.14.0"
"react-refresh": "^0.14.2"
}
}
2 changes: 1 addition & 1 deletion playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "^14.2.3",
"sucrase": "^3.35.0",
"unplugin-remove": "workspace:*",
"vue": "^3.4.26",
"vue": "^3.4.27",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
Loading

0 comments on commit be660b9

Please sign in to comment.