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 Sep 26, 2023
1 parent 081ac83 commit 908e852
Show file tree
Hide file tree
Showing 36 changed files with 551 additions and 509 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-roses-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/stream": minor
---

update dependencies
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,47 +57,47 @@
},
"packageManager": "[email protected]",
"peerDependencies": {
"@effect/data": "^0.18.3",
"@effect/io": "^0.40.0"
"@effect/data": "^0.18.6",
"@effect/io": "^0.41.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.1.4",
"@effect/data": "^0.18.3",
"@effect/docgen": "^0.1.4",
"@effect/data": "^0.18.6",
"@effect/docgen": "^0.1.7",
"@effect/eslint-plugin": "^0.1.2",
"@effect/io": "^0.40.0",
"@effect/io": "^0.41.0",
"@effect/language-service": "^0.0.21",
"@types/chai": "^4.3.6",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/expect": "^0.34.3",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/expect": "^0.34.5",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^8.2.1",
"error-stack-parser": "^2.1.4",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.12.1",
"fast-check": "^3.13.0",
"madge": "^6.1.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.4",
"stackframe": "^1.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "0.34.3"
"vitest": "0.34.5"
},
"config": {
"side": [],
Expand Down
Loading

0 comments on commit 908e852

Please sign in to comment.