Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 19, 2023
1 parent 9e738d1 commit 99b272c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 74 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"ws": "^8.14.2"
},
"peerDependencies": {
"@effect/platform": "^0.23.0",
"effect": "2.0.0-next.49"
"@effect/platform": "^0.24.0",
"effect": "2.0.0-next.50"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand All @@ -64,19 +64,19 @@
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.1.9",
"@effect/language-service": "^0.0.21",
"@effect/platform": "^0.23.0",
"@effect/platform": "^0.24.0",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.8",
"@types/node": "^20.8.6",
"@types/ws": "^8.5.7",
"@types/chai": "^4.3.9",
"@types/node": "^20.8.7",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.1",
"dotenv": "^16.3.1",
"effect": "2.0.0-next.49",
"effect": "2.0.0-next.50",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -86,13 +86,13 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"lerna": "^7.4.0",
"lerna": "^7.4.1",
"madge": "^6.1.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "0.34.6"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 99b272c

Please sign in to comment.