Skip to content

Commit

Permalink
Update dependencies (#1469)
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 May 6, 2024
1 parent 1e97c29 commit 22fc70c
Show file tree
Hide file tree
Showing 9 changed files with 1,182 additions and 1,626 deletions.
18 changes: 9 additions & 9 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"/oclif.manifest.json"
],
"dependencies": {
"@oclif/core": "^3.26.4",
"@oclif/core": "^3.26.5",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-not-found": "^3.1.7",
"@oclif/plugin-plugins": "^5.0.16",
"@oclif/plugin-not-found": "^3.1.8",
"@oclif/plugin-plugins": "^5.0.19",
"@types/ini": "^4.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -36,7 +36,7 @@
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"edge-runtime": "^2.5.9",
"edge-runtime": "^2.5.10",
"enquirer": "^2.4.1",
"env-editor": "^1.1.0",
"ini": "^4.1.2",
Expand All @@ -52,10 +52,10 @@
"tslib": "^2.6.2",
"tmp": "^0.2.3",
"which": "^4.0.0",
"zod": "^3.23.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@types/babel__core": "^7.20.5",
"@types/lodash.compact": "^3.0.9",
"@types/lodash.get": "^4.4.9",
Expand All @@ -64,10 +64,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.3",
"eslint": "^9.1.1",
"eslint-config-oclif": "^5.1.3",
"eslint": "^9.2.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"oclif": "^4.9.0",
"oclif": "^4.10.4",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"homepage": "https://github.com/xataio/client-ts#readme",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@openapi-codegen/cli": "^2.0.1",
"@openapi-codegen/typescript": "^8.0.1",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.51.0",
"@opentelemetry/instrumentation": "^0.51.0",
Expand All @@ -44,20 +44,20 @@
"@opentelemetry/sdk-trace-node": "^1.24.0",
"@opentelemetry/semantic-conventions": "^1.24.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.2.14",
"prettier": "=2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.17.1",
"rollup": "^4.17.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -67,13 +67,13 @@
"rollup-plugin-strip-code": "^0.2.7",
"size-limit": "^11.1.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"vite": "^5.2.10",
"vitest": "^1.5.2",
"zod": "^3.23.4"
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"zod": "^3.23.6"
},
"lint-staged": {
"codegen/src/*.{js,ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "=2.8.8",
"ts-morph": "^22.0.0",
"typescript": "^5.4.5",
"zod": "^3.23.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/pluralize": "^0.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash.pick": "^4.4.0",
"p-queue": "^8.0.1",
"papaparse": "^5.4.1",
"zod": "^3.23.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/lodash.chunk": "^4.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/pgroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"zod": "^3.23.4",
"zod": "^3.23.6",
"zod-to-json-schema": "^3.23.0"
},
"devDependencies": {
"ts-morph": "^22.0.0",
"tsx": "^4.7.3"
"tsx": "^4.9.3"
}
}
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.20240423.0",
"@cloudflare/workers-types": "^4.20240502.0",
"@xata.io/client": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-client-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@xata.io/client": "workspace:*"
},
"devDependencies": {
"@types/pg": "^8.11.5",
"drizzle-orm": "^0.30.9",
"@types/pg": "^8.11.6",
"drizzle-orm": "^0.30.10",
"pg": "^8.11.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-client-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"url": "https://github.com/xataio/client-ts/issues"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@netlify/build": "=29.20.6",
"@xata.io/client": "workspace:*"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 22fc70c

Please sign in to comment.