Skip to content

Commit 6095899

Browse files
committed
fix(deps): update dependency @babel/runtime to ^7.25.0
1 parent bb30d61 commit 6095899

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/js-widgets/registry-starterkit-react#readme",
3636
"dependencies": {
3737
"@babel/plugin-transform-runtime": "^7.24.7",
38-
"@babel/runtime": "^7.24.8",
38+
"@babel/runtime": "^7.25.0",
3939
"@formatjs/cli": "^5.1.13",
4040
"@storybook/addon-a11y": "^6.5.16",
4141
"@storybook/addon-actions": "^6.5.16",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1874,12 +1874,12 @@ __metadata:
18741874
languageName: node
18751875
linkType: hard
18761876

1877-
"@babel/runtime@npm:^7.24.8":
1878-
version: 7.24.8
1879-
resolution: "@babel/runtime@npm:7.24.8"
1877+
"@babel/runtime@npm:^7.25.0":
1878+
version: 7.25.0
1879+
resolution: "@babel/runtime@npm:7.25.0"
18801880
dependencies:
18811881
regenerator-runtime: ^0.14.0
1882-
checksum: 6b1e4230580f67a807ad054720812bbefbb024cc2adc1159d050acbb764c4c81c7ac5f7a042c48f578987c5edc2453c71039268df059058e9501fa6023d764b0
1882+
checksum: 4a2a374a58eb01aaa65c5762606e90b3a1f448e0c637d42278b6cc0b42a9f5399b5f381ba9f237ee087da2860d14dd2d1de7bddcbe18be6a3cafba97e44bed64
18831883
languageName: node
18841884
linkType: hard
18851885

@@ -3316,7 +3316,7 @@ __metadata:
33163316
resolution: "@js-widgets/registry-starterkit-react@workspace:."
33173317
dependencies:
33183318
"@babel/plugin-transform-runtime": ^7.24.7
3319-
"@babel/runtime": ^7.24.8
3319+
"@babel/runtime": ^7.25.0
33203320
"@formatjs/cli": ^5.1.13
33213321
"@storybook/addon-a11y": ^6.5.16
33223322
"@storybook/addon-actions": ^6.5.16

0 commit comments

Comments
 (0)