Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 7, 2024
1 parent 58e2ce8 commit f32159a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 90 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-moby-effect",
"version": "1.45.0-alpha.3",
"version": "1.45.0-alpha.4",
"description": "Moby/Docker API client built using effect-ts",
"keywords": [
"moby",
Expand Down Expand Up @@ -50,20 +50,20 @@
"@babel/plugin-transform-export-namespace-from": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@effect/build-utils": "0.7.6",
"@effect/cli": "0.36.18",
"@effect/cli": "0.36.19",
"@effect/docgen": "0.4.3",
"@effect/eslint-plugin": "0.1.2",
"@effect/experimental": "0.15.18",
"@effect/experimental": "0.16.0",
"@effect/language-service": "0.1.0",
"@effect/platform": "0.52.3",
"@effect/platform-node": "0.48.4",
"@effect/platform": "0.53.0",
"@effect/platform-node": "0.49.0",
"@effect/printer": "0.33.11",
"@effect/printer-ansi": "0.33.11",
"@effect/schema": "0.66.14",
"@effect/typeclass": "0.24.11",
"@effect/vitest": "0.4.1",
"@rollup/wasm-node": "4.17.2",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/ssh2": "1.15.0",
"@types/tar-fs": "2.0.4",
"@typescript-eslint/eslint-plugin": "7.8.0",
Expand All @@ -87,15 +87,15 @@
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.5",
"tar-fs": "3.0.6",
"tsx": "4.9.1",
"tsx": "4.9.3",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0",
"ws": "8.17.0"
},
"peerDependencies": {
"@effect/platform": "0.52.3",
"@effect/platform-node": "0.48.4",
"@effect/platform": "0.53.0",
"@effect/platform-node": "0.49.0",
"@effect/schema": "0.66.14",
"effect": "3.1.2"
},
Expand Down
Loading

0 comments on commit f32159a

Please sign in to comment.