Skip to content

Commit

Permalink
chore: remove unused babel transform strict (#11196)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 14, 2021
1 parent 4feab3e commit b0ce445
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Expand Up @@ -38,7 +38,6 @@ module.exports = {
],
plugins: [
['@babel/plugin-transform-modules-commonjs', {allowTopLevelThis: true}],
'@babel/plugin-transform-strict-mode',
'@babel/plugin-proposal-class-properties',
require.resolve('./scripts/babel-plugin-jest-require-outside-vm'),
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,6 @@
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-strict-mode": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Expand Up @@ -1488,17 +1488,6 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-strict-mode@npm:^7.0.0":
version: 7.12.13
resolution: "@babel/plugin-transform-strict-mode@npm:7.12.13"
dependencies:
"@babel/helper-plugin-utils": ^7.12.13
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: fa40e3296d8c5777f42b0437955ff44c2de18e400a152b27b2525dc31c35686a063f54fee0ef3e85613785e6687b8d73b96a4229ed288e521c2d88d4f96d1fee
languageName: node
linkType: hard

"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.13.0":
version: 7.13.0
resolution: "@babel/plugin-transform-template-literals@npm:7.13.0"
Expand Down Expand Up @@ -2538,7 +2527,6 @@ __metadata:
"@babel/core": ^7.3.4
"@babel/plugin-proposal-class-properties": ^7.3.4
"@babel/plugin-transform-modules-commonjs": ^7.1.0
"@babel/plugin-transform-strict-mode": ^7.0.0
"@babel/preset-env": ^7.1.0
"@babel/preset-react": ^7.0.0
"@babel/preset-typescript": ^7.0.0
Expand Down

0 comments on commit b0ce445

Please sign in to comment.