Skip to content

Commit

Permalink
update api types & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 23, 2024
1 parent 5d94ef0 commit 86e8b10
Show file tree
Hide file tree
Showing 4 changed files with 3,728 additions and 7,185 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"peerDependencies": {
"@effect/platform": "^0.65",
"@effect/platform": "^0.66",
"effect": "^3.8"
},
"optionalDependencies": {
Expand All @@ -57,29 +57,29 @@
"@changesets/cli": "^2.27.8",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.8",
"@effect/experimental": "^0.26.0",
"@effect/experimental": "^0.27.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.65.0",
"@effect/platform-node": "^0.60.0",
"@effect/platform": "^0.66.0",
"@effect/platform-node": "^0.61.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@tim-smart/discord-api-docs-parser": "^0.5.20",
"@eslint/js": "^9.11.0",
"@tim-smart/discord-api-docs-parser": "^0.5.21",
"@types/chai": "^4.3.19",
"@types/node": "^22.5.5",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^9.0.1",
"dotenv": "^16.4.5",
"effect": "^3.8.0",
"eslint": "^9.10.0",
"effect": "^3.8.3",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -92,7 +92,7 @@
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite": "^5.4.7",
"vitest": "2.1.1"
},
"gitHead": "781225ad6e1931ec1484fb889065f4580d8ae2f1"
Expand Down
Loading

0 comments on commit 86e8b10

Please sign in to comment.