Skip to content

Commit 1fae1ce

Browse files
committedJun 12, 2024
chore: update dependencies
1 parent fe5da14 commit 1fae1ce

File tree

2 files changed

+794
-776
lines changed

2 files changed

+794
-776
lines changed
 

Diff for: ‎package.json

+16-12
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@
7070
"nitro": "./dist/cli/index.mjs",
7171
"nitropack": "./dist/cli/index.mjs"
7272
},
73-
"files": ["dist", "*.d.ts", "runtime-meta.*"],
73+
"files": [
74+
"dist",
75+
"*.d.ts",
76+
"runtime-meta.*"
77+
],
7478
"scripts": {
7579
"build": "pnpm gen-presets && unbuild",
7680
"dev": "pnpm nitro dev playground",
@@ -100,11 +104,11 @@
100104
"@rollup/plugin-inject": "^5.0.5",
101105
"@rollup/plugin-json": "^6.1.0",
102106
"@rollup/plugin-node-resolve": "^15.2.3",
103-
"@rollup/plugin-replace": "^5.0.5",
107+
"@rollup/plugin-replace": "^5.0.7",
104108
"@rollup/plugin-terser": "^0.4.4",
105109
"@rollup/pluginutils": "^5.1.0",
106110
"@types/http-proxy": "^1.17.14",
107-
"@vercel/nft": "^0.27.1",
111+
"@vercel/nft": "^0.27.2",
108112
"archiver": "^7.0.1",
109113
"c12": "^1.11.1",
110114
"chalk": "^5.3.0",
@@ -120,7 +124,7 @@
120124
"defu": "^6.1.4",
121125
"destr": "^2.0.3",
122126
"dot-prop": "^9.0.0",
123-
"esbuild": "^0.21.4",
127+
"esbuild": "^0.21.5",
124128
"escape-string-regexp": "^5.0.0",
125129
"etag": "^1.8.1",
126130
"fs-extra": "^11.2.0",
@@ -131,13 +135,13 @@
131135
"httpxy": "^0.1.5",
132136
"ioredis": "^5.4.1",
133137
"is-primitive": "^3.0.1",
134-
"jiti": "^1.21.0",
138+
"jiti": "^1.21.6",
135139
"klona": "^2.0.6",
136140
"knitwork": "^1.1.0",
137141
"listhen": "^1.7.2",
138142
"magic-string": "^0.30.10",
139143
"mime": "^4.0.3",
140-
"mlly": "^1.7.0",
144+
"mlly": "^1.7.1",
141145
"mri": "^1.2.0",
142146
"node-fetch-native": "^1.6.4",
143147
"ofetch": "^1.3.4",
@@ -167,8 +171,8 @@
167171
"devDependencies": {
168172
"@azure/functions": "^3.5.1",
169173
"@azure/static-web-apps-cli": "^1.1.8",
170-
"@biomejs/biome": "^1.8.0",
171-
"@cloudflare/workers-types": "^4.20240603.0",
174+
"@biomejs/biome": "^1.8.1",
175+
"@cloudflare/workers-types": "^4.20240605.0",
172176
"@deno/types": "^0.0.1",
173177
"@scalar/api-reference": "^1.23.5",
174178
"@types/archiver": "^6.0.2",
@@ -188,15 +192,15 @@
188192
"edge-runtime": "^2.5.10",
189193
"eslint": "^9.4.0",
190194
"eslint-config-unjs": "0.3.2",
191-
"execa": "^9.1.0",
195+
"execa": "^9.2.0",
192196
"expect-type": "^0.19.0",
193197
"firebase-admin": "^12.1.1",
194198
"firebase-functions": "^4.9.0",
195199
"get-port-please": "^3.1.2",
196-
"miniflare": "^3.20240524.2",
197-
"prettier": "^3.3.0",
200+
"miniflare": "^3.20240605.0",
201+
"prettier": "^3.3.2",
198202
"typescript": "^5.4.5",
199-
"unbuild": "^3.0.0-rc.2",
203+
"unbuild": "3.0.0-rc.2",
200204
"undici": "^6.18.2",
201205
"vitest": "^1.6.0",
202206
"xml2js": "^0.6.2"

Diff for: ‎pnpm-lock.yaml

+778-764
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.