Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Nov 21, 2023
1 parent 711364b commit 86f0a77
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 323 deletions.
26 changes: 13 additions & 13 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.30.0",
"effect": "2.0.0-next.55"
"@effect/platform": "^0.31.0",
"effect": "2.0.0-next.56"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand All @@ -55,29 +55,29 @@
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.4.1",
"@effect/build-utils": "^0.5.0",
"@effect/language-service": "^0.0.21",
"@effect/platform": "^0.30.0",
"@effect/platform": "^0.31.0",
"@tim-smart/discord-api-docs-parser": "^0.5.10",
"@types/chai": "^4.3.10",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"effect": "2.0.0-next.55",
"eslint": "^8.53.0",
"effect": "2.0.0-next.56",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.18.1",
Expand All @@ -91,8 +91,8 @@
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vitest": "0.34.6"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 86f0a77

Please sign in to comment.