Skip to content

Commit

Permalink
chore(project): update babel to 7.16.7 (#10355)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jan 11, 2022
1 parent 020bf84 commit 6673e75
Show file tree
Hide file tree
Showing 103 changed files with 664 additions and 675 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react"
],
"dependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.16.7",
"jscodeshift": "^0.13.0"
}
}
16 changes: 8 additions & 8 deletions config/babel-preset-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"react"
],
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-plugin-dev-expression": "^0.2.2",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"babel-plugin-dev-expression": "^0.2.3",
"browserslist-config-carbon": "^10.6.1"
}
}
20 changes: 10 additions & 10 deletions config/jest-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"react"
],
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"accessibility-checker": "^3.1.13",
"axe-core": "^4.3.5",
"babel-jest": "^27.0.6",
"babel-jest": "^27.4.6",
"chalk": "^4.1.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"react-test-renderer": "~17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@carbon/cli": "workspace:packages/cli",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/carbon-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"carbon-icons": "^7.0.7"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@carbon/themes": "^10.48.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
Expand All @@ -73,7 +73,7 @@
"@storybook/theming": "^6.4.9",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-dev-expression": "^0.2.3",
"babel-preset-carbon": "^0.1.0",
"browserslist-config-carbon": "^10.6.1",
"css-loader": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.16.7",
"@carbon/cli-reporter": "^10.5.0",
"@octokit/plugin-retry": "^3.0.7",
"@octokit/plugin-throttling": "^2.6.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
"warning": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-modules-umd": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-transform-modules-umd": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@carbon/cli": "^10.31.0",
"@carbon/elements": "^10.49.0",
"@carbon/icons-handlebars": "^10.44.0",
Expand All @@ -90,9 +90,9 @@
"@rollup/plugin-virtual": "^2.0.3",
"adaro": "1.0.4",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.2.2",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-loader": "^8.2.3",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-rewire": "^1.2.0",
"bluebird": "~3.1.1",
"browser-sync": "^2.26.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/feature-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"watch": "yarn clean && node tasks/build.js && rollup -c -w"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/generator": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.5",
"@babel/core": "^7.16.7",
"@babel/generator": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.7",
"@carbon/scss-generator": "^10.13.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/generator": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/template": "^7.14.5",
"@babel/types": "^7.14.5",
"@babel/core": "^7.16.7",
"@babel/generator": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.7",
"@carbon/cli-reporter": "^10.5.0",
"@carbon/icon-helpers": "^10.25.0",
"@rollup/plugin-babel": "^5.3.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-dom": "^16.8.6 || ^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.16.7",
"@carbon/feature-flags": "^0.6.0",
"@carbon/icons-react": "^10.44.0",
"@carbon/layout": "^10.34.0",
Expand All @@ -67,17 +67,17 @@
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-external-helpers": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@carbon/test-utils": "^10.20.0",
"@cypress/react": "^5.11.0",
"@cypress/webpack-dev-server": "^1.7.0",
Expand All @@ -103,7 +103,7 @@
"@testing-library/cypress": "^8.0.2",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-react-docgen": "^4.2.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"browserslist-config-carbon": "^10.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"color": "^3.1.2"
},
"devDependencies": {
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/node": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@carbon/cli": "^10.31.0",
"@carbon/cli-reporter": "^10.5.0",
"@carbon/scss-generator": "^10.13.0",
Expand Down
Loading

0 comments on commit 6673e75

Please sign in to comment.