Skip to content

Commit bc141b2

Browse files
bhovhannesHovhannes Babayan
andauthored
fix: bump unplugin to v2 to make plugin work under Node 26 (#10152)
Co-authored-by: Hovhannes Babayan <hbabayan@adobe.com>
1 parent 0f5ae89 commit bc141b2

2 files changed

Lines changed: 5 additions & 24 deletions

File tree

packages/dev/optimize-locales-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"access": "public"
88
},
99
"dependencies": {
10-
"unplugin": "^1.4.0"
10+
"unplugin": "^2.3.11"
1111
}
1212
}

yarn.lock

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6958,7 +6958,7 @@ __metadata:
69586958
version: 0.0.0-use.local
69596959
resolution: "@react-aria/optimize-locales-plugin@workspace:packages/dev/optimize-locales-plugin"
69606960
dependencies:
6961-
unplugin: "npm:^1.4.0"
6961+
unplugin: "npm:^2.3.11"
69626962
languageName: unknown
69636963
linkType: soft
69646964

@@ -12092,7 +12092,7 @@ __metadata:
1209212092
languageName: node
1209312093
linkType: hard
1209412094

12095-
"acorn@npm:^8.0.0, acorn@npm:^8.11.0, acorn@npm:^8.12.1, acorn@npm:^8.4.1":
12095+
"acorn@npm:^8.0.0, acorn@npm:^8.11.0, acorn@npm:^8.4.1":
1209612096
version: 8.12.1
1209712097
resolution: "acorn@npm:8.12.1"
1209812098
bin:
@@ -13955,7 +13955,7 @@ __metadata:
1395513955
languageName: node
1395613956
linkType: hard
1395713957

13958-
"chokidar@npm:^3.4.0, chokidar@npm:^3.5.3, chokidar@npm:^3.6.0":
13958+
"chokidar@npm:^3.4.0, chokidar@npm:^3.5.3":
1395913959
version: 3.6.0
1396013960
resolution: "chokidar@npm:3.6.0"
1396113961
dependencies:
@@ -30845,18 +30845,6 @@ __metadata:
3084530845
languageName: node
3084630846
linkType: hard
3084730847

30848-
"unplugin@npm:^1.4.0":
30849-
version: 1.12.0
30850-
resolution: "unplugin@npm:1.12.0"
30851-
dependencies:
30852-
acorn: "npm:^8.12.1"
30853-
chokidar: "npm:^3.6.0"
30854-
webpack-sources: "npm:^3.2.3"
30855-
webpack-virtual-modules: "npm:^0.6.2"
30856-
checksum: 10c0/d4ca9508adbc3724fbafe0eec50e346b3772d3bca7881f20b29d403c576fae5ac2f1224cc84481913396e9c52cba5e934d2815d1b2a206c439fdc52ec39889b8
30857-
languageName: node
30858-
linkType: hard
30859-
3086030848
"unplugin@npm:^1.9.0":
3086130849
version: 1.16.1
3086230850
resolution: "unplugin@npm:1.16.1"
@@ -30867,7 +30855,7 @@ __metadata:
3086730855
languageName: node
3086830856
linkType: hard
3086930857

30870-
"unplugin@npm:^2.3.5":
30858+
"unplugin@npm:^2.3.11, unplugin@npm:^2.3.5":
3087130859
version: 2.3.11
3087230860
resolution: "unplugin@npm:2.3.11"
3087330861
dependencies:
@@ -31727,13 +31715,6 @@ __metadata:
3172731715
languageName: node
3172831716
linkType: hard
3172931717

31730-
"webpack-sources@npm:^3.2.3":
31731-
version: 3.2.3
31732-
resolution: "webpack-sources@npm:3.2.3"
31733-
checksum: 10c0/2ef63d77c4fad39de4a6db17323d75eb92897b32674e97d76f0a1e87c003882fc038571266ad0ef581ac734cbe20952912aaa26155f1905e96ce251adbb1eb4e
31734-
languageName: node
31735-
linkType: hard
31736-
3173731718
"webpack-virtual-modules@npm:^0.6.2":
3173831719
version: 0.6.2
3173931720
resolution: "webpack-virtual-modules@npm:0.6.2"

0 commit comments

Comments
 (0)