Skip to content

Commit

Permalink
Update dependencies (#1581)
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 Sep 16, 2024
1 parent 2265788 commit 9f07c76
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 347 deletions.
10 changes: 5 additions & 5 deletions 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.21",
"@oclif/core": "^4.0.22",
"@oclif/plugin-help": "^6.2.11",
"@oclif/plugin-not-found": "^3.2.20",
"@oclif/plugin-plugins": "^5.4.7",
"@oclif/plugin-update": "^4.5.6",
"@oclif/plugin-not-found": "^3.2.21",
"@oclif/plugin-plugins": "^5.4.8",
"@oclif/plugin-update": "^4.5.9",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -75,7 +75,7 @@
"eslint": "^9.10.0",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.11",
"oclif": "^4.14.31",
"oclif": "^4.14.34",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@size-limit/preset-small-lib": "^11.1.5",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"doctoc": "^2.2.1",
Expand All @@ -56,10 +56,10 @@
"eslint-plugin-import": "^2.30.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"msw": "^2.4.5",
"msw": "^2.4.7",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.21.3",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -70,11 +70,11 @@
"size-limit": "^11.1.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"turbo": "^2.1.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4",
"vitest": "^2.0.5",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"zod": "^3.23.8"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"@faker-js/faker": "^9.0.0",
"@faker-js/faker": "^9.0.1",
"@xata.io/client": "^0.30.0",
"any-date-parser": "^1.5.4",
"json5": "^2.2.3",
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 @@ -30,7 +30,7 @@
"@xata.io/client": "workspace:*"
},
"devDependencies": {
"@types/pg": "^8.11.9",
"@types/pg": "^8.11.10",
"drizzle-orm": "^0.33.0",
"pg": "^8.12.0"
},
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.5.4",
"@types/node": "^22.5.5",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 9f07c76

Please sign in to comment.