Skip to content

Commit

Permalink
Update babel to ^7.18.9 (main) (#132064)
Browse files Browse the repository at this point in the history
* Update babel to ^7.17.10

* coalese babel dep versions

* coalesce more versions

* update deps

* cleanup

* update yarn.lock

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: spalger <[email protected]>
Co-authored-by: Jonathan Budzenski <[email protected]>
  • Loading branch information
4 people authored Jul 20, 2022
1 parent 9f774bd commit c8e687b
Show file tree
Hide file tree
Showing 2 changed files with 745 additions and 750 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"yarn": "^1.22.19"
},
"resolutions": {
"**/@babel/runtime": "^7.17.9",
"**/@types/node": "16.11.41",
"**/chokidar": "^3.5.3",
"**/deepmerge": "^4.2.2",
Expand All @@ -97,7 +96,7 @@
},
"dependencies": {
"@appland/sql-parser": "^1.5.1",
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.9",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@dnd-kit/utilities": "^2.0.0",
Expand Down Expand Up @@ -539,26 +538,26 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@babel/generator": "^7.17.9",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/parser": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@babel/traverse": "^7.17.9",
"@babel/types": "^7.17.0",
"@babel/generator": "^7.18.9",
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/traverse": "^7.18.9",
"@babel/types": "^7.18.9",
"@bazel/ibazel": "^0.16.2",
"@bazel/typescript": "4.6.2",
"@cypress/code-coverage": "^3.9.12",
Expand Down Expand Up @@ -1014,7 +1013,7 @@
"autoprefixer": "^10.4.7",
"axe-core": "^4.0.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.5",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-require-context-hook": "^1.0.0",
Expand Down
Loading

0 comments on commit c8e687b

Please sign in to comment.