Skip to content

Commit 6b24933

Browse files
committed
fix: fix bundling issue with React 17
fix #138
1 parent 36f00c4 commit 6b24933

File tree

3 files changed

+241
-138
lines changed

3 files changed

+241
-138
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"@emotion/react": "^11.13.3",
4141
"@emotion/styled": "^11.13.0",
4242
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
43-
"@jcoreio/toolchain": "^4.7.0",
44-
"@jcoreio/toolchain-circle": "^4.7.0",
45-
"@jcoreio/toolchain-esnext": "^4.7.0",
46-
"@jcoreio/toolchain-flow": "^4.7.0",
47-
"@jcoreio/toolchain-mocha": "^4.7.0",
48-
"@jcoreio/toolchain-react": "^4.7.0",
49-
"@jcoreio/toolchain-semantic-release": "^4.7.0",
50-
"@jcoreio/toolchain-typescript": "^4.7.0",
43+
"@jcoreio/toolchain": "^4.9.0",
44+
"@jcoreio/toolchain-circle": "^4.9.0",
45+
"@jcoreio/toolchain-esnext": "^4.9.0",
46+
"@jcoreio/toolchain-flow": "^4.9.0",
47+
"@jcoreio/toolchain-mocha": "^4.9.0",
48+
"@jcoreio/toolchain-react": "^4.9.0",
49+
"@jcoreio/toolchain-semantic-release": "^4.9.0",
50+
"@jcoreio/toolchain-typescript": "^4.9.0",
5151
"@mui/icons-material": "^6.0.0",
5252
"@mui/material": "^6.0.0",
5353
"@mui/styles": "6.0.0",
@@ -140,6 +140,6 @@
140140
},
141141
"packageManager": "pnpm@8.11.0",
142142
"@jcoreio/toolchain": {
143-
"migratedVersion": "4.7.0"
143+
"migratedVersion": "4.9.0"
144144
}
145145
}

0 commit comments

Comments
 (0)