Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Jan 18, 2025
1 parent 38e2385 commit 2762b40
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "jenkins-log-reader",
"displayName": "AI Log Reader",
"description": "Read jenkins log, analyse with local AI.",
"version": "0.8.17",
"version": "0.8.18",
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"main": "./out/extension",
"author": "huangjien <[email protected]>",
Expand Down Expand Up @@ -67,12 +67,12 @@
"enum": [
"llama3.2:latest",
"llama3.1:latest",
"llama3:latest",
"qwen2.5:latest",
"qwen2:7b",
"qwen2.5:14b",
"gemma2:latest",
"gemma:latest",
"phi3.5:latest",
"phi4:latest",
"mistral-small:latest",
"mistral:7b"
],
Expand Down Expand Up @@ -220,39 +220,39 @@
"prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.18.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "22.10.1",
"@types/vscode": "^1.95.0",
"@types/node": "22.10.7",
"@types/vscode": "^1.96.0",
"@types/vscode-webview": "^1.57.5",
"@vscode/l10n": "^0.0.18",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"glob": "^11.0.1",
"husky": "^9.1.7",
"normalize.css": "^8.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/typography": "^0.5.16",
"@vscode/webview-ui-toolkit": "^1.4.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.8",
"axios": "^1.7.9",
"crypto": "^1.0.1",
"marked": "^15.0.3",
"ollama": "^0.5.10",
"openai": "^4.73.1",
"p-limit": "^6.1.0",
"tailwindcss": "^3.4.15"
"marked": "^15.0.6",
"ollama": "^0.5.12",
"openai": "^4.79.1",
"p-limit": "^6.2.0",
"tailwindcss": "^3.4.17"
},
"files": [
"out/**/*",
Expand Down

0 comments on commit 2762b40

Please sign in to comment.