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 Dec 16, 2024
1 parent bbd036c commit 93901a2
Show file tree
Hide file tree
Showing 8 changed files with 1,380 additions and 583 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@opentelemetry/sdk-trace-base": "^1.29.0",
"@opentelemetry/sdk-trace-node": "^1.29.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"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.10",
"msw": "^2.6.8",
"lint-staged": "^15.2.11",
"msw": "^2.6.9",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.28.1",
Expand All @@ -64,15 +64,15 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-strip-code": "^0.2.8",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"lint-staged": {
"codegen/src/*.{js,ts,tsx}": [
Expand All @@ -96,8 +96,8 @@
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@pnpm/exportable-manifest": "^1000.0.0",
"@pnpm/read-project-manifest": "^1000.0.0",
"@pnpm/exportable-manifest": "^1000.0.1",
"@pnpm/read-project-manifest": "^1000.0.1",
"@pnpm/write-project-manifest": "^1000.0.0"
},
"packageManager": "[email protected]",
Expand All @@ -124,7 +124,8 @@
"elliptic@<6.6.0": ">=6.6.0",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"@eslint/plugin-kit@<0.2.3": ">=0.2.3"
"@eslint/plugin-kit@<0.2.3": ">=0.2.3",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
16 changes: 8 additions & 8 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.36",
"@oclif/core": "^4.0.37",
"@oclif/plugin-help": "^6.2.19",
"@oclif/plugin-not-found": "^3.2.30",
"@oclif/plugin-not-found": "^3.2.31",
"@oclif/plugin-plugins": "^5.4.22",
"@oclif/plugin-update": "^4.6.17",
"@oclif/plugin-update": "^4.6.18",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -52,11 +52,11 @@
"semver": "^7.6.3",
"text-table": "^0.2.0",
"tmp": "^0.2.3",
"ts-pattern": "^5.5.0",
"ts-pattern": "^5.6.0",
"tslib": "^2.8.1",
"type-fest": "^4.30.0",
"type-fest": "^4.30.1",
"which": "^5.0.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/types": "^7.26.3",
Expand All @@ -66,10 +66,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.13",
"oclif": "^4.16.0",
"oclif": "^4.16.5",
"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 @@ -36,7 +36,7 @@
"prettier": "=2.8.8",
"ts-morph": "^24.0.0",
"typescript": "^5.7.2",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"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 @@ -36,7 +36,7 @@
"lodash-es": "^4.17.21",
"p-queue": "^8.0.1",
"papaparse": "^5.4.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
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,8 +30,8 @@
},
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"ts-morph": "^24.0.0",
Expand Down
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.37.0",
"drizzle-orm": "^0.38.2",
"pg": "^8.13.1"
},
"peerDependencies": {
Expand Down
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.1",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 93901a2

Please sign in to comment.