Skip to content

Commit

Permalink
Update dependencies (#1521)
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 Jul 1, 2024
1 parent b06a904 commit df6f98e
Show file tree
Hide file tree
Showing 6 changed files with 575 additions and 629 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": "^4.0.6",
"@oclif/plugin-help": "^6.2.3",
"@oclif/plugin-not-found": "^3.2.6",
"@oclif/plugin-plugins": "^5.3.2",
"@oclif/core": "^4.0.7",
"@oclif/plugin-help": "^6.2.4",
"@oclif/plugin-not-found": "^3.2.8",
"@oclif/plugin-plugins": "^5.3.3",
"@types/ini": "^4.1.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -67,10 +67,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.8",
"oclif": "^4.13.10",
"oclif": "^4.13.12",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
Expand All @@ -44,12 +44,12 @@
"@opentelemetry/sdk-trace-node": "^1.25.1",
"@opentelemetry/semantic-conventions": "^1.25.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
Expand All @@ -67,11 +67,11 @@
"rollup-plugin-strip-code": "^0.2.7",
"size-limit": "^11.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.15.7",
"turbo": "^2.0.4",
"tsx": "^4.16.0",
"turbo": "^2.0.6",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pgroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"ts-morph": "^23.0.0",
"tsx": "^4.15.7"
"tsx": "^4.16.0"
}
}
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": "^10.2.2"
"lru-cache": "^10.3.0"
},
"peerDependencies": {
"lru-cache": "^7"
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": "^20.14.8",
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit df6f98e

Please sign in to comment.