Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Oct 19, 2023
1 parent 7798436 commit f0cea1a
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 343 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@astrojs/sitemap": "^2.0.2",
"@cobalt-ui/cli": "^1.4.1",
"@cobalt-ui/plugin-sass": "^1.2.3",
"@types/node": "^20.5.0",
"@types/node": "^20.8.7",
"html-escaper": "^3.0.3",
"typescript": "^5.2.2",
"vite-plugin-sass-dts": "^1.3.9"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"del-cli": "^5.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vitest": "^0.2.8",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-fetch/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.5.1",
"@types/node": "20.8.7",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"openapi-typescript": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/openapi-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"devDependencies": {
"axios": "^1.5.1",
"del-cli": "^5.1.0",
"esbuild": "^0.19.4",
"nanostores": "^0.9.3",
"openapi-typescript": "workspace:",
"esbuild": "^0.19.5",
"nanostores": "^0.9.4",
"openapi-typescript": "workspace:^",
"openapi-typescript-codegen": "^0.25.0",
"openapi-typescript-fetch": "^1.1.3",
"superagent": "^8.1.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/openapi-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@
"fast-glob": "^3.3.1",
"js-yaml": "^4.1.0",
"supports-color": "^9.4.0",
"undici": "^5.25.2",
"undici": "^5.26.4",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/degit": "^2.8.4",
"@types/js-yaml": "^4.0.6",
"@types/node": "^20.7.2",
"@types/degit": "^2.8.5",
"@types/js-yaml": "^4.0.8",
"@types/node": "^20.8.7",
"degit": "^2.8.4",
"del-cli": "^5.1.0",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"execa": "^7.2.0",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-node": "^0.34.6",
"vitest": "^0.34.6"
}
Expand Down
1 change: 0 additions & 1 deletion packages/openapi-typescript/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ export function isFilepath(url: string): boolean {
}

export function getDefaultFetch(): Fetch {
// @ts-expect-error globalThis doesn’t have a type
const globalFetch: Fetch | undefined = globalThis.fetch;
if (typeof globalFetch === "undefined") {
return unidiciFetch;
Expand Down
Loading

0 comments on commit f0cea1a

Please sign in to comment.