Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed May 3, 2024
1 parent 9e15804 commit 7f08d2a
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"webpack": "^5.91.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm run typecheck && npx lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint src --fix"
Expand Down
8 changes: 4 additions & 4 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"build": "NODE_ENV=production rspack build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"unplugin-remove": "workspace:^"
},
"devDependencies": {
"@rspack/cli": "^0.6.2",
"@rspack/core": "^0.6.2",
"@rspack/plugin-react-refresh": "^0.6.2",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"react-refresh": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"unplugin-remove": "workspace:*",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4"
}
}
4 changes: 2 additions & 2 deletions playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.0",
"rimraf": "^5.0.5",
"serve": "^14.2.1",
"serve": "^14.2.3",
"sucrase": "^3.35.0",
"unplugin-remove": "workspace:*",
"vue": "^3.4.24",
"vue": "^3.4.26",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
Loading

0 comments on commit 7f08d2a

Please sign in to comment.