mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update babel monorepo (#42381)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
20
package.json
20
package.json
@@ -63,17 +63,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.14.6",
|
"@babel/core": "7.16.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
|
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
"@babel/plugin-proposal-optional-chaining": "7.16.0",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-react-constant-elements": "7.14.5",
|
"@babel/plugin-transform-react-constant-elements": "7.16.0",
|
||||||
"@babel/plugin-transform-runtime": "^7.14.5",
|
"@babel/plugin-transform-runtime": "7.16.4",
|
||||||
"@babel/plugin-transform-typescript": "7.15.4",
|
"@babel/plugin-transform-typescript": "7.16.1",
|
||||||
"@babel/preset-env": "7.14.7",
|
"@babel/preset-env": "7.16.4",
|
||||||
"@babel/preset-react": "7.14.5",
|
"@babel/preset-react": "7.16.0",
|
||||||
"@babel/preset-typescript": "7.14.5",
|
"@babel/preset-typescript": "7.16.0",
|
||||||
"@emotion/eslint-plugin": "11.2.0",
|
"@emotion/eslint-plugin": "11.2.0",
|
||||||
"@grafana/api-documenter": "7.11.2",
|
"@grafana/api-documenter": "7.11.2",
|
||||||
"@grafana/e2e": "workspace:*",
|
"@grafana/e2e": "workspace:*",
|
||||||
|
|||||||
@@ -46,8 +46,8 @@
|
|||||||
},
|
},
|
||||||
"types": "src/index.ts",
|
"types": "src/index.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.14.6",
|
"@babel/core": "7.16.0",
|
||||||
"@babel/preset-env": "7.14.7",
|
"@babel/preset-env": "7.16.4",
|
||||||
"@cypress/webpack-preprocessor": "5.9.1",
|
"@cypress/webpack-preprocessor": "5.9.1",
|
||||||
"@grafana/e2e-selectors": "8.4.0-pre",
|
"@grafana/e2e-selectors": "8.4.0-pre",
|
||||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
"uuid": "8.3.0"
|
"uuid": "8.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.14.6",
|
"@babel/core": "7.16.0",
|
||||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||||
"@mdx-js/react": "1.6.22",
|
"@mdx-js/react": "1.6.22",
|
||||||
"@rollup/plugin-commonjs": "21.0.1",
|
"@rollup/plugin-commonjs": "21.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user