Skip to content

Commit

Permalink
Update dependencies (#1480)
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 May 20, 2024
1 parent 7539fa1 commit 2cc9ed9
Show file tree
Hide file tree
Showing 6 changed files with 1,517 additions and 705 deletions.
8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@oclif/core": "^3.26.6",
"@oclif/plugin-help": "^6.0.22",
"@oclif/plugin-not-found": "^3.1.8",
"@oclif/plugin-plugins": "^5.0.21",
"@oclif/plugin-not-found": "^3.1.10",
"@oclif/plugin-plugins": "^5.1.2",
"@types/ini": "^4.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -64,10 +64,10 @@
"@types/text-table": "^0.2.5",
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.3",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"oclif": "^4.10.10",
"oclif": "^4.10.15",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.8.0",
Expand All @@ -43,13 +43,13 @@
"@opentelemetry/sdk-trace-base": "^1.24.1",
"@opentelemetry/sdk-trace-node": "^1.24.1",
"@opentelemetry/semantic-conventions": "^1.24.1",
"@size-limit/preset-small-lib": "^11.1.3",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
Expand All @@ -59,18 +59,18 @@
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"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",
"size-limit": "^11.1.3",
"size-limit": "^11.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.10.1",
"tsx": "^4.10.5",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.11",
"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": "^22.0.0",
"tsx": "^4.10.1"
"tsx": "^4.10.5"
}
}
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.20240502.0",
"@cloudflare/workers-types": "^4.20240512.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": "^20.12.11",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 2cc9ed9

Please sign in to comment.