Skip to content

Commit

Permalink
Update dependencies (#1485)
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 May 27, 2024
1 parent ab81f5e commit 373a8c8
Show file tree
Hide file tree
Showing 5 changed files with 926 additions and 1,250 deletions.
8 changes: 4 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@oclif/core": "^3.26.6",
"@oclif/plugin-help": "^6.0.22",
"@oclif/plugin-not-found": "^3.1.10",
"@oclif/plugin-plugins": "^5.1.2",
"@oclif/plugin-plugins": "^5.1.3",
"@types/ini": "^4.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
Expand All @@ -39,7 +39,7 @@
"edge-runtime": "^2.5.10",
"enquirer": "^2.4.1",
"env-editor": "^1.1.0",
"ini": "^4.1.2",
"ini": "^4.1.3",
"lodash.compact": "^3.0.1",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
Expand All @@ -55,7 +55,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@babel/types": "^7.24.6",
"@types/babel__core": "^7.20.5",
"@types/lodash.compact": "^3.0.9",
"@types/lodash.get": "^4.4.9",
Expand All @@ -67,7 +67,7 @@
"eslint": "^9.3.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.7",
"oclif": "^4.10.15",
"oclif": "^4.11.3",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/xataio/client-ts#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.2",
"@changesets/cli": "^2.27.3",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.8.0",
Expand All @@ -45,19 +45,19 @@
"@opentelemetry/semantic-conventions": "^1.24.1",
"@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",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"msw": "^2.3.0",
"prettier": "=2.8.8",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -67,10 +67,10 @@
"rollup-plugin-strip-code": "^0.2.7",
"size-limit": "^11.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"typescript-eslint": "^7.10.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"zod": "^3.23.8"
Expand Down Expand Up @@ -111,8 +111,8 @@
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@pnpm/exportable-manifest": "^6.0.1",
"@pnpm/read-project-manifest": "^6.0.1",
"@pnpm/write-project-manifest": "^6.0.0"
"@pnpm/exportable-manifest": "^6.0.2",
"@pnpm/read-project-manifest": "^6.0.2",
"@pnpm/write-project-manifest": "^6.0.1"
}
}
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.5"
"tsx": "^4.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-client-netlify/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": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.6",
"@netlify/build": "=29.20.6",
"@xata.io/client": "workspace:*"
},
Expand Down
Loading

0 comments on commit 373a8c8

Please sign in to comment.