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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 4, 2023
1 parent 13481c1 commit eafb5d2
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 194 deletions.
6 changes: 6 additions & 0 deletions .changeset/moody-dogs-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": minor
"@effect/printer": minor
---

update dependencies
File renamed without changes.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@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/docgen": "^0.1.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.0.19",
"@types/chai": "^4.3.5",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/expect": "^0.33.0",
"@types/node": "^20.4.6",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/expect": "^0.34.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.0",
"eslint": "^8.46.0",
Expand All @@ -57,7 +57,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"ultra-runner": "^3.10.5",
"vite": "^4.4.7",
"vitest": "0.33.0"
"vite": "^4.4.8",
"vitest": "0.34.1"
}
}
21 changes: 21 additions & 0 deletions packages/printer-ansi/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020-present The Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 6 additions & 6 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"global": []
},
"devDependencies": {
"@effect/data": "~0.17.1",
"@effect/io": "~0.37.0",
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0",
"@effect/printer": "workspace:^",
"@effect/typeclass": "~0.2.1"
"@effect/typeclass": "^0.3.0"
},
"peerDependencies": {
"@effect/data": "~0.17.1",
"@effect/io": "~0.37.0",
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0",
"@effect/printer": "workspace:^",
"@effect/typeclass": "~0.2.1"
"@effect/typeclass": "^0.3.0"
}
}
21 changes: 21 additions & 0 deletions packages/printer/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020-present The Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 4 additions & 4 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
},
"devDependencies": {
"@effect/data": "~0.17.1",
"@effect/io": "~0.37.0",
"@effect/typeclass": "~0.2.1"
"@effect/io": "~0.38.0",
"@effect/typeclass": "~0.3.0"
},
"peerDependencies": {
"@effect/data": "~0.17.1",
"@effect/io": "~0.37.0",
"@effect/typeclass": "~0.2.1"
"@effect/io": "~0.38.0",
"@effect/typeclass": "~0.3.0"
}
}
Loading

0 comments on commit eafb5d2

Please sign in to comment.