diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extension/package.json b/extension/package.json index 58ff2b61..212bb2d3 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,10 +14,10 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.104", + "version": "0.0.105", "publisher": "Continue", "engines": { - "vscode": "^1.60.0" + "vscode": "^1.67.0" }, "categories": [ "Other", @@ -209,6 +209,7 @@ "pretest": "npm run compile && npm run lint", "lint": "eslint src --ext ts", "test": "node ./out/test/runTest.js", + "jest": "jest --config ./jest.config.js", "package": "cp ./config/prod_config.json ./config/config.json && mkdir -p ./build && vsce package --out ./build && cp ./config/dev_config.json ./config/config.json", "full-package": "cd ../continuedev && poetry build && cp ./dist/continuedev-0.1.2-py3-none-any.whl ../extension/scripts/continuedev-0.1.2-py3-none-any.whl && cd ../extension && npm install && npm run typegen && npm run clientgen && cd react-app && npm install && npm run build && cd .. && npm run package", "install-extension": "code --install-extension ./build/continue-0.0.8.vsix", @@ -218,12 +219,13 @@ "devDependencies": { "@openapitools/openapi-generator-cli": "^2.5.2", "@types/glob": "^8.0.0", + "@types/jest": "^29.5.2", "@types/mocha": "^10.0.1", "@types/node": "16.x", "@types/node-fetch": "^2.6.2", "@types/react-dom": "^18.2.4", "@types/styled-components": "^5.1.26", - "@types/vscode": "1.60", + "@types/vscode": "1.67", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", @@ -231,8 +233,10 @@ "esbuild": "^0.17.19", "eslint": "^8.28.0", "glob": "^8.0.3", + "jest": "^29.5.0", "json-schema-to-typescript": "^12.0.0", "mocha": "^10.1.0", + "ts-jest": "^29.1.1", "typescript": "^4.9.3", "vsce": "^2.15.0" }, @@ -248,7 +252,7 @@ "downshift": "^7.6.0", "fkill": "^8.1.0", "highlight.js": "^11.7.0", - "posthog-js": "^1.63.3", + "posthog-js": "^1.68.3", "react-markdown": "^8.0.7", "react-redux": "^8.0.5", "strip-ansi": "^7.1.0", |