Skip to content

Commit

Permalink
update to the new canary
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 17, 2024
1 parent 187fb76 commit d31b8f7
Show file tree
Hide file tree
Showing 16 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@lumino/signaling": "^2.1.2",
"@lumino/virtualdom": "^2.0.1",
"@lumino/widgets": "^2.3.2",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"ajv": "^8.12.0",
"commander": "^9.4.1",
"css-loader": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@
"devDependencies": {
"@jupyterlab/builder": "^4.2.0-beta.1",
"@jupyterlab/buildutils": "^4.2.0-beta.1",
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"chokidar": "^3.6.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"fs-extra": "^10.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"fs-extra": "^10.1.0",
"glob": "~7.1.6",
"mini-svg-data-uri": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions examples/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/federated/core_package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
},
"devDependencies": {
"@jupyterlab/builder": "^4.2.0-beta.1",
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^10.1.0",
"glob": "~7.1.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/filebrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions examples/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions examples/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
},
"resolutions": {
"@jupyterlab/services/ws": "8.12.0",
"@rspack/binding": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/binding": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"@types/react": "^18.0.26",
"react": "^18.2.0",
"yjs": "^13.5.40"
Expand Down
4 changes: 2 additions & 2 deletions packages/nbconvert-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@jupyterlab/rendermime": "^4.2.0-beta.1"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"css-loader": "^7.1.1",
"null-loader": "^4.0.0",
"rimraf": "~5.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/services/examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@lumino/coreutils": "^2.1.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@jupyterlab/services": "^7.2.0-beta.1"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/core": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@rspack/core": "0.6.2-canary-9f58a91-20240417174925",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@jupyterlab/testing": "^4.2.0-beta.1",
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"@types/jest": "^29.2.0",
"@types/ws": "^8.5.3",
"jest": "^29.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lumino/widgets": "^2.3.2"
},
"devDependencies": {
"@rspack/cli": "0.6.2-canary-4b8f4a6-20240417094517",
"@rspack/cli": "0.6.2-canary-9f58a91-20240417174925",
"mini-svg-data-uri": "^1.4.4",
"rimraf": "~5.0.5",
"typescript": "~5.1.6"
Expand Down

0 comments on commit d31b8f7

Please sign in to comment.