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 2727 "@astrojs/sitemap" : " ^2.0.2" ,
2828 "@cobalt-ui/cli" : " ^1.4.1" ,
2929 "@cobalt-ui/plugin-sass" : " ^1.2.3" ,
30- "@types/node" : " ^20.5.0 " ,
30+ "@types/node" : " ^20.8.7 " ,
3131 "html-escaper" : " ^3.0.3" ,
3232 "typescript" : " ^5.2.2" ,
3333 "vite-plugin-sass-dts" : " ^1.3.9"
Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@changesets/changelog-github" : " ^0.4.8" ,
2626 "@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 " ,
2929 "del-cli" : " ^5.1.0" ,
30- "eslint" : " ^8.50 .0" ,
30+ "eslint" : " ^8.51 .0" ,
3131 "eslint-config-prettier" : " ^9.0.0" ,
3232 "eslint-plugin-no-only-tests" : " ^3.1.0" ,
33- "eslint-plugin-prettier" : " ^5.0.0 " ,
33+ "eslint-plugin-prettier" : " ^5.0.1 " ,
3434 "eslint-plugin-vitest" : " ^0.2.8" ,
3535 "npm-run-all" : " ^4.1.5" ,
3636 "prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 1313 "react-dom" : " 18.2.0"
1414 },
1515 "devDependencies" : {
16- "@types/node" : " 20.5.1 " ,
16+ "@types/node" : " 20.8.7 " ,
1717 "@types/react" : " 18.2.20" ,
1818 "@types/react-dom" : " 18.2.7" ,
1919 "openapi-typescript" : " workspace:^" ,
Original file line number Diff line number Diff line change 6868 "devDependencies" : {
6969 "axios" : " ^1.5.1" ,
7070 "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:^ " ,
7474 "openapi-typescript-codegen" : " ^0.25.0" ,
7575 "openapi-typescript-fetch" : " ^1.1.3" ,
7676 "superagent" : " ^8.1.2" ,
Original file line number Diff line number Diff line change 6363 "fast-glob" : " ^3.3.1" ,
6464 "js-yaml" : " ^4.1.0" ,
6565 "supports-color" : " ^9.4.0" ,
66- "undici" : " ^5.25.2 " ,
66+ "undici" : " ^5.26.4 " ,
6767 "yargs-parser" : " ^21.1.1"
6868 },
6969 "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 " ,
7373 "degit" : " ^2.8.4" ,
7474 "del-cli" : " ^5.1.0" ,
75- "esbuild" : " ^0.19.4 " ,
75+ "esbuild" : " ^0.19.5 " ,
7676 "execa" : " ^7.2.0" ,
77- "vite" : " ^4.4.9 " ,
77+ "vite" : " ^4.5.0 " ,
7878 "vite-node" : " ^0.34.6" ,
7979 "vitest" : " ^0.34.6"
8080 }
Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ export function isFilepath(url: string): boolean {
316316}
317317
318318export function getDefaultFetch ( ) : Fetch {
319- // @ts -expect-error globalThis doesn’t have a type
320319 const globalFetch : Fetch | undefined = globalThis . fetch ;
321320 if ( typeof globalFetch === "undefined" ) {
322321 return unidiciFetch ;
You can’t perform that action at this time.
0 commit comments