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 Sep 9, 2024
1 parent e11705a commit 2dd0721
Show file tree
Hide file tree
Showing 7 changed files with 1,007 additions and 971 deletions.
22 changes: 11 additions & 11 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.19",
"@oclif/plugin-help": "^6.2.10",
"@oclif/plugin-not-found": "^3.2.18",
"@oclif/plugin-plugins": "^5.4.6",
"@oclif/plugin-update": "^4.5.5",
"@oclif/core": "^4.0.21",
"@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",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -40,10 +40,10 @@
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"edge-runtime": "^3.0.2",
"edge-runtime": "^3.0.3",
"enquirer": "^2.4.1",
"env-editor": "^1.1.0",
"ini": "^4.1.3",
"ini": "^5.0.0",
"lodash.compact": "^3.0.1",
"lodash.get": "^4.4.2",
"lodash.keyby": "^4.6.0",
Expand All @@ -57,7 +57,7 @@
"tmp": "^0.2.3",
"ts-pattern": "^5.3.1",
"tslib": "^2.7.0",
"type-fest": "^4.26.0",
"type-fest": "^4.26.1",
"which": "^4.0.0",
"zod": "^3.23.8"
},
Expand All @@ -72,10 +72,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.10",
"oclif": "^4.14.29",
"eslint-config-oclif-typescript": "^3.1.11",
"oclif": "^4.14.31",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
Expand All @@ -46,17 +46,17 @@
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"msw": "^2.4.1",
"msw": "^2.4.4",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
Expand All @@ -72,8 +72,8 @@
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"zod": "^3.23.8"
},
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": "^8.4.1",
"@faker-js/faker": "^9.0.0",
"@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-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.0"
"lru-cache": "^11.0.1"
},
"peerDependencies": {
"lru-cache": "^7"
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.20240821.1",
"@cloudflare/workers-types": "^4.20240903.0",
"@xata.io/client": "workspace:*"
}
}
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.2",
"@types/node": "^22.5.4",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 2dd0721

Please sign in to comment.