feat(js): bump babel versions (#18220)
This commit is contained in:
parent
0ab8cd4b4c
commit
c97a8ac63b
12
package.json
12
package.json
@ -40,12 +40,12 @@
|
|||||||
"@angular/compiler-cli": "~16.1.0",
|
"@angular/compiler-cli": "~16.1.0",
|
||||||
"@angular/core": "~16.1.0",
|
"@angular/core": "~16.1.0",
|
||||||
"@angular/router": "~16.1.0",
|
"@angular/router": "~16.1.0",
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.22.9",
|
||||||
"@babel/helper-create-regexp-features-plugin": "^7.14.5",
|
"@babel/helper-create-regexp-features-plugin": "^7.22.9",
|
||||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
"@babel/plugin-transform-runtime": "^7.22.9",
|
||||||
"@babel/preset-react": "^7.14.5",
|
"@babel/preset-react": "^7.22.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.22.5",
|
||||||
"@babel/runtime": "^7.14.8",
|
"@babel/runtime": "^7.22.6",
|
||||||
"@floating-ui/react": "0.19.2",
|
"@floating-ui/react": "0.19.2",
|
||||||
"@jest/reporters": "^29.4.1",
|
"@jest/reporters": "^29.4.1",
|
||||||
"@jest/test-result": "^29.4.1",
|
"@jest/test-result": "^29.4.1",
|
||||||
|
|||||||
@ -32,13 +32,13 @@
|
|||||||
"executors": "./executors.json",
|
"executors": "./executors.json",
|
||||||
"builders": "./executors.json",
|
"builders": "./executors.json",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.22.9",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||||
"@babel/plugin-proposal-decorators": "^7.14.5",
|
"@babel/plugin-proposal-decorators": "^7.22.7",
|
||||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
"@babel/plugin-transform-runtime": "^7.22.9",
|
||||||
"@babel/preset-env": "^7.15.0",
|
"@babel/preset-env": "^7.22.9",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.22.5",
|
||||||
"@babel/runtime": "^7.14.8",
|
"@babel/runtime": "^7.22.6",
|
||||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||||
"babel-plugin-const-enum": "^1.0.1",
|
"babel-plugin-const-enum": "^1.0.1",
|
||||||
"babel-plugin-macros": "^2.8.0",
|
"babel-plugin-macros": "^2.8.0",
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
"next": ">=13.0.0"
|
"next": ">=13.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-proposal-decorators": "^7.14.5",
|
"@babel/plugin-proposal-decorators": "^7.22.7",
|
||||||
"@svgr/webpack": "^8.0.1",
|
"@svgr/webpack": "^8.0.1",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"copy-webpack-plugin": "^10.2.4",
|
"copy-webpack-plugin": "^10.2.4",
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
"migrations": "./migrations.json"
|
"migrations": "./migrations.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.22.9",
|
||||||
"autoprefixer": "^10.4.9",
|
"autoprefixer": "^10.4.9",
|
||||||
"babel-loader": "^9.1.2",
|
"babel-loader": "^9.1.2",
|
||||||
"browserslist": "^4.21.4",
|
"browserslist": "^4.21.4",
|
||||||
|
|||||||
3116
pnpm-lock.yaml
generated
3116
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user