Skip to content

Commit 402bc02

Browse files
committed
Fix incorrect react type package
1 parent d0940bb commit 402bc02

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/bundles/pix_n_flix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"devDependencies": {
66
"@sourceacademy/modules-buildtools": "workspace:^",
7-
"@types/react": "^19",
7+
"@types/react": "^18.3.1",
88
"@vitest/browser": "^3.2.3",
99
"playwright": "^1.54.1",
1010
"react": "^18.3.1",

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ __metadata:
34273427
resolution: "@sourceacademy/bundle-pix_n_flix@workspace:src/bundles/pix_n_flix"
34283428
dependencies:
34293429
"@sourceacademy/modules-buildtools": "workspace:^"
3430-
"@types/react": "npm:^19"
3430+
"@types/react": "npm:^18.3.1"
34313431
"@vitest/browser": "npm:^3.2.3"
34323432
playwright: "npm:^1.54.1"
34333433
react: "npm:^18.3.1"
@@ -4837,15 +4837,6 @@ __metadata:
48374837
languageName: node
48384838
linkType: hard
48394839

4840-
"@types/react@npm:^19":
4841-
version: 19.1.13
4842-
resolution: "@types/react@npm:19.1.13"
4843-
dependencies:
4844-
csstype: "npm:^3.0.2"
4845-
checksum: 10c0/75e35b54883f5ed07d3b5cb16a4711b6dbb7ec6b74301bcb9bfa697c9d9fff022ec508e1719e7b2c69e2e8b042faac1125be7717b5e5e084f816a2c88e136920
4846-
languageName: node
4847-
linkType: hard
4848-
48494840
"@types/stats.js@npm:*":
48504841
version: 0.17.4
48514842
resolution: "@types/stats.js@npm:0.17.4"

0 commit comments

Comments
 (0)