Skip to content

Commit

Permalink
update /io and /data (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jul 17, 2023
1 parent 6fd4975 commit 2e9b54d
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 502 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-sheep-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect": patch
---

update /io and /data
4 changes: 2 additions & 2 deletions docs/modules/DeterministicRandom.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ parent: Modules
Added in v2.0.0

```md
- Docs: https://effect-ts.github.io/data/modules/Random.ts.html
- Module: "@effect/data/Random"
- Docs: https://effect-ts.github.io/data/modules/DeterministicRandom.ts.html
- Module: "@effect/data/DeterministicRandom"
```

---
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,57 +57,57 @@
}
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@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.1",
"@changesets/cli": "^2.26.2",
"@definitelytyped/dtslint": "^0.0.163",
"@effect-ts/build-utils": "0.40.7",
"@effect-ts/core": "^0.60.5",
"@effect/babel-plugin": "^0.2.0",
"@effect/core": "^0.0.16",
"@effect/docgen": "^0.1.1",
"@effect/docgen": "^0.1.2",
"@effect/language-service": "^0.0.19",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@rollup/pluginutils": "^5.0.2",
"@types/benchmark": "^2.1.2",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-c8": "^0.29.8",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"concurrently": "^7.6.0",
"concurrently": "^8.2.0",
"cpx": "^1.5.0",
"error-stack-parser": "^2.1.4",
"eslint": "^8.36.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"glob": "^9.3.2",
"madge": "^6.0.0",
"glob": "^10.3.3",
"madge": "^6.1.0",
"picocolors": "^1.0.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"stackframe": "^1.3.4",
"ts-codemod": "^4.0.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"ultra-runner": "^3.10.5",
"vite": "^4.2.1",
"vitest": "0.29.8"
"vite": "^4.4.4",
"vitest": "0.33.0"
},
"dependencies": {
"@effect/data": "^0.14.1",
"@effect/io": "^0.32.1"
"@effect/data": "^0.15.0",
"@effect/io": "^0.33.0"
},
"config": {
"side": [],
Expand Down
Loading

0 comments on commit 2e9b54d

Please sign in to comment.