Skip to content

Commit b43c24a

Browse files
committed
2.3.3 update dependencies
1 parent 3688f29 commit b43c24a

3 files changed

Lines changed: 10 additions & 22 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ vite v8.0.8 building client environment for production...
156156
✓ 43 modules transformed.
157157
rendering chunks (1)...
158158
159-
vite-plugin-singlefile-compression 2.3.2 deflate-raw base128-ascii
159+
vite-plugin-singlefile-compression 2.3.3 deflate-raw base128-ascii
160160
161161
file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
162162
125.847 kB -> 51.312 kB
@@ -166,7 +166,7 @@ Finish.
166166
computing gzip size...
167167
dist/index.html 51.31 kB │ gzip: 44.73 kB
168168
169-
✓ built in 288ms
169+
✓ built in 285ms
170170
```
171171

172172
## Clone

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-singlefile-compression",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"author": "bddjr",
55
"license": "MIT",
66
"description": "Compress all assets and embeds them into dist/index.html, making it convenient to share as a single HTML file.",
@@ -89,7 +89,7 @@
8989
},
9090
"dependencies": {
9191
"@types/html-minifier-terser": ">=7.0.2",
92-
"base128-ascii": ">=3.1.1",
92+
"base128-ascii": ">=4.0.1",
9393
"html-minifier-terser": ">=7.2.0",
9494
"jsdom": ">=29.0.2",
9595
"mini-svg-data-uri": ">=1.4.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)