Skip to content

Commit

Permalink
Update dependencies (#1418)
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 Mar 25, 2024
1 parent 8d508a4 commit 307038d
Show file tree
Hide file tree
Showing 8 changed files with 862 additions and 2,830 deletions.
12 changes: 6 additions & 6 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.25.2",
"@oclif/plugin-help": "^6.0.18",
"@oclif/plugin-not-found": "^3.0.14",
"@oclif/plugin-plugins": "^4.3.7",
"@oclif/core": "^3.26.0",
"@oclif/plugin-help": "^6.0.19",
"@oclif/plugin-not-found": "^3.1.1",
"@oclif/plugin-plugins": "^4.3.9",
"@types/ini": "^4.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -67,10 +67,10 @@
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.3",
"oclif": "^4.5.7",
"oclif": "^4.6.3",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"oclif": {
"bin": "xata",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/xataio/client-ts#readme",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@openapi-codegen/cli": "^2.0.0",
Expand All @@ -42,8 +42,8 @@
"@opentelemetry/sdk-trace-base": "^1.22.0",
"@opentelemetry/sdk-trace-node": "^1.22.0",
"@opentelemetry/semantic-conventions": "^1.22.0",
"@size-limit/preset-small-lib": "^11.1.1",
"@types/node": "^20.11.29",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"doctoc": "^2.2.1",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.2.8",
"msw": "^2.2.10",
"prettier": "=2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
Expand All @@ -64,12 +64,12 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-strip-code": "^0.2.7",
"size-limit": "^11.1.1",
"size-limit": "^11.1.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"turbo": "^1.13.0",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"case": "^1.6.3",
"prettier": "=2.8.8",
"ts-morph": "^22.0.0",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pgroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
"zod-to-json-schema": "^3.22.5"
},
"devDependencies": {
"ts-morph": "^22.0.0",
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.20240314.0",
"@cloudflare/workers-types": "^4.20240320.1",
"@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.3",
"drizzle-orm": "^0.30.3",
"@types/pg": "^8.11.4",
"drizzle-orm": "^0.30.4",
"pg": "^8.11.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 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.0",
"@babel/core": "^7.24.3",
"@netlify/build": "=29.20.6",
"@xata.io/client": "workspace:*"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/node": "^20.11.29",
"typescript": "^5.4.2"
"@types/node": "^20.11.30",
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 307038d

Please sign in to comment.