Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
upgrade to latest effect packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Jul 24, 2023
1 parent 5c8ea07 commit 17e0b5a
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 317 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-dolls-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

upgrade to latest effect packages
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
}
},
"dependencies": {
"@effect/data": "~0.13.5",
"@effect/io": "^0.31.3",
"@effect/printer": "^0.9.0",
"@effect/printer-ansi": "^0.9.0"
"@effect/data": "~0.16.2",
"@effect/io": "^0.35.2",
"@effect/printer": "^0.10.0",
"@effect/printer-ansi": "^0.10.0"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
Expand All @@ -74,15 +74,15 @@
"@effect/language-service": "^0.0.19",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@types/chai": "^4.3.5",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.2",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.0",
"error-stack-parser": "^2.1.4",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.4.1",
Expand All @@ -95,7 +95,7 @@
"stackframe": "^1.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.7",
"vitest": "0.33.0"
},
"config": {
Expand Down
Loading

0 comments on commit 17e0b5a

Please sign in to comment.