Skip to content

Commit

Permalink
Update dependencies (#1617)
Browse files Browse the repository at this point in the history
Co-authored-by: SferaDev <SferaDev@users.noreply.github.com>
  • Loading branch information
xata-bot and SferaDev authored Nov 4, 2024
1 parent 890a8c0 commit c270e5c
Show file tree
Hide file tree
Showing 7 changed files with 701 additions and 671 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"@opentelemetry/sdk-trace-base": "^1.27.0",
"@opentelemetry/sdk-trace-node": "^1.27.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"msw": "^2.5.2",
"msw": "^2.6.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.24.2",
"rollup": "^4.24.3",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -69,9 +69,9 @@
"tsx": "^4.19.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vitest": "^2.1.3",
"vitest": "^2.1.4",
"zod": "^3.23.8"
},
"lint-staged": {
Expand Down Expand Up @@ -120,7 +120,8 @@
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"react-devtools-core@<4.28.4": ">=4.28.4",
"cookie@<0.7.0": ">=0.7.0"
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<6.6.0": ">=6.6.0"
}
}
}
12 changes: 6 additions & 6 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.30",
"@oclif/core": "^4.0.31",
"@oclif/plugin-help": "^6.2.16",
"@oclif/plugin-not-found": "^3.2.24",
"@oclif/plugin-not-found": "^3.2.25",
"@oclif/plugin-plugins": "^5.4.15",
"@oclif/plugin-update": "^4.6.8",
"@oclif/plugin-update": "^4.6.10",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -53,7 +53,7 @@
"text-table": "^0.2.0",
"tmp": "^0.2.3",
"ts-pattern": "^5.5.0",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"type-fest": "^4.26.1",
"which": "^5.0.0",
"zod": "^3.23.8"
Expand All @@ -66,10 +66,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.12",
"oclif": "^4.15.16",
"oclif": "^4.15.20",
"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 @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@xata.io/client": "^0.30.1",
"any-date-parser": "^1.5.4",
"json5": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@xata.io/client": "workspace:*"
},
"devDependencies": {
"lru-cache": "^11.0.1"
"lru-cache": "^11.0.2"
},
"peerDependencies": {
"lru-cache": "^7"
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.35.3",
"drizzle-orm": "^0.36.0",
"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.8.1",
"@types/node": "^22.8.7",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit c270e5c

Please sign in to comment.