Skip to content

Commit

Permalink
feat: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed Jun 8, 2024
1 parent 3a1de70 commit 05002aa
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 104 deletions.
2 changes: 1 addition & 1 deletion playground/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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 05002aa

Please sign in to comment.