Skip to content

Commit 52e86b5

Browse files
committed
chore: adding back polyfill deps
1 parent 654aece commit 52e86b5

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
"url": "https://github.com/thc-tools/babel-preset-react/issues"
2828
},
2929
"homepage": "https://github.com/thc-tools/babel-preset-react#readme",
30-
"peerDependencies": {
31-
"core-js": "^3.7.0",
32-
"regenerator-runtime": "^0.13.7"
33-
},
3430
"devDependencies": {
3531
"conventional-github-releaser": "3.1.5",
3632
"standard-version": "9.0.0"
@@ -52,6 +48,8 @@
5248
"@babel/runtime-corejs3": "7.12.5",
5349
"babel-plugin-lodash": "3.3.4",
5450
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
55-
"react-refresh": "0.9.0"
51+
"core-js": "3.7.0",
52+
"react-refresh": "0.9.0",
53+
"regenerator-runtime": "0.13.7"
5654
}
5755
}

0 commit comments

Comments
 (0)