Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Feb 16, 2024
1 parent 25dc120 commit 8bc703f
Show file tree
Hide file tree
Showing 21 changed files with 396 additions and 341 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ws": "^8.16.0"
},
"peerDependencies": {
"@effect/platform": "^0.44.0",
"@effect/platform": "^0.45.0",
"effect": "^2.3.0"
},
"optionalDependencies": {
Expand All @@ -64,37 +64,37 @@
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.44.0",
"@effect/platform-node": "^0.43.0",
"@effect/platform": "^0.45.3",
"@effect/platform-node": "^0.44.4",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.11",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.1",
"effect": "^2.3.0",
"dotenv": "^16.4.4",
"effect": "^2.3.6",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.23.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^11.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"lerna": "^8.1.2",
"madge": "^6.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite": "^5.1.3",
"vitest": "1.2.2"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 8bc703f

Please sign in to comment.