mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Update babel monorepo (#50319)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9350ab781c
commit
c18ba28cf8
10
package.json
10
package.json
@ -77,16 +77,16 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/core": "7.18.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.17.12",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.17.12",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.17.12",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-transform-react-constant-elements": "7.17.12",
|
||||
"@babel/plugin-transform-runtime": "7.17.0",
|
||||
"@babel/plugin-transform-typescript": "7.17.12",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/plugin-transform-runtime": "7.18.2",
|
||||
"@babel/plugin-transform-typescript": "7.18.4",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@babel/preset-react": "7.17.12",
|
||||
"@babel/preset-typescript": "7.17.12",
|
||||
"@betterer/betterer": "5.3.5",
|
||||
|
@ -45,8 +45,8 @@
|
||||
},
|
||||
"types": "src/index.ts",
|
||||
"dependencies": {
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/preset-env": "7.17.10",
|
||||
"@babel/core": "7.18.2",
|
||||
"@babel/preset-env": "7.18.2",
|
||||
"@cypress/webpack-preprocessor": "5.11.1",
|
||||
"@grafana/e2e-selectors": "9.0.0-pre",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
|
@ -94,7 +94,7 @@
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/core": "7.18.2",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"@rollup/plugin-commonjs": "22.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user