Skip to content

Commit ba13150

Browse files
committed
Revert react version for compatibility with labextension.
1 parent b4cd855 commit ba13150

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@lumino/commands": "^2.3.1",
101101
"@lumino/disposable": "^2.1.3",
102102
"@lumino/widgets": "^2.5.0",
103-
"react": "^19.1.0",
103+
"react": "18.3.1",
104104
"webpack": "^5.99.9"
105105
},
106106
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,7 +4338,7 @@ __metadata:
43384338
mkdirp: ^3.0.1
43394339
npm-run-all: ^4.1.5
43404340
prettier: ^3.0.0
4341-
react: ^19.1.0
4341+
react: 18.3.1
43424342
rimraf: ^6.0.1
43434343
stylelint: ^15.10.1
43444344
stylelint-config-recommended: ^13.0.0
@@ -5953,7 +5953,7 @@ __metadata:
59535953
languageName: node
59545954
linkType: hard
59555955

5956-
"react@npm:>=17.0.0 <19.0.0, react@npm:^18.2.0":
5956+
"react@npm:18.3.1, react@npm:>=17.0.0 <19.0.0, react@npm:^18.2.0":
59575957
version: 18.3.1
59585958
resolution: "react@npm:18.3.1"
59595959
dependencies:
@@ -5962,13 +5962,6 @@ __metadata:
59625962
languageName: node
59635963
linkType: hard
59645964

5965-
"react@npm:^19.1.0":
5966-
version: 19.1.0
5967-
resolution: "react@npm:19.1.0"
5968-
checksum: c0905f8cfb878b0543a5522727e5ed79c67c8111dc16ceee135b7fe19dce77b2c1c19293513061a8934e721292bfc1517e0487e262d1906f306bdf95fa54d02f
5969-
languageName: node
5970-
linkType: hard
5971-
59725965
"read-pkg-up@npm:^8.0.0":
59735966
version: 8.0.0
59745967
resolution: "read-pkg-up@npm:8.0.0"

0 commit comments

Comments
 (0)