mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-01-08 01:49:14 +00:00
Warn if npm run start is out of date. (#20)
* Adding some wiring to allow the Ink app to warn if there are local development changes that haven't been captured in the recent build of the Gemini CLI. * Adding a new useAppEffects.ts file that wores some useEffect handlers in. * Updating package-lock.json to resolve `npm ci` issues. * Updating package-lock.json and package.json to resolve `npm ci` issues.
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -257,6 +257,10 @@
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@google/gemini-code": {
|
||||
"resolved": "packages/cli",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@google/genai": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-0.8.0.tgz",
|
||||
@@ -2352,10 +2356,6 @@
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/gemini-code-cli": {
|
||||
"resolved": "packages/cli",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/get-caller-file": {
|
||||
"version": "2.0.5",
|
||||
"license": "ISC",
|
||||
@@ -5194,7 +5194,7 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "gemini-code-cli",
|
||||
"name": "@google/gemini-code",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@google/genai": "^0.8.0",
|
||||
|
||||
Reference in New Issue
Block a user