mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency @babel/plugin-proposal-object-rest-spread to v7.17.3 (#45451)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0502a84922
commit
9275e88969
@ -71,7 +71,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.17.0",
|
"@babel/core": "7.17.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
|
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-transform-react-constant-elements": "7.16.7",
|
"@babel/plugin-transform-react-constant-elements": "7.16.7",
|
||||||
|
29
yarn.lock
29
yarn.lock
@ -64,7 +64,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/compat-data@npm:^7.16.8":
|
"@babel/compat-data@npm:^7.16.8, @babel/compat-data@npm:^7.17.0":
|
||||||
version: 7.17.0
|
version: 7.17.0
|
||||||
resolution: "@babel/compat-data@npm:7.17.0"
|
resolution: "@babel/compat-data@npm:7.17.0"
|
||||||
checksum: fe5afaf529d107a223cd5937dace248464b6df1e9f4ea4031a5723e9571b46a4db1c4ff226bac6351148b1bc02ba1b39cb142662cd235aa99c1dda77882f8c9d
|
checksum: fe5afaf529d107a223cd5937dace248464b6df1e9f4ea4031a5723e9571b46a4db1c4ff226bac6351148b1bc02ba1b39cb142662cd235aa99c1dda77882f8c9d
|
||||||
@ -1343,18 +1343,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-object-rest-spread@npm:7.16.7, @babel/plugin-proposal-object-rest-spread@npm:^7.16.7":
|
"@babel/plugin-proposal-object-rest-spread@npm:7.17.3":
|
||||||
version: 7.16.7
|
version: 7.17.3
|
||||||
resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.16.7"
|
resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.17.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/compat-data": ^7.16.4
|
"@babel/compat-data": ^7.17.0
|
||||||
"@babel/helper-compilation-targets": ^7.16.7
|
"@babel/helper-compilation-targets": ^7.16.7
|
||||||
"@babel/helper-plugin-utils": ^7.16.7
|
"@babel/helper-plugin-utils": ^7.16.7
|
||||||
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
|
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
|
||||||
"@babel/plugin-transform-parameters": ^7.16.7
|
"@babel/plugin-transform-parameters": ^7.16.7
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@babel/core": ^7.0.0-0
|
"@babel/core": ^7.0.0-0
|
||||||
checksum: 2d3740e4df6d3f51d57862100c45c000104571aa98b7f798fdfc05ae0c12b9e7cc9b55f4a28612d626e29f3369a1481a0ee8a0241b23508b9d3da00c55f99d41
|
checksum: 02810f158db4aaf6883131621b5d2c7d901ea3c034df2c2b78663f8b26813795d78a346c37e56770a720c54773732fd1d7fe40947dbf11d1d8de0e9a38e856d3
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -1373,6 +1373,21 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@babel/plugin-proposal-object-rest-spread@npm:^7.16.7":
|
||||||
|
version: 7.16.7
|
||||||
|
resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.16.7"
|
||||||
|
dependencies:
|
||||||
|
"@babel/compat-data": ^7.16.4
|
||||||
|
"@babel/helper-compilation-targets": ^7.16.7
|
||||||
|
"@babel/helper-plugin-utils": ^7.16.7
|
||||||
|
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
|
||||||
|
"@babel/plugin-transform-parameters": ^7.16.7
|
||||||
|
peerDependencies:
|
||||||
|
"@babel/core": ^7.0.0-0
|
||||||
|
checksum: 2d3740e4df6d3f51d57862100c45c000104571aa98b7f798fdfc05ae0c12b9e7cc9b55f4a28612d626e29f3369a1481a0ee8a0241b23508b9d3da00c55f99d41
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-optional-catch-binding@npm:^7.13.8, @babel/plugin-proposal-optional-catch-binding@npm:^7.14.5":
|
"@babel/plugin-proposal-optional-catch-binding@npm:^7.13.8, @babel/plugin-proposal-optional-catch-binding@npm:^7.14.5":
|
||||||
version: 7.14.5
|
version: 7.14.5
|
||||||
resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.14.5"
|
resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.14.5"
|
||||||
@ -20309,7 +20324,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": 7.17.0
|
"@babel/core": 7.17.0
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": 7.16.7
|
"@babel/plugin-proposal-nullish-coalescing-operator": 7.16.7
|
||||||
"@babel/plugin-proposal-object-rest-spread": 7.16.7
|
"@babel/plugin-proposal-object-rest-spread": 7.17.3
|
||||||
"@babel/plugin-proposal-optional-chaining": 7.16.7
|
"@babel/plugin-proposal-optional-chaining": 7.16.7
|
||||||
"@babel/plugin-syntax-dynamic-import": 7.8.3
|
"@babel/plugin-syntax-dynamic-import": 7.8.3
|
||||||
"@babel/plugin-transform-react-constant-elements": 7.16.7
|
"@babel/plugin-transform-react-constant-elements": 7.16.7
|
||||||
|
Loading…
Reference in New Issue
Block a user