Skip to content

Commit 733d3bd

Browse files
committed
Bump babel libraries to fix @babel/traverse version
1 parent 55ee4b7 commit 733d3bd

File tree

6 files changed

+2025
-1699
lines changed

6 files changed

+2025
-1699
lines changed

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,31 +87,33 @@
8787
"rawproto/protobufjs": "^7.2.4"
8888
},
8989
"devDependencies": {
90-
"@babel/core": "^7.12.9",
91-
"@babel/plugin-proposal-class-properties": "^7.12.1",
92-
"@babel/plugin-proposal-decorators": "^7.12.1",
90+
"@babel/core": "^7.23.2",
91+
"@babel/plugin-proposal-class-properties": "^7.18.6",
92+
"@babel/plugin-proposal-decorators": "^7.23.2",
9393
"@babel/plugin-proposal-do-expressions": "^7.12.1",
9494
"@babel/plugin-proposal-export-default-from": "^7.12.1",
9595
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
9696
"@babel/plugin-proposal-function-bind": "^7.12.1",
97-
"@babel/plugin-proposal-function-sent": "^7.12.1",
97+
"@babel/plugin-proposal-function-sent": "^7.22.5",
9898
"@babel/plugin-proposal-json-strings": "^7.12.1",
9999
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
100100
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
101+
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
101102
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
102103
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
104+
"@babel/plugin-proposal-private-methods": "^7.18.6",
103105
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
104106
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
105107
"@babel/plugin-syntax-import-meta": "^7.10.4",
106108
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
107109
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
108110
"@babel/plugin-transform-runtime": "^7.12.1",
109-
"@babel/preset-env": "^7.12.7",
110-
"@babel/preset-react": "^7.12.7",
111-
"@babel/preset-typescript": "^7.12.7",
111+
"@babel/preset-env": "^7.23.2",
112+
"@babel/preset-react": "^7.22.15",
113+
"@babel/preset-typescript": "^7.23.2",
112114
"@babel/register": "^7.12.1",
113115
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
114-
"@svgr/webpack": "^6.2.1",
116+
"@svgr/webpack": "^8.1.0",
115117
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
116118
"@testing-library/jest-dom": "^5.16.4",
117119
"@testing-library/react": "^13.3.0",
@@ -150,7 +152,7 @@
150152
"@typescript-eslint/eslint-plugin": "^4.8.1",
151153
"@typescript-eslint/parser": "^4.8.1",
152154
"babel-eslint": "^10.1.0",
153-
"babel-jest": "^27.5.1",
155+
"babel-jest": "^29.7.0",
154156
"babel-loader": "^8.2.2",
155157
"babel-plugin-dev-expression": "^0.2.2",
156158
"babel-plugin-parameter-decorator": "^1.0.16",
@@ -231,6 +233,7 @@
231233
"yarn-deduplicate": "^3.1.0"
232234
},
233235
"dependencies": {
236+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
234237
"@elastic/datemath": "^5.0.3",
235238
"@elastic/eui": "34.6.0",
236239
"@reduxjs/toolkit": "^1.6.2",

0 commit comments

Comments
 (0)