Skip to content

Commit

Permalink
Fix codesandbox export, update yarn.lock (premieroctet#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn authored Apr 14, 2021
1 parent 243bbed commit 1bb564e
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 587 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"@bugsnag/js": "^6.5.2",
"@bugsnag/plugin-react": "^6.5.0",
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/react": "^1.2.1",
"@chakra-ui/theme": "^1.5.0",
"@chakra-ui/icons": "^1.0.10",
"@chakra-ui/react": "^1.5.1",
"@chakra-ui/theme": "^1.8.2",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/react": "^1.5.5",
Expand Down Expand Up @@ -39,7 +39,7 @@
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-undo": "^1.0.0",
"typescript": "3.8",
"typescript": "^4.1.3",
"webpack-bundle-analyzer": "^3.6.0"
},
"scripts": {
Expand All @@ -66,8 +66,8 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^9.5.1",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^8.1.0",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149",
Expand Down
1 change: 1 addition & 0 deletions src/components/editor/ComponentPreview.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ test.each(componentsToTest)('Component Preview for %s', componentName => {
// @ts-ignore
const store = init(storeConfig)
store.dispatch.components.addComponent({
// @ts-ignore
parentName: 'root',
type: componentName,
rootParentType: componentName,
Expand Down
16 changes: 8 additions & 8 deletions src/utils/codesandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ ReactDOM.render(<App />, rootElement);
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@chakra-ui/react": "^1.0.1",
"@chakra-ui/icons": "^1.0.1",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"framer-motion": "^2.9.4",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.0.1"
"@chakra-ui/react": "^1.5.0",
"@chakra-ui/icons": "^1.0.9",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"framer-motion": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3"
},
"devDependencies": {
"typescript": "3.3.3"
Expand Down
Loading

0 comments on commit 1bb564e

Please sign in to comment.