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 207969f
Show file tree
Hide file tree
Showing 48 changed files with 5,618 additions and 5,229 deletions.
5,286 changes: 2,970 additions & 2,316 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 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,36 +46,36 @@
"@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",
"c8": "^8.0.0",
"cspell": "^6.31.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"nyc": "^15.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"nyc": "^17.0.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",
"vitest": "^1.2.2"
"type-fest": "^4.26.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"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 207969f

Please sign in to comment.