Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 21, 2023
1 parent 345d0cc commit 6cb72e6
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 149 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
},
"resolutions": {
"nitropack": "link:.",
"undici": "^5.23.0",
"h3": "npm:h3-nightly@latest"
"undici": "^5.23.0"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
Expand All @@ -57,7 +56,7 @@
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-wasm": "^6.1.3",
Expand All @@ -80,11 +79,11 @@
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"gzip-size": "^7.0.0",
"h3": "^1.8.0-rc.3",
"h3": "^1.8.0",
"hookable": "^5.5.3",
"http-proxy": "^1.18.1",
"is-primitive": "^3.0.1",
"jiti": "^1.19.1",
"jiti": "^1.19.3",
"klona": "^2.0.6",
"knitwork": "^1.0.0",
"listhen": "^1.3.0",
Expand All @@ -95,19 +94,19 @@
"node-fetch-native": "^1.2.0",
"ofetch": "^1.1.1",
"ohash": "^1.1.3",
"openapi-typescript": "^6.5.0",
"openapi-typescript": "^6.5.2",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"pretty-bytes": "^6.1.1",
"radix3": "^1.0.1",
"radix3": "^1.1.0",
"rollup": "^3.28.0",
"rollup-plugin-visualizer": "^5.9.2",
"scule": "^1.0.0",
"semver": "^7.5.4",
"serve-placeholder": "^2.0.1",
"serve-static": "^1.15.0",
"std-env": "^3.3.3",
"std-env": "^3.4.0",
"ufo": "^1.2.0",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
Expand All @@ -117,14 +116,14 @@
},
"devDependencies": {
"@azure/functions": "^3.5.1",
"@cloudflare/workers-types": "^4.20230807.0",
"@cloudflare/workers-types": "^4.20230814.0",
"@types/aws-lambda": "^8.10.119",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.1",
"@types/node-fetch": "^2.6.4",
"@types/semver": "^7.5.0",
"@types/serve-static": "^1.15.2",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/coverage-v8": "^0.34.2",
"changelogen": "^0.5.4",
"edge-runtime": "^2.4.5",
"eslint": "^8.47.0",
Expand All @@ -135,11 +134,11 @@
"firebase-functions": "^4.4.1",
"get-port-please": "^3.0.1",
"miniflare": "^2.14.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"undici": "^5.23.0",
"vitest": "^0.34.1"
"vitest": "^0.34.2"
},
"packageManager": "pnpm@8.6.12",
"engines": {
Expand Down

0 comments on commit 6cb72e6

Please sign in to comment.