Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 23, 2024
1 parent ae55284 commit c1824e1
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 263 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"ws": "^8.16.0"
},
"peerDependencies": {
"@effect/platform": "^0.42.2",
"effect": "^2.1.0"
"@effect/platform": "^0.42.7",
"effect": "^2.2.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand All @@ -64,37 +64,37 @@
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.1",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.42.2",
"@effect/platform-node": "^0.41.3",
"@effect/platform": "^0.42.7",
"@effect/platform-node": "^0.41.8",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.11",
"@types/node": "^20.11.3",
"@types/node": "^20.11.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^1.2.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"effect": "^2.1.0",
"dotenv": "^16.3.2",
"effect": "^2.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.21.0",
"eslint-plugin-codegen": "0.22.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"lerna": "^8.0.2",
"madge": "^6.1.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "1.2.0"
"vite": "^5.0.12",
"vitest": "1.2.1"
},
"sideEffects": false,
"gitHead": "4d43c4f6e21042928fb56bb7a23a74cdf7044d4e"
Expand Down
Loading

0 comments on commit c1824e1

Please sign in to comment.