Skip to content

Commit

Permalink
feat: deps (#215)
Browse files Browse the repository at this point in the history
* feat: deps

* feat: deps
  • Loading branch information
Talljack committed Jun 10, 2024
1 parent 3a1de70 commit c2ad151
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 162 deletions.
4 changes: 2 additions & 2 deletions playground/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"build": "MODE=production rolldown"
},
"dependencies": {
"rolldown": "^0.10.2",
"rolldown": "^0.10.4",
"unplugin-remove": "workspace:^"
},
"devDependencies": {
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions playground/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"unplugin-remove": "workspace:^"
},
"devDependencies": {
"@rspack/cli": "^0.6.5",
"@rspack/core": "^0.6.5",
"@rspack/plugin-react-refresh": "^0.6.5",
"@types/react": "^18.3.2",
"@rspack/cli": "^0.7.1",
"@rspack/core": "^0.7.1",
"@rspack/plugin-react-refresh": "^0.7.1 ",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react-refresh": "^0.14.2"
}
Expand Down
Loading

0 comments on commit c2ad151

Please sign in to comment.