Skip to content

Commit

Permalink
chore: update deps (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Dec 6, 2024
1 parent cf6f100 commit a3c64a4
Show file tree
Hide file tree
Showing 5 changed files with 1,396 additions and 2,298 deletions.
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.4.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.56",
"@ai-sdk/mistral": "^0.0.46",
"@ai-sdk/openai": "^0.0.72",
"@callstack/byorg-core": "0.3.1",
"@ai-sdk/anthropic": "^1.0.4",
"@ai-sdk/mistral": "^1.0.4",
"@ai-sdk/openai": "^1.0.7",
"@callstack/byorg-core": "0.4.2",
"@clack/prompts": "^0.8.2",
"ai": "^4.0.13",
"chalk": "^5.3.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"ora": "^8.1.1",
"tiktoken": "^1.0.17",
"update-notifier": "^7.3.1",
Expand All @@ -58,27 +59,27 @@
},
"devDependencies": {
"@callstack/eslint-config": "^14.2.0",
"@release-it/conventional-changelog": "^5.1.1",
"@rslib/core": "^0.0.16",
"@release-it/conventional-changelog": "^9.0.3",
"@rslib/core": "^0.1.3",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
"@types/update-notifier": "^6.0.8",
"@vitest/coverage-v8": "^2.1.4",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"@vitest/coverage-v8": "^2.1.8",
"del-cli": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"memfs": "^4.14.0",
"memfs": "^4.14.1",
"mock-fs": "^5.4.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"release-it": "^15.11.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.3",
"engines": {
"node": ">= 18.0.0"
},
Expand Down
Loading

0 comments on commit a3c64a4

Please sign in to comment.