|
49 | 49 | "coverage": "vitest run --coverage" |
50 | 50 | }, |
51 | 51 | "exports": { |
52 | | - ".": { |
53 | | - "require": "./build/cjs/index.js" |
54 | | - }, |
55 | 52 | "./*": { |
56 | 53 | "require": "./build/cjs/*.js" |
57 | 54 | } |
58 | 55 | }, |
59 | 56 | "packageManager": "[email protected]", |
60 | | - "dependencies": { |
61 | | - "@effect/data": "0.18.3", |
62 | | - "@effect/io": "0.39.0", |
63 | | - "@effect/match": "0.35.1", |
| 57 | + "peerDependencies": { |
| 58 | + "@effect/data": "^0.18.3", |
| 59 | + "@effect/io": "^0.39.1", |
64 | 60 | "@effect/stream": "^0.35.1", |
65 | 61 | "react": "^18.2.0" |
66 | 62 | }, |
67 | 63 | "devDependencies": { |
68 | | - "@babel/cli": "^7.22.10", |
69 | | - "@babel/core": "^7.22.11", |
70 | | - "@babel/plugin-transform-modules-commonjs": "^7.22.11", |
| 64 | + "@babel/cli": "^7.22.15", |
| 65 | + "@babel/core": "^7.22.15", |
| 66 | + "@babel/plugin-transform-modules-commonjs": "^7.22.15", |
71 | 67 | "@changesets/changelog-github": "^0.4.8", |
72 | 68 | "@changesets/cli": "^2.26.2", |
73 | 69 | "@effect-ts/build-utils": "0.40.7", |
74 | 70 | "@effect-ts/core": "^0.60.5", |
75 | 71 | "@effect/babel-plugin": "^0.2.0", |
| 72 | + "@effect/data": "^0.18.4", |
76 | 73 | "@effect/docgen": "^0.1.4", |
| 74 | + "@effect/io": "^0.40.0", |
77 | 75 | "@effect/language-service": "^0.0.21", |
| 76 | + "@effect/stream": "^0.36.0", |
78 | 77 | "@repo-tooling/eslint-plugin-dprint": "^0.0.4", |
79 | | - "@testing-library/jest-dom": "^6.1.2", |
| 78 | + "@testing-library/jest-dom": "^6.1.3", |
80 | 79 | "@testing-library/react": "^14.0.0", |
81 | 80 | "@testing-library/user-event": "^14.4.3", |
82 | | - "@types/chai": "^4.3.5", |
83 | | - "@types/node": "^20.5.7", |
| 81 | + "@types/chai": "^4.3.6", |
| 82 | + "@types/node": "^20.5.9", |
84 | 83 | "@types/react": "^18.2.21", |
85 | | - "@typescript-eslint/eslint-plugin": "^6.5.0", |
86 | | - "@typescript-eslint/parser": "^6.5.0", |
| 84 | + "@typescript-eslint/eslint-plugin": "^6.6.0", |
| 85 | + "@typescript-eslint/parser": "^6.6.0", |
87 | 86 | "@vitejs/plugin-react": "^4.0.4", |
88 | 87 | "@vitest/coverage-v8": "^0.34.3", |
89 | 88 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
|
96 | 95 | "eslint-plugin-import": "^2.28.1", |
97 | 96 | "eslint-plugin-simple-import-sort": "^10.0.0", |
98 | 97 | "eslint-plugin-sort-destructure-keys": "^1.5.0", |
99 | | - "fast-check": "^3.12.0", |
| 98 | + "fast-check": "^3.12.1", |
100 | 99 | "jsdom": "^22.1.0", |
101 | 100 | "madge": "^6.1.0", |
102 | 101 | "rimraf": "^5.0.1", |
|
0 commit comments