Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy authored Feb 5, 2024
2 parents 01ba98a + 7e8c614 commit 7ded74d
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 309 deletions.
10 changes: 5 additions & 5 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": "^3.18.1",
"@oclif/core": "^3.18.2",
"@oclif/plugin-help": "^6.0.12",
"@oclif/plugin-not-found": "^3.0.9",
"@oclif/plugin-plugins": "^4.1.22",
"@oclif/plugin-not-found": "^3.0.10",
"@oclif/plugin-plugins": "^4.2.1",
"@types/ini": "^4.1.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
Expand Down Expand Up @@ -65,8 +65,8 @@
"@types/which": "^3.0.3",
"eslint": "^8.56.0",
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^3.0.41",
"oclif": "^4.4.2",
"eslint-config-oclif-typescript": "^3.0.44",
"oclif": "^4.4.4",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"@size-limit/preset-small-lib": "^11.0.2",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"msw": "^2.1.5",
"prettier": "=2.8.8",
"rimraf": "^5.0.5",
Expand All @@ -67,7 +67,7 @@
"size-limit": "^11.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"turbo": "^1.11.3",
"turbo": "^1.12.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
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.20240117.0",
"@cloudflare/workers-types": "^4.20240129.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.11.10",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 7ded74d

Please sign in to comment.