Skip to content

Commit 3064c05

Browse files
committed
Fix @codesandbox/components version
1 parent fd387fd commit 3064c05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@apollo/react-hooks": "^3.1.3",
7676
"@babel/plugin-transform-destructuring": "^7.5.0",
7777
"@babel/preset-env": "^7.5.5",
78-
"@codesandbox/components": "0.0.2",
78+
"@codesandbox/components": "^0.0.3",
7979
"@codesandbox/executors": "^0.1.0",
8080
"@emmetio/codemirror-plugin": "^0.3.5",
8181
"@sentry/webpack-plugin": "^1.8.0",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
4747
"@babel/polyfill": "^7.4.4",
48-
"@codesandbox/components": "^0.0.2",
48+
"@codesandbox/components": "^0.0.3",
4949
"@codesandbox/notifications": "^1.0.6",
5050
"@sentry/browser": "^5.17.0",
5151
"@styled-system/css": "^5.0.23",

packages/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "tsc --watch"
1616
},
1717
"dependencies": {
18-
"@codesandbox/components": "0.0.2",
18+
"@codesandbox/components": "^0.0.3",
1919
"react-spring": "^8.0.25",
2020
"styled-components": "^5.1.0",
2121
"uuid": "^3.3.2"

0 commit comments

Comments
 (0)