Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 12, 2024
1 parent fe5da14 commit 1fae1ce
Show file tree
Hide file tree
Showing 2 changed files with 794 additions and 776 deletions.
28 changes: 16 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@
"nitro": "./dist/cli/index.mjs",
"nitropack": "./dist/cli/index.mjs"
},
"files": ["dist", "*.d.ts", "runtime-meta.*"],
"files": [
"dist",
"*.d.ts",
"runtime-meta.*"
],
"scripts": {
"build": "pnpm gen-presets && unbuild",
"dev": "pnpm nitro dev playground",
Expand Down Expand Up @@ -100,11 +104,11 @@
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"@types/http-proxy": "^1.17.14",
"@vercel/nft": "^0.27.1",
"@vercel/nft": "^0.27.2",
"archiver": "^7.0.1",
"c12": "^1.11.1",
"chalk": "^5.3.0",
Expand All @@ -120,7 +124,7 @@
"defu": "^6.1.4",
"destr": "^2.0.3",
"dot-prop": "^9.0.0",
"esbuild": "^0.21.4",
"esbuild": "^0.21.5",
"escape-string-regexp": "^5.0.0",
"etag": "^1.8.1",
"fs-extra": "^11.2.0",
Expand All @@ -131,13 +135,13 @@
"httpxy": "^0.1.5",
"ioredis": "^5.4.1",
"is-primitive": "^3.0.1",
"jiti": "^1.21.0",
"jiti": "^1.21.6",
"klona": "^2.0.6",
"knitwork": "^1.1.0",
"listhen": "^1.7.2",
"magic-string": "^0.30.10",
"mime": "^4.0.3",
"mlly": "^1.7.0",
"mlly": "^1.7.1",
"mri": "^1.2.0",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.3.4",
Expand Down Expand Up @@ -167,8 +171,8 @@
"devDependencies": {
"@azure/functions": "^3.5.1",
"@azure/static-web-apps-cli": "^1.1.8",
"@biomejs/biome": "^1.8.0",
"@cloudflare/workers-types": "^4.20240603.0",
"@biomejs/biome": "^1.8.1",
"@cloudflare/workers-types": "^4.20240605.0",
"@deno/types": "^0.0.1",
"@scalar/api-reference": "^1.23.5",
"@types/archiver": "^6.0.2",
Expand All @@ -188,15 +192,15 @@
"edge-runtime": "^2.5.10",
"eslint": "^9.4.0",
"eslint-config-unjs": "0.3.2",
"execa": "^9.1.0",
"execa": "^9.2.0",
"expect-type": "^0.19.0",
"firebase-admin": "^12.1.1",
"firebase-functions": "^4.9.0",
"get-port-please": "^3.1.2",
"miniflare": "^3.20240524.2",
"prettier": "^3.3.0",
"miniflare": "^3.20240605.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"unbuild": "^3.0.0-rc.2",
"unbuild": "3.0.0-rc.2",
"undici": "^6.18.2",
"vitest": "^1.6.0",
"xml2js": "^0.6.2"
Expand Down
Loading

0 comments on commit 1fae1ce

Please sign in to comment.