Skip to content

Commit

Permalink
feat: udpate to Effect v3
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Sep 6, 2024
1 parent 7b42d8a commit 3664738
Show file tree
Hide file tree
Showing 48 changed files with 4,731 additions and 4,534 deletions.
3,601 changes: 2,064 additions & 1,537 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"types": "./build/src/index.d.ts",
"license": "MIT",
"engines": {
"node": "^18.17.1",
"npm": "^9.6.7"
"node": "^22.1.0",
"npm": "^10.7.0"
},
"volta": {
"node": "18.17.1",
"npm": "9.6.7"
"node": "22.1.0",
"npm": "10.7.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,12 +46,12 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^11.0.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.68",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.16.3",
"@types/node": "^22.1.0",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -66,16 +66,16 @@
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"semantic-release": "^21.0.7",
"semantic-release": "^24.1.0",
"source-map-support": "^0.5.21",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"type-fest": "^4.26.0",
"typescript": "^5.5.4",
"vitest": "^1.2.2"
},
"dependencies": {
"effect": "^2.2.1",
"mutative": "^1.0.3",
"nanoid": "^5.0.4",
"type-fest": "^4.10.1"
"effect": "^3.7.2",
"mutative": "^1.0.8",
"nanoid": "^5.0.7"
}
}
Loading

0 comments on commit 3664738

Please sign in to comment.