Skip to content

Commit cbf04ac

Browse files
committed
Merge branch 'robot-minigame' of github.com:source-academy/modules into robot-minigame
2 parents d909ce9 + 0153c83 commit cbf04ac

File tree

2 files changed

+218
-186
lines changed

2 files changed

+218
-186
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/plotly.js": "^2.35.4",
6262
"@types/react": "^18.3.2",
6363
"@types/react-dom": "^18.3.0",
64-
"@types/three": "^0.163.0",
64+
"@types/three": "^0.175.0",
6565
"@vitejs/plugin-react": "^4.3.4",
6666
"acorn": "^8.8.1",
6767
"astring": "^1.8.6",
@@ -76,7 +76,7 @@
7676
"eslint-plugin-react": "^7.37.4",
7777
"eslint-plugin-react-hooks": "^5.1.0",
7878
"globals": "^15.11.0",
79-
"http-server": "^0.12.3",
79+
"http-server": "^0.13.0",
8080
"husky": "^9.0.11",
8181
"jest": "^29.7.0",
8282
"jest-environment-jsdom": "^29.4.1",
@@ -106,7 +106,7 @@
106106
"js-slang": "^1.0.81",
107107
"lodash": "^4.17.21",
108108
"mqtt": "^4.3.7",
109-
"nbody": "^0.1.1",
109+
"nbody": "^0.2.0",
110110
"patch-package": "^6.5.1",
111111
"phaser": "^3.54.0",
112112
"plotly.js-dist": "^2.17.1",
@@ -118,7 +118,7 @@
118118
"save-file": "^2.3.1",
119119
"source-academy-utils": "^1.0.0",
120120
"source-academy-wabt": "^1.0.4",
121-
"three": "^0.163.0",
121+
"three": "^0.175.0",
122122
"uniqid": "^5.4.0"
123123
},
124124
"jest": {

0 commit comments

Comments
 (0)