Skip to content

Commit

Permalink
update api type and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 21, 2024
1 parent 1aa4042 commit f79f06d
Show file tree
Hide file tree
Showing 4 changed files with 3,789 additions and 7,000 deletions.
2 changes: 1 addition & 1 deletion discord-api-docs
Submodule discord-api-docs updated 179 files
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
}
},
"peerDependencies": {
"@effect/platform": "^0.61.4",
"effect": "^3.4"
"@effect/platform": "^0.62",
"effect": "^3.6"
},
"optionalDependencies": {
"discord-verify": "^1.2.0"
Expand All @@ -57,22 +57,22 @@
"@changesets/cli": "^2.27.7",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.7",
"@effect/experimental": "^0.22.2",
"@effect/experimental": "^0.23.4",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.61.5",
"@effect/platform-node": "^0.56.5",
"@tim-smart/discord-api-docs-parser": "^0.5.16",
"@effect/platform": "^0.62.2",
"@effect/platform-node": "^0.57.2",
"@tim-smart/discord-api-docs-parser": "^0.5.17",
"@types/chai": "^4.3.17",
"@types/node": "^22.1.0",
"@types/node": "^22.4.1",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"effect": "^3.6.1",
"effect": "^3.6.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -87,9 +87,9 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.16.5",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vitest": "2.0.5"
},
"gitHead": "781225ad6e1931ec1484fb889065f4580d8ae2f1"
Expand Down
Loading

0 comments on commit f79f06d

Please sign in to comment.