Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Jun 23, 2024
1 parent 83abeaa commit 3c62ce4
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 90 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-wireguard-effect",
"version": "0.0.7",
"version": "0.0.8",
"description": "Cross platform wireguard api client for nodejs built on wireguard-go with effect-ts",
"keywords": [
"wireguard",
Expand Down Expand Up @@ -54,21 +54,21 @@
"@babel/plugin-transform-export-namespace-from": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.24.7",
"@effect/build-utils": "0.7.7",
"@effect/cli": "0.36.55",
"@effect/cli": "0.36.57",
"@effect/docgen": "0.4.3",
"@effect/eslint-plugin": "0.1.2",
"@effect/experimental": "0.17.1",
"@effect/experimental": "0.17.3",
"@effect/language-service": "0.1.0",
"@effect/platform": "0.58.2",
"@effect/platform-node": "0.53.1",
"@effect/platform": "0.58.4",
"@effect/platform-node": "0.53.3",
"@effect/printer": "0.33.32",
"@effect/printer-ansi": "0.33.32",
"@effect/schema": "0.68.5",
"@effect/schema": "0.68.6",
"@effect/typeclass": "0.24.32",
"@effect/vitest": "0.5.16",
"@rollup/wasm-node": "4.18.0",
"@types/ini": "4.1.1",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/utils": "7.13.1",
Expand Down Expand Up @@ -96,10 +96,10 @@
"ws": "8.17.1"
},
"peerDependencies": {
"@effect/experimental": "0.17.1",
"@effect/platform": "0.58.2",
"@effect/platform-node": "0.53.1",
"@effect/schema": "0.68.5",
"@effect/experimental": "0.17.3",
"@effect/platform": "0.58.4",
"@effect/platform-node": "0.53.3",
"@effect/schema": "0.68.6",
"effect": "3.4.0"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 3c62ce4

Please sign in to comment.