Merge pull request #384 from devchat-ai/fix_ci_dependencies

Add mobx dependency and update language options in package.json
This commit is contained in:
Rankin Zheng 2023-12-27 21:19:33 +08:00 committed by GitHub
commit fd4d213cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2102 additions and 8242 deletions

7514
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -555,7 +555,10 @@
"DevChat.Language": {
"type": "string",
"default": "",
"enum": ["en", "zh"],
"enum": [
"en",
"zh"
],
"enumDescriptions": [
"English",
"Simplified Chinese"
@ -825,6 +828,8 @@
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.21.5",
"@types/chai": "^4.3.5",
"@types/glob": "^8.1.0",
@ -873,6 +878,7 @@
"dotenv": "^16.0.3",
"js-yaml": "^4.1.0",
"mdast": "^3.0.0",
"mobx": "^6.12.0",
"ncp": "^2.0.0",
"node-fetch": "^3.3.1",
"nonce": "^1.0.4",

2822
yarn.lock

File diff suppressed because it is too large Load Diff