Skip to content

Commit

Permalink
Update dependencies (#1629)
Browse files Browse the repository at this point in the history
Co-authored-by: SferaDev <[email protected]>
  • Loading branch information
xata-bot and SferaDev authored Dec 23, 2024
1 parent f6e50b0 commit a4b3e0f
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 828 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.56.0",
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/resources": "^1.29.0",
"@opentelemetry/sdk-trace-base": "^1.29.0",
"@opentelemetry/sdk-trace-node": "^1.29.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0",
"@opentelemetry/instrumentation": "^0.57.0",
"@opentelemetry/resources": "^1.30.0",
"@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.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"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",
"msw": "^2.6.9",
"msw": "^2.7.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"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.0",
"vite": "^6.0.3",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"vitest": "^2.1.8",
"zod": "^3.24.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"node": ">=18"
},
"dependencies": {
"@oclif/core": "^4.0.37",
"@oclif/plugin-help": "^6.2.19",
"@oclif/core": "^4.2.0",
"@oclif/plugin-help": "^6.2.20",
"@oclif/plugin-not-found": "^3.2.31",
"@oclif/plugin-plugins": "^5.4.22",
"@oclif/plugin-update": "^4.6.18",
"@oclif/plugin-plugins": "^5.4.23",
"@oclif/plugin-update": "^4.6.20",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -35,7 +35,7 @@
"@xata.io/importer": "workspace:*",
"@xata.io/pgroll": "workspace:*",
"ansi-regex": "^6.1.0",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"cosmiconfig": "^9.0.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.7",
Expand All @@ -54,7 +54,7 @@
"tmp": "^0.2.3",
"ts-pattern": "^5.6.0",
"tslib": "^2.8.1",
"type-fest": "^4.30.1",
"type-fest": "^4.30.2",
"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.16.5",
"oclif": "^4.17.4",
"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.20241205.0",
"@cloudflare/workers-types": "^4.20241218.0",
"@xata.io/client": "workspace:*"
}
}
Loading

0 comments on commit a4b3e0f

Please sign in to comment.