Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 26, 2023
1 parent c19ef27 commit 59ccda9
Show file tree
Hide file tree
Showing 6 changed files with 2,040 additions and 2,042 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-coats-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pkgr/rollup": major
---

chore: bump `rollup` v4 and related dependencies
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

## Backers

[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)

| 1stG | RxTS | UnTS |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"ignoreFiles": [
"*.d.ts"
],
"ignoreNested": true,
"strict": true,
"update": true
}
Expand Down
4 changes: 2 additions & 2 deletions packages/imagemin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lib"
],
"dependencies": {
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"imagemin": "^8.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
Expand All @@ -37,7 +37,7 @@
"imagemin-upng": "^4.0.0",
"imagemin-webp": "^8.0.0",
"is-glob": "^4.0.3",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
"@pkgr/es-modules": "^0.6.3",
"@pkgr/umd-globals": "^0.8.3",
"@pkgr/utils": "^2.4.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-url": "^8.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-url": "^8.0.2",
"builtin-modules": "^3.3.0",
"commander": "^11.0.0",
"core-js": "^3.32.0",
"commander": "^11.1.0",
"core-js": "^3.34.0",
"debug": "^4.3.4",
"esbuild": "^0.18.17",
"esbuild": "^0.19.10",
"is-glob": "^4.0.3",
"jsox": "^1.2.118",
"jsox": "^1.2.119",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.5",
"rollup": "^3.27.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup": "^4.9.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-unassert": "^0.6.0",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-vue-jsx-compat": "^0.0.6",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"unassert": "^2.0.2"
},
"publishConfig": {
Expand Down

0 comments on commit 59ccda9

Please sign in to comment.