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 Nov 11, 2024
1 parent 9e82fcd commit fff64e4
Show file tree
Hide file tree
Showing 6 changed files with 727 additions and 695 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.1",
"@opentelemetry/instrumentation": "^0.54.1",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.2",
"@opentelemetry/instrumentation": "^0.54.2",
"@opentelemetry/resources": "^1.27.0",
"@opentelemetry/sdk-trace-base": "^1.27.0",
"@opentelemetry/sdk-trace-node": "^1.27.0",
Expand All @@ -54,10 +54,10 @@
"eslint-plugin-import": "^2.31.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"msw": "^2.6.0",
"msw": "^2.6.4",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.24.4",
"rollup": "^4.25.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"edge-runtime": "^3.0.3",
"edge-runtime": "^3.0.5",
"enquirer": "^2.4.1",
"env-editor": "^1.1.0",
"ini": "^5.0.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"eslint": "^9.14.0",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"oclif": "^4.15.20",
"oclif": "^4.15.24",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@xata.io/client": "^0.30.1",
"any-date-parser": "^1.5.4",
"any-date-parser": "^2.0.0",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"p-queue": "^8.0.1",
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.20241022.0",
"@cloudflare/workers-types": "^4.20241106.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.36.0",
"drizzle-orm": "^0.36.1",
"pg": "^8.13.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fff64e4

Please sign in to comment.