Skip to content

Commit 22a3ab0

Browse files
committed
update dependencies
1 parent 70baf6e commit 22a3ab0

7 files changed

Lines changed: 800 additions & 520 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v6
2727
with:
28-
version: 10
28+
version: "11"
2929

3030
- run: pnpm i
3131
- run: pnpm build

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v6
2525
with:
26-
version: 10
26+
version: "11"
2727

2828
- run: pnpm i
2929

30-
- run: npm publish
30+
- run: pnpm publish

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,21 @@ type: `boolean`
170170
Preview: https://bddjr.github.io/vite-plugin-singlefile-compression/#/
171171

172172
```
173-
vite v8.0.10 building client environment for production...
173+
vite v8.0.11 building client environment for production...
174174
✓ 43 modules transformed.
175175
rendering chunks (1)...
176176
177-
vite-plugin-singlefile-compression 2.4.1 deflate-raw base128-ascii
177+
vite-plugin-singlefile-compression 2.4.4 deflate-raw base128-ascii
178178
179179
file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
180-
126.509 kB -> 59.596 kB
180+
126.890 kB -> 59.879 kB
181181
182182
Finish.
183183
184184
computing gzip size...
185-
dist/index.html 59.59 kB │ gzip: 44.92 kB
185+
dist/index.html 59.87 kB │ gzip: 45.13 kB
186186
187-
✓ built in 307ms
187+
✓ built in 291ms
188188
```
189189

190190
## Clone

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,22 @@
8989
}
9090
},
9191
"dependencies": {
92-
"@types/html-minifier-terser": ">=7.0.2",
93-
"base128-ascii": ">=5.0.0",
94-
"html-minifier-terser": ">=7.2.0",
95-
"jsdom": ">=29.1.0",
96-
"mini-svg-data-uri": ">=1.4.4",
97-
"mrmime": ">=2.0.1",
98-
"picocolors": ">=1.1.1"
92+
"@types/html-minifier-terser": "catalog:",
93+
"base128-ascii": "catalog:",
94+
"html-minifier-terser": "catalog:",
95+
"jsdom": "catalog:",
96+
"mini-svg-data-uri": "catalog:",
97+
"mrmime": "catalog:",
98+
"picocolors": "catalog:"
9999
},
100100
"devDependencies": {
101-
"@bddjr/types-rollupoptions-4.43.0": "4.43.0",
102-
"@types/jsdom": ">=28.0.1",
103-
"@types/node": "^24.12.2",
104-
"rolldown": ">=1.0.0-rc.17",
105-
"rolldown-plugin-dts": ">=0.23.2",
106-
"terser": ">=5.46.2",
107-
"typescript": ">=6.0.3",
108-
"vite": ">=8.0.10"
101+
"@bddjr/types-rollupoptions-4.43.0": "catalog:",
102+
"@types/jsdom": "catalog:",
103+
"@types/node": "catalog:",
104+
"rolldown": "catalog:",
105+
"rolldown-plugin-dts": "catalog:",
106+
"terser": "catalog:",
107+
"typescript": "catalog:",
108+
"vite": "catalog:"
109109
}
110110
}

0 commit comments

Comments
 (0)