Skip to content

Commit 34f52de

Browse files
committed
chore: drop paki in favor of Compression Streams API
1 parent 9eebf49 commit 34f52de

File tree

6 files changed

+729
-169
lines changed

6 files changed

+729
-169
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@nuxt/kit": "^3.14.0",
42+
"@nuxt/kit": "^3.14.159",
4343
"@nuxtjs/mdc": "^0.9.2",
4444
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
4545
"better-sqlite3": "^11.5.0",
@@ -61,7 +61,6 @@
6161
"micromark-util-sanitize-uri": "^2.0.0",
6262
"micromatch": "^4.0.8",
6363
"ohash": "^1.1.4",
64-
"pako": "^2.1.0",
6564
"pathe": "^1.1.2",
6665
"remark-mdc": "^3.2.1",
6766
"scule": "^1.3.0",
@@ -86,22 +85,21 @@
8685
"@nuxt/devtools": "^1.6.0",
8786
"@nuxt/eslint-config": "^0.6.1",
8887
"@nuxt/module-builder": "^0.8.4",
89-
"@nuxt/schema": "^3.14.0",
88+
"@nuxt/schema": "^3.14.159",
9089
"@nuxt/test-utils": "^3.14.4",
9190
"@types/better-sqlite3": "^7.6.11",
9291
"@types/micromatch": "^4.0.9",
9392
"@types/node": "^22.9.0",
94-
"@types/pako": "^2.0.3",
9593
"@types/pg": "^8.11.10",
9694
"@types/ws": "^8.5.13",
9795
"csvtojson": "^2.0.10",
9896
"eslint": "^9.14.0",
9997
"micromark-util-types": "^2.0.0",
100-
"nuxt": "^3.14.0",
98+
"nuxt": "^3.14.159",
10199
"release-it": "^17.10.0",
102100
"vitest": "^2.1.4",
103101
"vue-tsc": "^2.1.10",
104-
"wrangler": "^3.84.1"
102+
"wrangler": "^3.85.0"
105103
},
106104
"resolutions": {
107105
"vue": "^3.5.12"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
1313
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
14-
"@nuxthub/core": "^0.7.32",
15-
"nuxt": "^3.13.2"
14+
"@nuxthub/core": "^0.8.6",
15+
"nuxt": "^3.14.159"
1616
}
1717
}

0 commit comments

Comments
 (0)