feat: support jiti realtime dev

This commit is contained in:
JinmingYang
2023-06-30 13:54:36 +08:00
parent 9924952d96
commit bc9607e537
9 changed files with 1091 additions and 1398 deletions

View File

@@ -25,7 +25,7 @@
"test:ci": "pnpm build && pnpm typecheck && pnpm lint && pnpm test"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@antfu/eslint-config": "^0.39.6",
"@nicepkg/gpt-runner": "workspace:*",
"@nicepkg/gpt-runner-cli": "workspace:*",
"@nicepkg/gpt-runner-core": "workspace:*",
@@ -34,31 +34,32 @@
"@types/node": "^18.16.4",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.14",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitest/ui": "^0.32.2",
"bumpp": "^9.1.0",
"bumpp": "^9.1.1",
"eslint": "8.43.0",
"esno": "^0.16.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"jiti": "^1.18.2",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"msw": "1.2.2",
"pnpm": "8.4.0",
"pnpm": "8.6.5",
"prettier": "^2.8.8",
"react": "^18.2.0",
"rollup": "^3.25.2",
"semver": "^7.5.0",
"rollup": "^3.26.0",
"semver": "^7.5.3",
"simple-git-hooks": "^2.8.1",
"taze": "^0.10.1",
"terser": "^5.18.1",
"taze": "^0.11.0",
"terser": "^5.18.2",
"tsup": "^7.1.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"unbuild": "^0.8.11",
"unplugin-auto-import": "^0.16.4",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.29",
"vite-plugin-inspect": "^0.7.31",
"vite-plugin-pages": "^0.31.0",
"vitest": "^0.32.2"
},
@@ -75,4 +76,4 @@
"eslint --cache --fix"
]
}
}
}