mirror of https://github.com/grafana/grafana.git
Update dependency @swc/helpers to v0.5.9 (#86024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
40c148ba48
commit
c837d95677
|
|
@ -89,7 +89,7 @@
|
|||
"@rtk-query/codegen-openapi": "^1.2.0",
|
||||
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
|
||||
"@swc/core": "1.4.2",
|
||||
"@swc/helpers": "0.5.8",
|
||||
"@swc/helpers": "0.5.9",
|
||||
"@testing-library/dom": "10.0.0",
|
||||
"@testing-library/jest-dom": "6.4.2",
|
||||
"@testing-library/react": "15.0.0",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"@rollup/plugin-image": "3.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.2.3",
|
||||
"@swc/core": "1.4.2",
|
||||
"@swc/helpers": "0.5.8",
|
||||
"@swc/helpers": "0.5.9",
|
||||
"@testing-library/dom": "10.0.0",
|
||||
"@testing-library/jest-dom": "6.4.2",
|
||||
"@testing-library/react": "15.0.0",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -4019,7 +4019,7 @@ __metadata:
|
|||
"@rollup/plugin-image": "npm:3.0.3"
|
||||
"@rollup/plugin-node-resolve": "npm:15.2.3"
|
||||
"@swc/core": "npm:1.4.2"
|
||||
"@swc/helpers": "npm:0.5.8"
|
||||
"@swc/helpers": "npm:0.5.9"
|
||||
"@testing-library/dom": "npm:10.0.0"
|
||||
"@testing-library/jest-dom": "npm:6.4.2"
|
||||
"@testing-library/react": "npm:15.0.0"
|
||||
|
|
@ -8904,12 +8904,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@swc/helpers@npm:0.5.8, @swc/helpers@npm:^0.5.0":
|
||||
version: 0.5.8
|
||||
resolution: "@swc/helpers@npm:0.5.8"
|
||||
"@swc/helpers@npm:0.5.9, @swc/helpers@npm:^0.5.0":
|
||||
version: 0.5.9
|
||||
resolution: "@swc/helpers@npm:0.5.9"
|
||||
dependencies:
|
||||
tslib: "npm:^2.4.0"
|
||||
checksum: 10/3f4caa7bd4411c134caf833ff13bfeee62bd86654e2122a4f3ed8dfd1247651d3b81e64c0fd7dbb605089e6c68bb7416062341c097c155298bd3c0f7de58dc45
|
||||
checksum: 10/39e75216f43474c8d2796d337f1f8425c0d0e4d51422748dc01accc2f1c1bbf309b2efbf2ce0bffa6c695b2eeb83893a3e9670a1dc15b14d57780cb7fe7754a0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -18657,7 +18657,7 @@ __metadata:
|
|||
"@rtk-query/codegen-openapi": "npm:^1.2.0"
|
||||
"@rtsao/plugin-proposal-class-properties": "npm:7.0.1-patch.1"
|
||||
"@swc/core": "npm:1.4.2"
|
||||
"@swc/helpers": "npm:0.5.8"
|
||||
"@swc/helpers": "npm:0.5.9"
|
||||
"@testing-library/dom": "npm:10.0.0"
|
||||
"@testing-library/jest-dom": "npm:6.4.2"
|
||||
"@testing-library/react": "npm:15.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue