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

Upgrade to latest effect packages #307

Merged
merged 1 commit into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading