Skip to content

Commit

Permalink
Revert "chore: bump babel config"
Browse files Browse the repository at this point in the history
This reverts commit 0ab7da4.
  • Loading branch information
jquense committed Jan 30, 2022
1 parent 0ab7da4 commit b293bc2
Show file tree
Hide file tree
Showing 3 changed files with 1,098 additions and 1,963 deletions.
1 change: 1 addition & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = api => ({
'@4c',
{
target: 'web',
targets: {},
modules: api.env() === 'esm' ? false : 'commonjs',
},
],
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@types/relay-runtime": ">=4.0.0"
},
"devDependencies": {
"@4c/babel-preset": "^9.1.0",
"@4c/jest-preset": "^1.7.0",
"@4c/rollout": "^3.0.1",
"@4c/babel-preset": "^8.0.1",
"@4c/jest-preset": "^1.5.3",
"@4c/rollout": "^2.1.11",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-typescript": "^7.16.7",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-typescript": "^7.12.1",
"@types/enzyme": "^3.10.8",
"@types/graphql-relay": "^0.6.0",
"@types/invariant": "^2.2.34",
Expand Down
Loading

0 comments on commit b293bc2

Please sign in to comment.