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

Commit

Permalink
update dependencies (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Aug 4, 2023
1 parent 4a0fbae commit 6dd210a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-hotels-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update dependencies
File renamed without changes.
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@effect/printer": "^0.12.0",
"@effect/printer-ansi": "^0.12.0"
"@effect/printer": "^0.13.0",
"@effect/printer-ansi": "^1.0.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
Expand All @@ -67,18 +71,18 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.1.2",
"@effect/build-utils": "^0.1.3",
"@effect/data": "^0.17.1",
"@effect/docgen": "^0.1.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/io": "^0.37.1",
"@effect/io": "^0.38.0",
"@effect/language-service": "^0.0.19",
"@types/chai": "^4.3.5",
"@types/node": "^20.4.6",
"@types/node": "^20.4.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.0",
"error-stack-parser": "^2.1.4",
Expand All @@ -96,15 +100,6 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "0.33.0"
},
"config": {
"side": [],
"modules": [],
"global": []
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.37.1"
"vitest": "0.34.1"
}
}
Loading

0 comments on commit 6dd210a

Please sign in to comment.