mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update babel monorepo (#69358)
* Update babel monorepo * clean up lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
parent
5a98348faf
commit
31ecbf7062
14
package.json
14
package.json
@ -77,19 +77,19 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/core": "7.22.1",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-transform-react-constant-elements": "7.21.3",
|
||||
"@babel/plugin-transform-runtime": "7.21.4",
|
||||
"@babel/plugin-transform-typescript": "7.21.3",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/plugin-transform-react-constant-elements": "7.22.3",
|
||||
"@babel/plugin-transform-runtime": "7.22.4",
|
||||
"@babel/plugin-transform-typescript": "7.22.3",
|
||||
"@babel/preset-env": "7.22.4",
|
||||
"@babel/preset-react": "7.22.3",
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@babel/runtime": "7.21.5",
|
||||
"@babel/runtime": "7.22.3",
|
||||
"@betterer/betterer": "5.4.0",
|
||||
"@betterer/cli": "5.4.0",
|
||||
"@betterer/eslint": "5.4.0",
|
||||
|
@ -60,8 +60,8 @@
|
||||
"webpack": "5.76.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/core": "7.22.1",
|
||||
"@babel/preset-env": "7.22.4",
|
||||
"@cypress/webpack-preprocessor": "5.17.0",
|
||||
"@grafana/e2e-selectors": "10.1.0-pre",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
|
@ -113,7 +113,7 @@
|
||||
"uuid": "9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/core": "7.22.1",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user