Skip to content

Commit

Permalink
build(devs): Remove core-js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Palkovič committed Feb 11, 2022
1 parent 233dd72 commit d4de302
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
24 changes: 11 additions & 13 deletions .babelrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"targets": {
"node": 12
},
"corejs": 3
}
]
]
"presets": [
"@babel/preset-typescript",
[
"@babel/preset-env",
{
"targets": {
"node": 12
}
}
]
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
},
"dependencies": {
"@prisma/generator-helper": "3.9.2",
"@prisma/sdk": "3.9.2",
"core-js": "3.21.0"
"@prisma/sdk": "3.9.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2982,11 +2982,6 @@ core-js-compat@^3.20.0, core-js-compat@^3.20.2:
browserslist "^4.19.1"
semver "7.0.0"

core-js@3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.0.tgz#f479dbfc3dffb035a0827602dd056839a774aa71"
integrity sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down

0 comments on commit d4de302

Please sign in to comment.