Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 15, 2024
1 parent 006d92a commit 154f6a0
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 118 deletions.
20 changes: 10 additions & 10 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.41.0",
"effect": "^2.0.0"
"@effect/platform": "^0.42.0",
"effect": "^2.0.4"
},
"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.41.0",
"@effect/platform-node": "^0.41.0",
"@effect/platform": "^0.42.0",
"@effect/platform-node": "^0.41.1",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.11",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/coverage-v8": "^1.2.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"effect": "^2.0.3",
"effect": "^2.0.4",
"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-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"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.1.1",
"prettier": "^3.2.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "1.1.3"
"vitest": "1.2.0"
},
"sideEffects": false,
"gitHead": "4d43c4f6e21042928fb56bb7a23a74cdf7044d4e"
Expand Down
Loading

0 comments on commit 154f6a0

Please sign in to comment.