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 Nov 6, 2024
1 parent b7f264b commit 187124d
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 292 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.0",
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.54.1",
"@opentelemetry/instrumentation": "^0.54.1",
"@opentelemetry/resources": "^1.27.0",
"@opentelemetry/sdk-trace-base": "^1.27.0",
"@opentelemetry/sdk-trace-node": "^1.27.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
Expand All @@ -57,7 +57,7 @@
"msw": "^2.6.0",
"prettier": "=2.8.8",
"rimraf": "^6.0.1",
"rollup": "^4.24.3",
"rollup": "^4.24.4",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
Expand All @@ -69,7 +69,7 @@
"tsx": "^4.19.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"zod": "^3.23.8"
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": "^22.8.7",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 187124d

Please sign in to comment.