Skip to content

Commit 18da467

Browse files
bump up version
1 parent 7f5a006 commit 18da467

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zip-js/zip-js",
3-
"version": "2.8.7",
3+
"version": "2.8.8",
44
"exports": {
55
".": "./index.js"
66
},

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A JavaScript library to zip and unzip files in the browser, Deno and Node.js",
44
"author": "Gildas Lormeau",
55
"license": "BSD-3-Clause",
6-
"version": "2.8.7",
6+
"version": "2.8.8",
77
"type": "module",
88
"keywords": [
99
"zip",
@@ -156,10 +156,10 @@
156156
"devDependencies": {
157157
"@rollup/plugin-replace": "^6.0.2",
158158
"@rollup/plugin-terser": "^0.4.4",
159-
"eslint": "^9.36.0",
159+
"eslint": "^9.37.0",
160160
"http-server": "^14.1.1",
161-
"rollup": "^4.52.3",
162-
"typedoc": "^0.28.13",
161+
"rollup": "^4.52.4",
162+
"typedoc": "^0.28.14",
163163
"typedoc-plugin-markdown": "^4.9.0"
164164
}
165165
}

0 commit comments

Comments
 (0)