Skip to content

Commit 21ba54b

Browse files
chore(deps): update dependency @rollup/plugin-alias to v5
1 parent e228410 commit 21ba54b

File tree

3 files changed

+34
-17
lines changed

3 files changed

+34
-17
lines changed

.pnp.cjs

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@commitlint/cli": "17.8.1",
3737
"@commitlint/config-conventional": "17.8.1",
38-
"@rollup/plugin-alias": "3.1.9",
38+
"@rollup/plugin-alias": "5.0.1",
3939
"@semantic-release/changelog": "6.0.3",
4040
"@semantic-release/git": "10.0.1",
4141
"@testing-library/dom": "8.20.1",

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,14 +1264,17 @@ __metadata:
12641264
languageName: node
12651265
linkType: hard
12661266

1267-
"@rollup/plugin-alias@npm:3.1.9":
1268-
version: 3.1.9
1269-
resolution: "@rollup/plugin-alias@npm:3.1.9"
1267+
"@rollup/plugin-alias@npm:5.0.1":
1268+
version: 5.0.1
1269+
resolution: "@rollup/plugin-alias@npm:5.0.1"
12701270
dependencies:
1271-
slash: "npm:^3.0.0"
1271+
slash: "npm:^4.0.0"
12721272
peerDependencies:
1273-
rollup: ^1.20.0||^2.0.0
1274-
checksum: f932771db3c87ccc6008e4d82c89c5a09349c834180a7ca6c3ee4d5dbf086cb27f9ce5f5aee42a66bf556e5fd3094438ffdf47e19f5bb0e15ea3cb1a9f34860d
1273+
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
1274+
peerDependenciesMeta:
1275+
rollup:
1276+
optional: true
1277+
checksum: 5b3d095f0ab729925144a6df2b5431a8ee1dea46ab0e53e5415600ebc551bc17d7179f0171a6f252c2a16085d3f3f904295c3adb271a32ea203f7443d909173a
12751278
languageName: node
12761279
linkType: hard
12771280

@@ -8621,7 +8624,7 @@ __metadata:
86218624
dependencies:
86228625
"@commitlint/cli": "npm:17.8.1"
86238626
"@commitlint/config-conventional": "npm:17.8.1"
8624-
"@rollup/plugin-alias": "npm:3.1.9"
8627+
"@rollup/plugin-alias": "npm:5.0.1"
86258628
"@semantic-release/changelog": "npm:6.0.3"
86268629
"@semantic-release/git": "npm:10.0.1"
86278630
"@testing-library/dom": "npm:8.20.1"
@@ -9298,6 +9301,13 @@ __metadata:
92989301
languageName: node
92999302
linkType: hard
93009303

9304+
"slash@npm:^4.0.0":
9305+
version: 4.0.0
9306+
resolution: "slash@npm:4.0.0"
9307+
checksum: b522ca75d80d107fd30d29df0549a7b2537c83c4c4ecd12cd7d4ea6c8aaca2ab17ada002e7a1d78a9d736a0261509f26ea5b489082ee443a3a810586ef8eff18
9308+
languageName: node
9309+
linkType: hard
9310+
93019311
"slice-ansi@npm:^5.0.0":
93029312
version: 5.0.0
93039313
resolution: "slice-ansi@npm:5.0.0"

0 commit comments

Comments
 (0)