Skip to content

Commit

Permalink
fix: deps (#190)
Browse files Browse the repository at this point in the history
* fix: deps
  • Loading branch information
Talljack committed May 7, 2024
1 parent 6c21ba7 commit 0a59c28
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 325 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@types/node": "^20.12.8",
"@types/node": "^20.12.10",
"@vitest/coverage-v8": "^1.5.3",
"bumpp": "^9.4.1",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.7.0",
Expand Down
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 0a59c28

Please sign in to comment.