Skip to content

Commit

Permalink
update dependencies (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed May 22, 2024
1 parent 45578e8 commit 5af633e
Show file tree
Hide file tree
Showing 11 changed files with 169 additions and 158 deletions.
12 changes: 12 additions & 0 deletions .changeset/curvy-humans-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@effect/sql-sqlite-react-native": patch
"@effect/sql-sqlite-node": patch
"@effect/sql-sqlite-wasm": patch
"@effect/sql-sqlite-bun": patch
"@effect/platform-node": patch
"@effect/experimental": patch
"@effect/platform-bun": patch
"@effect/schema": patch
---

update dependencies
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitest/browser": "^1.5.2",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/expect": "^1.5.3",
Expand All @@ -63,12 +63,12 @@
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"fast-check": "^3.18.0",
"glob": "^10.3.12",
"glob": "^10.3.16",
"madge": "^7.0.0",
"playwright": "^1.43.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.3",
"rimraf": "^5.0.7",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"msgpackr": "^1.10.1"
"msgpackr": "^1.10.2"
},
"peerDependencies": {
"@effect/platform": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/schema": "workspace:^",
"bun-types": "1.1.6",
"bun-types": "1.1.8",
"effect": "workspace:^"
},
"effect": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@effect/platform-node-shared": "workspace:^",
"mime": "^3.0.0",
"undici": "^6.15.0",
"undici": "^6.18.0",
"ws": "^8.17.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"effect": "workspace:^"
},
"devDependencies": {
"ajv": "^8.12.0",
"ajv": "^8.13.0",
"effect": "workspace:^",
"fast-check": "workspace:^",
"tinybench": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@effect/platform": "workspace:^",
"@effect/sql": "workspace:^",
"bun-types": "1.1.6",
"bun-types": "1.1.8",
"effect": "workspace:^"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
},
"dependencies": {
"@opentelemetry/semantic-conventions": "^1.24.1",
"better-sqlite3": "^9.6.0"
"better-sqlite3": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/sql-sqlite-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"effect": "workspace:^"
},
"dependencies": {
"@op-engineering/op-sqlite": "5.0.5",
"@op-engineering/op-sqlite": "6.0.1",
"@opentelemetry/semantic-conventions": "^1.24.1"
}
}
2 changes: 1 addition & 1 deletion packages/sql-sqlite-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
},
"dependencies": {
"@opentelemetry/semantic-conventions": "^1.24.1",
"@sqlite.org/sqlite-wasm": "3.45.3-build1"
"@sqlite.org/sqlite-wasm": "3.45.3-build3"
}
}
Loading

0 comments on commit 5af633e

Please sign in to comment.