Skip to content

chore(deps): update dependency @rollup/plugin-alias to v5 #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-alias": "5.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@testing-library/dom": "8.20.1",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1445,14 +1445,17 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-alias@npm:3.1.9":
version: 3.1.9
resolution: "@rollup/plugin-alias@npm:3.1.9"
"@rollup/plugin-alias@npm:5.1.0":
version: 5.1.0
resolution: "@rollup/plugin-alias@npm:5.1.0"
dependencies:
slash: "npm:^3.0.0"
slash: "npm:^4.0.0"
peerDependencies:
rollup: ^1.20.0||^2.0.0
checksum: f932771db3c87ccc6008e4d82c89c5a09349c834180a7ca6c3ee4d5dbf086cb27f9ce5f5aee42a66bf556e5fd3094438ffdf47e19f5bb0e15ea3cb1a9f34860d
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
checksum: fcae5d711b66c098cd237e09e3000e7dec27cf8b0fa82f5a9cd437c4d8d9428194f51d12822b8593b49f3d9e51c6df6a583037cab35763d92555f9c7fcb0db3d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8949,7 +8952,7 @@ __metadata:
dependencies:
"@commitlint/cli": "npm:17.8.1"
"@commitlint/config-conventional": "npm:17.8.1"
"@rollup/plugin-alias": "npm:3.1.9"
"@rollup/plugin-alias": "npm:5.1.0"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/git": "npm:10.0.1"
"@testing-library/dom": "npm:8.20.1"
Expand Down Expand Up @@ -9669,6 +9672,13 @@ __metadata:
languageName: node
linkType: hard

"slash@npm:^4.0.0":
version: 4.0.0
resolution: "slash@npm:4.0.0"
checksum: b522ca75d80d107fd30d29df0549a7b2537c83c4c4ecd12cd7d4ea6c8aaca2ab17ada002e7a1d78a9d736a0261509f26ea5b489082ee443a3a810586ef8eff18
languageName: node
linkType: hard

"slice-ansi@npm:^5.0.0":
version: 5.0.0
resolution: "slice-ansi@npm:5.0.0"
Expand Down