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 Jan 6, 2025
1 parent be18cf1 commit 5554d78
Show file tree
Hide file tree
Showing 7 changed files with 642 additions and 691 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@opentelemetry/sdk-trace-base": "^1.30.0",
"@opentelemetry/sdk-trace-node": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
Expand All @@ -57,7 +57,7 @@
"msw": "^2.7.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.29.1",
"rollup": "^4.29.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -69,8 +69,8 @@
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.6",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"zod": "^3.24.1"
},
Expand All @@ -95,10 +95,10 @@
"pnpm": "8.x"
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@pnpm/exportable-manifest": "^1000.0.2",
"@pnpm/read-project-manifest": "^1000.0.1",
"@pnpm/write-project-manifest": "^1000.0.0"
"@octokit/core": "^6.1.3",
"@pnpm/exportable-manifest": "^1000.0.3",
"@pnpm/read-project-manifest": "^1000.0.2",
"@pnpm/write-project-manifest": "^1000.0.1"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint": "^9.17.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.13",
"oclif": "^4.17.7",
"oclif": "^4.17.10",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@xata.io/client": "workspace:*",
"case": "^1.6.3",
"prettier": "=2.8.8",
"ts-morph": "^24.0.0",
"ts-morph": "^25.0.0",
"typescript": "^5.7.2",
"zod": "^3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pgroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"ts-morph": "^24.0.0",
"ts-morph": "^25.0.0",
"tsx": "^4.19.2"
}
}
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.20241224.0",
"@cloudflare/workers-types": "^4.20241230.0",
"@xata.io/client": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-client-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 5554d78

Please sign in to comment.