Skip to content

Commit 50a521e

Browse files
Update react monorepo
1 parent 5ce950d commit 50a521e

File tree

29 files changed

+340
-236
lines changed

29 files changed

+340
-236
lines changed

devserver/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"commander": "^14.0.0",
2020
"js-slang": "^1.0.81",
2121
"re-resizable": "^6.9.11",
22-
"react": "^18.3.1",
22+
"react": "^19.0.0",
2323
"react-ace": "^10.1.0",
24-
"react-dom": "^18.3.1",
24+
"react-dom": "^19.0.0",
2525
"vite": "^7.1.11",
2626
"vite-plugin-node-polyfills": "^0.24.0"
2727
},
2828
"devDependencies": {
2929
"@sourceacademy/modules-buildtools": "workspace:^",
30-
"@types/react": "^18.3.1",
31-
"@types/react-dom": "^18.3.1",
30+
"@types/react": "^19.0.0",
31+
"@types/react-dom": "^19.0.0",
3232
"@vitest/browser-playwright": "^4.0.4",
3333
"eslint": "^9.35.0",
3434
"playwright": "^1.54.1",

lib/lintplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-import": "^2.32.0",
3737
"eslint-plugin-jsdoc": "^51.3.1",
3838
"eslint-plugin-react": "^7.37.4",
39-
"eslint-plugin-react-hooks": "^5.1.0",
39+
"eslint-plugin-react-hooks": "^7.0.0",
4040
"globals": "^15.11.0",
4141
"typescript": "^5.8.2",
4242
"typescript-eslint": "^8.33.1"

lib/modules-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "module",
66
"devDependencies": {
77
"@sourceacademy/modules-buildtools": "workspace:^",
8-
"@types/react": "^18.3.1",
9-
"@types/react-dom": "^18.3.1",
8+
"@types/react": "^19.0.0",
9+
"@types/react-dom": "^19.0.0",
1010
"@vitejs/plugin-react": "^5.1.0",
1111
"@vitest/browser-playwright": "^4.0.4",
1212
"eslint": "^9.35.0",
@@ -34,8 +34,8 @@
3434
"@blueprintjs/core": "^5.10.2",
3535
"@blueprintjs/icons": "^5.9.0",
3636
"js-slang": "^1.0.81",
37-
"react": "^18.3.1",
38-
"react-dom": "^18.3.1"
37+
"react": "^19.0.0",
38+
"react-dom": "^19.0.0"
3939
},
4040
"scripts-info": {
4141
"docs": "Build the documentation for documentation server using Typedoc"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"@sourceacademy/vitest-reporter": "workspace:^",
5858
"@stylistic/eslint-plugin": "^4.4.1",
5959
"@types/node": "^22.15.30",
60-
"@types/react": "^18.3.1",
61-
"@types/react-dom": "^18.3.1",
60+
"@types/react": "^19.0.0",
61+
"@types/react-dom": "^19.0.0",
6262
"@vitest/coverage-v8": "^4.0.4",
6363
"@vitest/eslint-plugin": "^1.3.4",
6464
"@yarnpkg/types": "^4.0.1",
@@ -68,7 +68,7 @@
6868
"eslint-plugin-jsdoc": "^51.3.1",
6969
"eslint-plugin-mdx": "^3.6.2",
7070
"eslint-plugin-react": "^7.37.4",
71-
"eslint-plugin-react-hooks": "^5.1.0",
71+
"eslint-plugin-react-hooks": "^7.0.0",
7272
"eslint-plugin-yml": "^1.18.0",
7373
"husky": "^9.1.7",
7474
"jsdom": "^26.1.0",
@@ -81,8 +81,8 @@
8181
"dependencies": {
8282
"js-slang": "^1.0.81",
8383
"lodash": "^4.17.21",
84-
"react": "^18.3.1",
85-
"react-dom": "^18.3.1"
84+
"react": "^19.0.0",
85+
"react-dom": "^19.0.0"
8686
},
8787
"devEngines": {
8888
"packageManager": {

src/bundles/ar/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"os": "^0.1.2",
12-
"react": "^18.3.1",
13-
"react-dom": "^18.3.1",
12+
"react": "^19.0.0",
13+
"react-dom": "^19.0.0",
1414
"saar": "^1.0.4",
1515
"uniqid": "^5.4.0"
1616
},
1717
"devDependencies": {
1818
"@sourceacademy/modules-buildtools": "workspace:^",
19-
"@types/react": "^18.3.1",
20-
"@types/react-dom": "^18.3.1",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"typescript": "^5.8.2"
2222
},
2323
"scripts": {

src/bundles/pix_n_flix/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"private": true,
55
"devDependencies": {
66
"@sourceacademy/modules-buildtools": "workspace:^",
7-
"@types/react": "^18.3.1",
7+
"@types/react": "^19.0.0",
88
"@vitest/browser-playwright": "^4.0.4",
99
"playwright": "^1.54.1",
10-
"react": "^18.3.1",
11-
"react-dom": "^18.3.1",
10+
"react": "^19.0.0",
11+
"react-dom": "^19.0.0",
1212
"typescript": "^5.8.2",
1313
"vitest": "^4.0.4",
1414
"vitest-browser-react": "^2.0.2"

src/bundles/unity_academy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dependencies": {
66
"@blueprintjs/core": "^5.10.2",
77
"@blueprintjs/icons": "^5.9.0",
8-
"react": "^18.3.1",
9-
"react-dom": "^18.3.1"
8+
"react": "^19.0.0",
9+
"react-dom": "^19.0.0"
1010
},
1111
"devDependencies": {
1212
"@sourceacademy/modules-buildtools": "workspace:^",
13-
"@types/react": "^18.3.1",
14-
"@types/react-dom": "^18.3.1",
13+
"@types/react": "^19.0.0",
14+
"@types/react-dom": "^19.0.0",
1515
"typescript": "^5.8.2"
1616
},
1717
"type": "module",

src/tabs/ArcadeTwod/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"@blueprintjs/icons": "^5.9.0",
88
"@sourceacademy/modules-lib": "workspace:^",
99
"phaser": "^3.54.0",
10-
"react": "^18.3.1",
11-
"react-dom": "^18.3.1"
10+
"react": "^19.0.0",
11+
"react-dom": "^19.0.0"
1212
},
1313
"devDependencies": {
1414
"@sourceacademy/modules-buildtools": "workspace:^",
15-
"@types/react": "^18.3.1",
16-
"@types/react-dom": "^18.3.1"
15+
"@types/react": "^19.0.0",
16+
"@types/react-dom": "^19.0.0"
1717
},
1818
"scripts": {
1919
"build": "buildtools build tab .",

src/tabs/AugmentedReality/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"@blueprintjs/icons": "^5.9.0",
77
"@sourceacademy/bundle-ar": "workspace:^",
88
"@sourceacademy/modules-lib": "workspace:^",
9-
"react": "^18.3.1",
10-
"react-dom": "^18.3.1",
9+
"react": "^19.0.0",
10+
"react-dom": "^19.0.0",
1111
"saar": "^1.0.4"
1212
},
1313
"devDependencies": {
1414
"@sourceacademy/modules-buildtools": "workspace:^",
15-
"@types/react": "^18.3.1",
16-
"@types/react-dom": "^18.3.1"
15+
"@types/react": "^19.0.0",
16+
"@types/react-dom": "^19.0.0"
1717
},
1818
"scripts": {
1919
"build": "buildtools build tab .",

src/tabs/CopyGc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"dependencies": {
66
"@sourceacademy/bundle-copy_gc": "workspace:^",
77
"@sourceacademy/modules-lib": "workspace:^",
8-
"react": "^18.3.1",
9-
"react-dom": "^18.3.1"
8+
"react": "^19.0.0",
9+
"react-dom": "^19.0.0"
1010
},
1111
"devDependencies": {
1212
"@sourceacademy/modules-buildtools": "workspace:^",
13-
"@types/react": "^18.3.1",
14-
"@types/react-dom": "^18.3.1"
13+
"@types/react": "^19.0.0",
14+
"@types/react-dom": "^19.0.0"
1515
},
1616
"scripts": {
1717
"build": "buildtools build tab .",

0 commit comments

Comments
 (0)