Skip to content

Commit

Permalink
chore: update /platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 13, 2023
1 parent 43e49e7 commit 29267ab
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 217 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"ws": "^8.15.0"
"ws": "^8.15.1"
},
"peerDependencies": {
"@effect/platform": "^0.34.0",
"@effect/platform": "^0.35.0",
"effect": "2.0.0-next.60"
},
"optionalDependencies": {
Expand All @@ -56,22 +56,22 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.34.0",
"@effect/platform-node": "^0.35.0",
"@effect/platform": "^0.35.0",
"@effect/platform-node": "^0.35.1",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.11",
"@types/node": "^20.10.4",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -93,7 +93,7 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.8",
"vitest": "1.0.4"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 29267ab

Please sign in to comment.