Skip to content

Commit be25a21

Browse files
authored
chore: update dependencies (#1509)
* chore: update dependencies * update deno test (it splits cookies now!) * fix deno conditional test for node 16, 18
1 parent 4c4afd3 commit be25a21

File tree

11 files changed

+493
-392
lines changed

11 files changed

+493
-392
lines changed

.prettierrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"trailingComma": "es5"
3+
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"defu": "^6.1.2",
7474
"destr": "^2.0.0",
7575
"dot-prop": "^7.2.0",
76-
"esbuild": "^0.18.16",
76+
"esbuild": "^0.18.17",
7777
"escape-string-regexp": "^5.0.0",
7878
"etag": "^1.8.1",
7979
"fs-extra": "^11.1.1",
@@ -88,36 +88,36 @@
8888
"klona": "^2.0.6",
8989
"knitwork": "^1.0.0",
9090
"listhen": "^1.1.2",
91-
"magic-string": "^0.30.1",
91+
"magic-string": "^0.30.2",
9292
"mime": "^3.0.0",
9393
"mlly": "^1.4.0",
9494
"mri": "^1.2.0",
9595
"node-fetch-native": "^1.2.0",
9696
"ofetch": "^1.1.1",
9797
"ohash": "^1.1.2",
98-
"openapi-typescript": "^6.3.7",
98+
"openapi-typescript": "^6.3.9",
9999
"pathe": "^1.1.1",
100100
"perfect-debounce": "^1.0.0",
101101
"pkg-types": "^1.0.3",
102102
"pretty-bytes": "^6.1.1",
103103
"radix3": "^1.0.1",
104-
"rollup": "^3.26.3",
104+
"rollup": "^3.27.0",
105105
"rollup-plugin-visualizer": "^5.9.2",
106106
"scule": "^1.0.0",
107107
"semver": "^7.5.4",
108108
"serve-placeholder": "^2.0.1",
109109
"serve-static": "^1.15.0",
110110
"source-map-support": "^0.5.21",
111111
"std-env": "^3.3.3",
112-
"ufo": "^1.1.2",
112+
"ufo": "^1.2.0",
113113
"uncrypto": "^0.1.3",
114114
"unenv": "^1.5.2",
115115
"unimport": "^3.1.0",
116116
"unstorage": "^1.8.0"
117117
},
118118
"devDependencies": {
119119
"@azure/functions": "^3.5.1",
120-
"@cloudflare/workers-types": "^4.20230717.1",
120+
"@cloudflare/workers-types": "^4.20230724.0",
121121
"@types/aws-lambda": "^8.10.119",
122122
"@types/etag": "^1.8.1",
123123
"@types/fs-extra": "^11.0.1",
@@ -127,13 +127,13 @@
127127
"@vitest/coverage-v8": "^0.33.0",
128128
"changelogen": "^0.5.4",
129129
"edge-runtime": "^2.4.5",
130-
"eslint": "^8.45.0",
130+
"eslint": "^8.46.0",
131131
"eslint-config-unjs": "^0.2.1",
132-
"execa": "^7.1.1",
132+
"execa": "^7.2.0",
133133
"expect-type": "^0.16.0",
134134
"get-port-please": "^3.0.1",
135135
"miniflare": "^2.14.0",
136-
"prettier": "^2.8.8",
136+
"prettier": "^3.0.0",
137137
"typescript": "^5.1.6",
138138
"unbuild": "^1.2.1",
139139
"undici": "^5.22.1",

0 commit comments

Comments
 (0)