Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Apr 16, 2024
1 parent 6291412 commit 21ada76
Show file tree
Hide file tree
Showing 15 changed files with 2,919 additions and 6,917 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"peerDependencies": {
"@effect/platform": "^0.48.27",
"effect": "^2.4.18"
"@effect/platform": "^0.49.0",
"effect": "^3.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand All @@ -59,40 +59,40 @@
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/experimental": "^0.14.12",
"@effect/experimental": "^0.15.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.48.27",
"@effect/platform-node": "^0.45.29",
"@effect/platform": "^0.49.0",
"@effect/platform-node": "^0.46.0",
"@tim-smart/discord-api-docs-parser": "^0.5.11",
"@types/chai": "^4.3.14",
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"effect": "^2.4.18",
"effect": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"lerna": "^8.1.2",
"madge": "^6.1.0",
"madge": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "1.4.0"
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "1.5.0"
},
"sideEffects": false,
"gitHead": "e4a2cd1ed8a3b8e631e6b661703400b9c3546a3c"
Expand Down
Loading

0 comments on commit 21ada76

Please sign in to comment.