Skip to content

Commit a8cf36e

Browse files
author
Andrei Bratu
committed
Bring back old deps
1 parent aae5cf7 commit a8cf36e

File tree

2 files changed

+124
-251
lines changed

2 files changed

+124
-251
lines changed

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,30 @@
3434
"stable-hash": "0.0.4"
3535
},
3636
"devDependencies": {
37-
"@anthropic-ai/sdk": "^0.32.1",
38-
"@babel/core": "^7.26.0",
39-
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
40-
"@babel/preset-env": "^7.26.0",
41-
"@trivago/prettier-plugin-sort-imports": "4.3.0",
42-
"@types/cli-progress": "^3.11.6",
43-
"@types/jest": "29.5.5",
44-
"@types/lodash": "4.14.74",
45-
"@types/node": "17.0.33",
46-
"@types/node-fetch": "2.6.9",
47-
"@types/qs": "6.9.8",
48-
"@types/readable-stream": "^4.0.15",
4937
"@types/url-join": "4.0.1",
50-
"babel-jest": "^29.7.0",
38+
"@types/qs": "^6.9.17",
39+
"@types/node-fetch": "^2.6.12",
40+
"@types/readable-stream": "^4.0.18",
41+
"webpack": "^5.97.1",
42+
"ts-loader": "^9.5.1",
43+
"jest": "^29.7.0",
44+
"@types/jest": "^29.5.14",
45+
"ts-jest": "^29.1.1",
46+
"jest-environment-jsdom": "^29.7.0",
47+
"@types/node": "^18.19.70",
48+
"prettier": "^3.4.2",
49+
"typescript": "~5.7.2",
50+
"openai": "^4.74.0",
51+
"@anthropic-ai/sdk": "^0.32.1",
5152
"cohere-ai": "^7.15.0",
5253
"dotenv": "^16.4.6",
53-
"fetch-mock-jest": "^1.5.1",
54-
"jest": "29.7.0",
55-
"jest-environment-jsdom": "29.7.0",
5654
"jsonschema": "^1.4.1",
57-
"openai": "^4.74.0",
58-
"prettier": "^3.4.2",
59-
"ts-jest": "29.1.1",
60-
"ts-loader": "^9.3.1",
61-
"typescript": "4.6.4",
62-
"webpack": "^5.94.0"
55+
"@types/cli-progress": "^3.11.6",
56+
"babel-jest": "^29.7.0",
57+
"@babel/core": "^7.26.0",
58+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
59+
"@babel/preset-env": "^7.26.0",
60+
"@types/lodash": "4.14.74"
6361
},
6462
"browser": {
6563
"fs": false,

0 commit comments

Comments
 (0)