fix(gpt-runner-web): fetch github config network error
This commit is contained in:
26
package.json
26
package.json
@@ -25,19 +25,19 @@
|
||||
"test:ci": "pnpm build && pnpm typecheck && pnpm lint && pnpm test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.39.8",
|
||||
"@antfu/eslint-config": "^0.40.2",
|
||||
"@nicepkg/gpt-runner": "workspace:*",
|
||||
"@nicepkg/gpt-runner-cli": "workspace:*",
|
||||
"@nicepkg/gpt-runner-core": "workspace:*",
|
||||
"@nicepkg/gpt-runner-shared": "workspace:*",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/node": "^18.16.19",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"@types/react": "^18.2.17",
|
||||
"@types/prettier": "^3.0.0",
|
||||
"@types/react": "^18.2.20",
|
||||
"@vitejs/plugin-legacy": "^4.1.1",
|
||||
"@vitest/ui": "^0.33.0",
|
||||
"@vitest/ui": "^0.34.1",
|
||||
"bumpp": "^9.1.1",
|
||||
"eslint": "8.45.0",
|
||||
"eslint": "8.47.0",
|
||||
"esno": "^0.17.0",
|
||||
"execa": "^7.2.0",
|
||||
"fast-glob": "^3.3.1",
|
||||
@@ -46,22 +46,22 @@
|
||||
"jsdom": "^22.1.0",
|
||||
"lint-staged": "^13.2.3",
|
||||
"msw": "1.2.3",
|
||||
"pnpm": "8.6.10",
|
||||
"prettier": "^3.0.0",
|
||||
"pnpm": "8.6.12",
|
||||
"prettier": "^3.0.1",
|
||||
"react": "^18.2.0",
|
||||
"rollup": "^3.26.3",
|
||||
"rollup": "^3.28.0",
|
||||
"semver": "^7.5.4",
|
||||
"simple-git-hooks": "^2.9.0",
|
||||
"taze": "^0.11.2",
|
||||
"terser": "^5.19.2",
|
||||
"tsup": "^7.1.0",
|
||||
"tsup": "^7.2.0",
|
||||
"typescript": "^5.1.6",
|
||||
"unbuild": "^0.8.11",
|
||||
"unplugin-auto-import": "^0.16.6",
|
||||
"vite": "^4.4.7",
|
||||
"vite-plugin-inspect": "^0.7.33",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-inspect": "^0.7.38",
|
||||
"vite-plugin-pages": "^0.31.0",
|
||||
"vitest": "^0.33.0"
|
||||
"vitest": "^0.34.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
@@ -77,4 +77,4 @@
|
||||
"eslint --cache --fix"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user