Skip to content

Commit

Permalink
fix: fix bundling issue with React 17
Browse files Browse the repository at this point in the history
fix #138
  • Loading branch information
jedwards1211 committed Sep 2, 2024
1 parent 36f00c4 commit 6b24933
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 138 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
"@jcoreio/toolchain": "^4.7.0",
"@jcoreio/toolchain-circle": "^4.7.0",
"@jcoreio/toolchain-esnext": "^4.7.0",
"@jcoreio/toolchain-flow": "^4.7.0",
"@jcoreio/toolchain-mocha": "^4.7.0",
"@jcoreio/toolchain-react": "^4.7.0",
"@jcoreio/toolchain-semantic-release": "^4.7.0",
"@jcoreio/toolchain-typescript": "^4.7.0",
"@jcoreio/toolchain": "^4.9.0",
"@jcoreio/toolchain-circle": "^4.9.0",
"@jcoreio/toolchain-esnext": "^4.9.0",
"@jcoreio/toolchain-flow": "^4.9.0",
"@jcoreio/toolchain-mocha": "^4.9.0",
"@jcoreio/toolchain-react": "^4.9.0",
"@jcoreio/toolchain-semantic-release": "^4.9.0",
"@jcoreio/toolchain-typescript": "^4.9.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/styles": "6.0.0",
Expand Down Expand Up @@ -140,6 +140,6 @@
},
"packageManager": "[email protected]",
"@jcoreio/toolchain": {
"migratedVersion": "4.7.0"
"migratedVersion": "4.9.0"
}
}
Loading

0 comments on commit 6b24933

Please sign in to comment.