Skip to content

Commit b293bc2

Browse files
committed
Revert "chore: bump babel config"
This reverts commit 0ab7da4.
1 parent 0ab7da4 commit b293bc2

File tree

3 files changed

+1098
-1963
lines changed

3 files changed

+1098
-1963
lines changed

Diff for: .babelrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = api => ({
44
'@4c',
55
{
66
target: 'web',
7+
targets: {},
78
modules: api.env() === 'esm' ? false : 'commonjs',
89
},
910
],

Diff for: package.json

+6-6
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": "^9.1.0",
55-
"@4c/jest-preset": "^1.7.0",
56-
"@4c/rollout": "^3.0.1",
54+
"@4c/babel-preset": "^8.0.1",
55+
"@4c/jest-preset": "^1.5.3",
56+
"@4c/rollout": "^2.1.11",
5757
"@4c/tsconfig": "^0.3.1",
58-
"@babel/cli": "^7.16.8",
59-
"@babel/core": "^7.16.12",
60-
"@babel/preset-typescript": "^7.16.7",
58+
"@babel/cli": "^7.12.1",
59+
"@babel/core": "^7.12.3",
60+
"@babel/preset-typescript": "^7.12.1",
6161
"@types/enzyme": "^3.10.8",
6262
"@types/graphql-relay": "^0.6.0",
6363
"@types/invariant": "^2.2.34",

0 commit comments

Comments
 (0)