Skip to content

Commit

Permalink
chore: Upgrade rspack to 1.0 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Aug 29, 2024
1 parent c970b15 commit 6fc3226
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 264 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@rspack/cli": "^0.7.5",
"@rspack/cli": "^1.0.0",
"@rspack/core": "^1.0.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"esbuild": "^0.23.1",
"happy-dom": "^15.0.0",
Expand Down
6 changes: 2 additions & 4 deletions packages/anywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
}
},
"scripts": {
"build": "node scripts/build.cjs",
"build-lab": "rspack build -c ./scripts/jlab.config.cjs"
"build": "node scripts/build.cjs"
},
"dependencies": {
"@anywidget/types": "workspace:~",
Expand All @@ -27,8 +26,7 @@
"solid-js": "^1.8.20"
},
"devDependencies": {
"@jupyter-widgets/base-manager": "^1.0.11",
"@rspack/core": "^0.7.5"
"@jupyter-widgets/base-manager": "^1.0.11"
},
"jupyterlab": {
"extension": "./src/plugin.js",
Expand Down
Loading

0 comments on commit 6fc3226

Please sign in to comment.