Skip to content

Commit f3dd4f1

Browse files
committed
Downgrade codesandbox-api
1 parent a7fd5a6 commit f3dd4f1

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"cerebral": "^4.0.0",
144144
"circular-json": "^0.4.0",
145145
"codemirror": "^5.27.4",
146-
"codesandbox-api": "^0.0.20",
146+
"codesandbox-api": "^0.0.18",
147147
"codesandbox-import-utils": "1.3.5",
148148
"color": "^0.11.4",
149149
"compare-versions": "^3.1.0",

packages/react-sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"dependencies": {
8383
"classnames": "^2.2.5",
8484
"codemirror": "^5.35.0",
85-
"codesandbox-api": "^0.0.20",
85+
"codesandbox-api": "^0.0.18",
8686
"codesandbox-import-utils": "^1.2.3",
8787
"react-broadcast": "^0.6.2",
8888
"react-codemirror2": "^4.0.1",

packages/sandbox-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"codesandbox-api": "^0.0.20",
6+
"codesandbox-api": "^0.0.18",
77
"console-feed": "^2.8.1"
88
}
99
}

packages/sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"mapCoverage": true
7676
},
7777
"dependencies": {
78-
"codesandbox-api": "^0.0.20",
78+
"codesandbox-api": "^0.0.18",
7979
"codesandbox-import-utils": "^1.2.3",
8080
"lodash.isequal": "^4.5.0"
8181
},

packages/sse-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"rollup-plugin-uglify": "^4.0.0"
1919
},
2020
"dependencies": {
21-
"codesandbox-api": "^0.0.20"
21+
"codesandbox-api": "^0.0.18"
2222
}
2323
}

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6331,11 +6331,6 @@ codemirror@^5.27.4, codemirror@^5.35.0:
63316331
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.38.0.tgz#26a9551446e51dbdde36aabe60f72469724fd332"
63326332
integrity sha512-PEPnDg8U3DTGFB/Dn2T/INiRNC9CB5k2vLAQJidYCsHvAgtXbklqnuidEwx7yGrMrdGhl0L0P3iNKW9I07J6tQ==
63336333

6334-
codesandbox-api@^0.0.20:
6335-
version "0.0.20"
6336-
resolved "https://registry.yarnpkg.com/codesandbox-api/-/codesandbox-api-0.0.20.tgz#174bcd76c9f31521175c6bceabc37da6b1fbc30b"
6337-
integrity sha512-jhxZzAmjCKBZad8QWMeueiQVFE87igK6F2DBOEVFFJO6jgTXT8qjuzGYepr+B8bjgo/icN7bc/2xmEMBA63s2w==
6338-
63396334
codesandbox-import-util-types@^1.2.8:
63406335
version "1.2.17"
63416336
resolved "https://registry.yarnpkg.com/codesandbox-import-util-types/-/codesandbox-import-util-types-1.2.17.tgz#376ae6b5872e362dc397d375bd82e903f9c1f247"

0 commit comments

Comments
 (0)