Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored and xata-bot committed Dec 30, 2024
1 parent a4b3e0f commit 58382bb
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 823 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"@opentelemetry/sdk-trace-node": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"doctoc": "^2.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"msw": "^2.7.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
Expand All @@ -69,8 +69,8 @@
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.6",
"vitest": "^2.1.8",
"zod": "^3.24.1"
},
Expand All @@ -96,7 +96,7 @@
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@pnpm/exportable-manifest": "^1000.0.1",
"@pnpm/exportable-manifest": "^1000.0.2",
"@pnpm/read-project-manifest": "^1000.0.1",
"@pnpm/write-project-manifest": "^1000.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dependencies": {
"@oclif/core": "^4.2.0",
"@oclif/plugin-help": "^6.2.20",
"@oclif/plugin-not-found": "^3.2.31",
"@oclif/plugin-plugins": "^5.4.23",
"@oclif/plugin-update": "^4.6.20",
"@oclif/plugin-not-found": "^3.2.33",
"@oclif/plugin-plugins": "^5.4.24",
"@oclif/plugin-update": "^4.6.21",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -54,7 +54,7 @@
"tmp": "^0.2.3",
"ts-pattern": "^5.6.0",
"tslib": "^2.8.1",
"type-fest": "^4.30.2",
"type-fest": "^4.31.0",
"which": "^5.0.0",
"zod": "^3.24.1"
},
Expand All @@ -69,7 +69,7 @@
"eslint": "^9.17.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.13",
"oclif": "^4.17.4",
"oclif": "^4.17.7",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/xataio/client-ts/issues"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20241218.0",
"@cloudflare/workers-types": "^4.20241224.0",
"@xata.io/client": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-client-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/pg": "^8.11.10",
"drizzle-orm": "^0.38.2",
"drizzle-orm": "^0.38.3",
"pg": "^8.13.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 58382bb

Please sign in to comment.