Skip to content

Commit 17b52ff

Browse files
Update react monorepo
1 parent 9100d1c commit 17b52ff

29 files changed

Lines changed: 273 additions & 248 deletions

File tree

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.85",
2121
"re-resizable": "^6.9.11",
22-
"react": "^18.3.1",
22+
"react": "^19.0.0",
2323
"react-ace": "^14.0.0",
24-
"react-dom": "^18.3.1",
24+
"react-dom": "^19.0.0",
2525
"vite": "^7.1.11",
2626
"vite-plugin-node-polyfills": "^0.25.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.18",
3333
"eslint": "^9.35.0",
3434
"playwright": "^1.55.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": "^62.0.0",
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": "^17.0.0",
4141
"typescript": "^5.8.2",
4242
"typescript-eslint": "^8.53.1"

lib/modules-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"devDependencies": {
77
"@sourceacademy/modules-buildtools": "workspace:^",
88
"@types/lodash": "^4.14.198",
9-
"@types/react": "^18.3.1",
10-
"@types/react-dom": "^18.3.1",
9+
"@types/react": "^19.0.0",
10+
"@types/react-dom": "^19.0.0",
1111
"@vitejs/plugin-react": "^5.1.0",
1212
"@vitest/browser-playwright": "^4.0.18",
1313
"eslint": "^9.35.0",
@@ -36,8 +36,8 @@
3636
"@blueprintjs/icons": "^6.0.0",
3737
"js-slang": "^1.0.85",
3838
"lodash": "^4.17.23",
39-
"react": "^18.3.1",
40-
"react-dom": "^18.3.1"
39+
"react": "^19.0.0",
40+
"react-dom": "^19.0.0"
4141
},
4242
"scripts-info": {
4343
"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": "^5.0.0",
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.18",
6363
"@vitest/eslint-plugin": "^1.6.6",
6464
"@yarnpkg/types": "^4.0.1",
@@ -69,7 +69,7 @@
6969
"eslint-plugin-jsdoc": "^62.0.0",
7070
"eslint-plugin-mdx": "^3.6.2",
7171
"eslint-plugin-react": "^7.37.4",
72-
"eslint-plugin-react-hooks": "^5.1.0",
72+
"eslint-plugin-react-hooks": "^7.0.0",
7373
"eslint-plugin-yml": "^3.0.0",
7474
"husky": "^9.1.7",
7575
"jsdom": "^26.1.0",
@@ -84,8 +84,8 @@
8484
"@blueprintjs/icons": "^6.0.0",
8585
"js-slang": "^1.0.85",
8686
"lodash": "^4.17.23",
87-
"react": "^18.3.1",
88-
"react-dom": "^18.3.1"
87+
"react": "^18.3.1 || ^19.0.0",
88+
"react-dom": "^18.3.1 || ^19.0.0"
8989
},
9090
"devEngines": {
9191
"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.18",
99
"playwright": "^1.55.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.18",
1414
"vitest-browser-react": "^2.0.4"

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": "^6.0.0",
77
"@blueprintjs/icons": "^6.0.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": "^6.0.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": "^6.0.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
@@ -6,13 +6,13 @@
66
"@blueprintjs/core": "^6.0.0",
77
"@sourceacademy/bundle-copy_gc": "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
},
1212
"devDependencies": {
1313
"@sourceacademy/modules-buildtools": "workspace:^",
14-
"@types/react": "^18.3.1",
15-
"@types/react-dom": "^18.3.1"
14+
"@types/react": "^19.0.0",
15+
"@types/react-dom": "^19.0.0"
1616
},
1717
"scripts": {
1818
"build": "buildtools build tab .",

0 commit comments

Comments
 (0)