Skip to content

Commit e1127a4

Browse files
committed
Merge branch 'main' into engine-tests
2 parents 2ac237f + 7694c8e commit e1127a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"monaco-editor": "^0.27.0",
8080
"octokit": "^1.6.1",
8181
"penpal": "^6.1.0",
82-
"prettier": "^2.4.1",
82+
"prettier": "2.4.1",
8383
"probe.gl": "^3.1.4",
8484
"qs": "^6.10.1",
8585
"react": "^17.0.2",
@@ -128,7 +128,7 @@
128128
"lint": "eslint src",
129129
"test": "craco test",
130130
"test-no-watch": "craco test --watchAll=false",
131-
"eject": "craco eject"
131+
"eject": "react-scripts eject"
132132
},
133133
"eslintConfig": {
134134
"extends": [

0 commit comments

Comments
 (0)