Skip to content

Commit 5458a5c

Browse files
committed
fix(deps): update dependency @babel/plugin-transform-runtime to ^7.21.4
1 parent 04bc85e commit 5458a5c

5 files changed

Lines changed: 39 additions & 3 deletions
Binary file not shown.
Binary file not shown.
319 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/js-widgets/registry-starterkit-react#readme",
3636
"dependencies": {
37-
"@babel/plugin-transform-runtime": "^7.21.0",
37+
"@babel/plugin-transform-runtime": "^7.21.4",
3838
"@babel/runtime": "^7.21.0",
3939
"@formatjs/cli": "^5.1.13",
4040
"@storybook/addon-a11y": "^6.5.16",

yarn.lock

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,15 @@ __metadata:
275275
languageName: node
276276
linkType: hard
277277

278+
"@babel/helper-module-imports@npm:^7.21.4":
279+
version: 7.21.4
280+
resolution: "@babel/helper-module-imports@npm:7.21.4"
281+
dependencies:
282+
"@babel/types": ^7.21.4
283+
checksum: bd330a2edaafeb281fbcd9357652f8d2666502567c0aad71db926e8499c773c9ea9c10dfaae30122452940326d90c8caff5c649ed8e1bf15b23f858758d3abc6
284+
languageName: node
285+
linkType: hard
286+
278287
"@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.18.6, @babel/helper-module-transforms@npm:^7.20.11, @babel/helper-module-transforms@npm:^7.21.2":
279288
version: 7.21.2
280289
resolution: "@babel/helper-module-transforms@npm:7.21.2"
@@ -1311,7 +1320,7 @@ __metadata:
13111320
languageName: node
13121321
linkType: hard
13131322

1314-
"@babel/plugin-transform-runtime@npm:^7.16.4, @babel/plugin-transform-runtime@npm:^7.21.0":
1323+
"@babel/plugin-transform-runtime@npm:^7.16.4":
13151324
version: 7.21.0
13161325
resolution: "@babel/plugin-transform-runtime@npm:7.21.0"
13171326
dependencies:
@@ -1327,6 +1336,22 @@ __metadata:
13271336
languageName: node
13281337
linkType: hard
13291338

1339+
"@babel/plugin-transform-runtime@npm:^7.21.4":
1340+
version: 7.21.4
1341+
resolution: "@babel/plugin-transform-runtime@npm:7.21.4"
1342+
dependencies:
1343+
"@babel/helper-module-imports": ^7.21.4
1344+
"@babel/helper-plugin-utils": ^7.20.2
1345+
babel-plugin-polyfill-corejs2: ^0.3.3
1346+
babel-plugin-polyfill-corejs3: ^0.6.0
1347+
babel-plugin-polyfill-regenerator: ^0.4.1
1348+
semver: ^6.3.0
1349+
peerDependencies:
1350+
"@babel/core": ^7.0.0-0
1351+
checksum: 7e2e6b0d6f9762fde58738829e4d3b5e13dc88ccc1463e4eee83c8d8f50238eeb8e3699923f5ad4d7edf597515f74d67fbb14eb330225075fc7733b547e22145
1352+
languageName: node
1353+
linkType: hard
1354+
13301355
"@babel/plugin-transform-shorthand-properties@npm:^7.12.1, @babel/plugin-transform-shorthand-properties@npm:^7.18.6":
13311356
version: 7.18.6
13321357
resolution: "@babel/plugin-transform-shorthand-properties@npm:7.18.6"
@@ -1633,6 +1658,17 @@ __metadata:
16331658
languageName: node
16341659
linkType: hard
16351660

1661+
"@babel/types@npm:^7.21.4":
1662+
version: 7.21.4
1663+
resolution: "@babel/types@npm:7.21.4"
1664+
dependencies:
1665+
"@babel/helper-string-parser": ^7.19.4
1666+
"@babel/helper-validator-identifier": ^7.19.1
1667+
to-fast-properties: ^2.0.0
1668+
checksum: 587bc55a91ce003b0f8aa10d70070f8006560d7dc0360dc0406d306a2cb2a10154e2f9080b9c37abec76907a90b330a536406cb75e6bdc905484f37b75c73219
1669+
languageName: node
1670+
linkType: hard
1671+
16361672
"@base2/pretty-print-object@npm:1.0.1":
16371673
version: 1.0.1
16381674
resolution: "@base2/pretty-print-object@npm:1.0.1"
@@ -2826,7 +2862,7 @@ __metadata:
28262862
version: 0.0.0-use.local
28272863
resolution: "@js-widgets/registry-starterkit-react@workspace:."
28282864
dependencies:
2829-
"@babel/plugin-transform-runtime": ^7.21.0
2865+
"@babel/plugin-transform-runtime": ^7.21.4
28302866
"@babel/runtime": ^7.21.0
28312867
"@formatjs/cli": ^5.1.13
28322868
"@storybook/addon-a11y": ^6.5.16

0 commit comments

Comments
 (0)