Skip to content

Commit

Permalink
chore: drop paki in favor of Compression Streams API
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 6, 2024
1 parent 9eebf49 commit 34f52de
Show file tree
Hide file tree
Showing 6 changed files with 729 additions and 169 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.14.0",
"@nuxt/kit": "^3.14.159",
"@nuxtjs/mdc": "^0.9.2",
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
"better-sqlite3": "^11.5.0",
Expand All @@ -61,7 +61,6 @@
"micromark-util-sanitize-uri": "^2.0.0",
"micromatch": "^4.0.8",
"ohash": "^1.1.4",
"pako": "^2.1.0",
"pathe": "^1.1.2",
"remark-mdc": "^3.2.1",
"scule": "^1.3.0",
Expand All @@ -86,22 +85,21 @@
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.0",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "^3.14.4",
"@types/better-sqlite3": "^7.6.11",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.0",
"@types/pako": "^2.0.3",
"@types/pg": "^8.11.10",
"@types/ws": "^8.5.13",
"csvtojson": "^2.0.10",
"eslint": "^9.14.0",
"micromark-util-types": "^2.0.0",
"nuxt": "^3.14.0",
"nuxt": "^3.14.159",
"release-it": "^17.10.0",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10",
"wrangler": "^3.84.1"
"wrangler": "^3.85.0"
},
"resolutions": {
"vue": "^3.5.12"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
"@nuxthub/core": "^0.7.32",
"nuxt": "^3.13.2"
"@nuxthub/core": "^0.8.6",
"nuxt": "^3.14.159"
}
}
Loading

0 comments on commit 34f52de

Please sign in to comment.