Skip to content

Commit 0ab7da4

Browse files
committed
chore: bump babel config
1 parent 5992802 commit 0ab7da4

File tree

3 files changed

+1964
-1099
lines changed

3 files changed

+1964
-1099
lines changed

.babelrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = api => ({
44
'@4c',
55
{
66
target: 'web',
7-
targets: {},
87
modules: api.env() === 'esm' ? false : 'commonjs',
98
},
109
],

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"@types/relay-runtime": ">=4.0.0"
5252
},
5353
"devDependencies": {
54-
"@4c/babel-preset": "^8.0.1",
55-
"@4c/jest-preset": "^1.5.3",
56-
"@4c/rollout": "^2.1.11",
54+
"@4c/babel-preset": "^9.1.0",
55+
"@4c/jest-preset": "^1.7.0",
56+
"@4c/rollout": "^3.0.1",
5757
"@4c/tsconfig": "^0.3.1",
58-
"@babel/cli": "^7.12.1",
59-
"@babel/core": "^7.12.3",
60-
"@babel/preset-typescript": "^7.12.1",
58+
"@babel/cli": "^7.16.8",
59+
"@babel/core": "^7.16.12",
60+
"@babel/preset-typescript": "^7.16.7",
6161
"@types/enzyme": "^3.10.8",
6262
"@types/graphql-relay": "^0.6.0",
6363
"@types/invariant": "^2.2.34",

0 commit comments

Comments
 (0)