File tree Expand file tree Collapse file tree 7 files changed +327
-343
lines changed Expand file tree Collapse file tree 7 files changed +327
-343
lines changed Original file line number Diff line number Diff line change 27
27
"@astrojs/sitemap" : " ^2.0.2" ,
28
28
"@cobalt-ui/cli" : " ^1.4.1" ,
29
29
"@cobalt-ui/plugin-sass" : " ^1.2.3" ,
30
- "@types/node" : " ^20.5.0 " ,
30
+ "@types/node" : " ^20.8.7 " ,
31
31
"html-escaper" : " ^3.0.3" ,
32
32
"typescript" : " ^5.2.2" ,
33
33
"vite-plugin-sass-dts" : " ^1.3.9"
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"@changesets/changelog-github" : " ^0.4.8" ,
26
26
"@changesets/cli" : " ^2.26.2" ,
27
- "@typescript-eslint/eslint-plugin" : " ^6.7.3 " ,
28
- "@typescript-eslint/parser" : " ^6.7.3 " ,
27
+ "@typescript-eslint/eslint-plugin" : " ^6.8.0 " ,
28
+ "@typescript-eslint/parser" : " ^6.8.0 " ,
29
29
"del-cli" : " ^5.1.0" ,
30
- "eslint" : " ^8.50 .0" ,
30
+ "eslint" : " ^8.51 .0" ,
31
31
"eslint-config-prettier" : " ^9.0.0" ,
32
32
"eslint-plugin-no-only-tests" : " ^3.1.0" ,
33
- "eslint-plugin-prettier" : " ^5.0.0 " ,
33
+ "eslint-plugin-prettier" : " ^5.0.1 " ,
34
34
"eslint-plugin-vitest" : " ^0.2.8" ,
35
35
"npm-run-all" : " ^4.1.5" ,
36
36
"prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 13
13
"react-dom" : " 18.2.0"
14
14
},
15
15
"devDependencies" : {
16
- "@types/node" : " 20.5.1 " ,
16
+ "@types/node" : " 20.8.7 " ,
17
17
"@types/react" : " 18.2.20" ,
18
18
"@types/react-dom" : " 18.2.7" ,
19
19
"openapi-typescript" : " workspace:^" ,
Original file line number Diff line number Diff line change 68
68
"devDependencies" : {
69
69
"axios" : " ^1.5.1" ,
70
70
"del-cli" : " ^5.1.0" ,
71
- "esbuild" : " ^0.19.4 " ,
72
- "nanostores" : " ^0.9.3 " ,
73
- "openapi-typescript" : " workspace:" ,
71
+ "esbuild" : " ^0.19.5 " ,
72
+ "nanostores" : " ^0.9.4 " ,
73
+ "openapi-typescript" : " workspace:^ " ,
74
74
"openapi-typescript-codegen" : " ^0.25.0" ,
75
75
"openapi-typescript-fetch" : " ^1.1.3" ,
76
76
"superagent" : " ^8.1.2" ,
Original file line number Diff line number Diff line change 63
63
"fast-glob" : " ^3.3.1" ,
64
64
"js-yaml" : " ^4.1.0" ,
65
65
"supports-color" : " ^9.4.0" ,
66
- "undici" : " ^5.25.2 " ,
66
+ "undici" : " ^5.26.4 " ,
67
67
"yargs-parser" : " ^21.1.1"
68
68
},
69
69
"devDependencies" : {
70
- "@types/degit" : " ^2.8.4 " ,
71
- "@types/js-yaml" : " ^4.0.6 " ,
72
- "@types/node" : " ^20.7.2 " ,
70
+ "@types/degit" : " ^2.8.5 " ,
71
+ "@types/js-yaml" : " ^4.0.8 " ,
72
+ "@types/node" : " ^20.8.7 " ,
73
73
"degit" : " ^2.8.4" ,
74
74
"del-cli" : " ^5.1.0" ,
75
- "esbuild" : " ^0.19.4 " ,
75
+ "esbuild" : " ^0.19.5 " ,
76
76
"execa" : " ^7.2.0" ,
77
- "vite" : " ^4.4.9 " ,
77
+ "vite" : " ^4.5.0 " ,
78
78
"vite-node" : " ^0.34.6" ,
79
79
"vitest" : " ^0.34.6"
80
80
}
Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ export function isFilepath(url: string): boolean {
316
316
}
317
317
318
318
export function getDefaultFetch ( ) : Fetch {
319
- // @ts -expect-error globalThis doesn’t have a type
320
319
const globalFetch : Fetch | undefined = globalThis . fetch ;
321
320
if ( typeof globalFetch === "undefined" ) {
322
321
return unidiciFetch ;
You can’t perform that action at this time.
0 commit comments