Skip to content
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

chore(deps): update dependency @rollup/plugin-commonjs to v25.0.8 #966

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/eslint-plugin": "7.22.10",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.0",
"@rollup/plugin-terser": "0.4.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ __metadata:
"@babel/eslint-plugin": "npm:7.22.10"
"@poool/eslint-config": "npm:3.0.1"
"@poool/eslint-plugin": "npm:3.0.0"
"@rollup/plugin-commonjs": "npm:25.0.7"
"@rollup/plugin-commonjs": "npm:25.0.8"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@rollup/plugin-swc": "npm:0.3.0"
"@rollup/plugin-terser": "npm:0.4.4"
Expand Down Expand Up @@ -997,9 +997,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:25.0.7":
version: 25.0.7
resolution: "@rollup/plugin-commonjs@npm:25.0.7"
"@rollup/plugin-commonjs@npm:25.0.8":
version: 25.0.8
resolution: "@rollup/plugin-commonjs@npm:25.0.8"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
commondir: "npm:^1.0.1"
Expand All @@ -1012,7 +1012,7 @@ __metadata:
peerDependenciesMeta:
rollup:
optional: true
checksum: 89b108e245d1af6e7878ac949bfcd44e48f7d0c1eda0cb0b7e89c231ae73de455ffe2ac65eb03a398da4e8c300ce404f997fe66f8dde3d4d4794ffd2c1241fc3
checksum: 2d6190450bdf2ca2c4ab71a35eb5bf245349ad7dab6fc84a3a4e65147fd694be816e3c31b575c9e55a70a2f82132b79092d1ee04358e6e504beb31a8c82178bb
languageName: node
linkType: hard

Expand Down
Loading