Skip to content

Commit 34b8bf9

Browse files
committed
feat:ai tasks with context
1 parent 92e6eff commit 34b8bf9

File tree

2 files changed

+241
-14
lines changed

2 files changed

+241
-14
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dotenv": "^16.5.0",
7373
"tsyringe": "^4.10.0",
7474
"uuid": "^11.1.0",
75-
"zod": "^3.25.30"
75+
"zod": "^3.25.32"
7676
},
7777
"publishConfig": {
7878
"access": "public"
@@ -86,13 +86,13 @@
8686
"@octokit/openapi-types": "^25.1.0",
8787
"@octokit/types": "^14.1.0",
8888
"@types/jest": "^29.5.14",
89-
"@types/node": "^22.15.21",
89+
"@types/node": "^22.15.23",
9090
"@types/uuid": "^10.0.0",
91-
"@typescript-eslint/eslint-plugin": "^8.32.1",
92-
"@typescript-eslint/parser": "^8.32.1",
91+
"@typescript-eslint/eslint-plugin": "^8.33.0",
92+
"@typescript-eslint/parser": "^8.33.0",
9393
"eslint": "^9.27.0",
9494
"eslint-config-prettier": "^10.1.5",
95-
"eslint-plugin-jest": "^28.11.0",
95+
"eslint-plugin-jest": "^28.11.1",
9696
"eslint-plugin-prettier": "^5.4.0",
9797
"husky": "^9.1.7",
9898
"jest": "^29.7.0",

0 commit comments

Comments
 (0)