Skip to content

Commit f406eba

Browse files
author
Datner
committed
build: fix exports
1 parent afa0d18 commit f406eba

File tree

2 files changed

+241
-234
lines changed

2 files changed

+241
-234
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,41 +49,40 @@
4949
"coverage": "vitest run --coverage"
5050
},
5151
"exports": {
52-
".": {
53-
"require": "./build/cjs/index.js"
54-
},
5552
"./*": {
5653
"require": "./build/cjs/*.js"
5754
}
5855
},
5956
"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",
6460
"@effect/stream": "^0.35.1",
6561
"react": "^18.2.0"
6662
},
6763
"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",
7167
"@changesets/changelog-github": "^0.4.8",
7268
"@changesets/cli": "^2.26.2",
7369
"@effect-ts/build-utils": "0.40.7",
7470
"@effect-ts/core": "^0.60.5",
7571
"@effect/babel-plugin": "^0.2.0",
72+
"@effect/data": "^0.18.4",
7673
"@effect/docgen": "^0.1.4",
74+
"@effect/io": "^0.40.0",
7775
"@effect/language-service": "^0.0.21",
76+
"@effect/stream": "^0.36.0",
7877
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
79-
"@testing-library/jest-dom": "^6.1.2",
78+
"@testing-library/jest-dom": "^6.1.3",
8079
"@testing-library/react": "^14.0.0",
8180
"@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",
8483
"@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",
8786
"@vitejs/plugin-react": "^4.0.4",
8887
"@vitest/coverage-v8": "^0.34.3",
8988
"babel-plugin-annotate-pure-calls": "^0.4.0",
@@ -96,7 +95,7 @@
9695
"eslint-plugin-import": "^2.28.1",
9796
"eslint-plugin-simple-import-sort": "^10.0.0",
9897
"eslint-plugin-sort-destructure-keys": "^1.5.0",
99-
"fast-check": "^3.12.0",
98+
"fast-check": "^3.12.1",
10099
"jsdom": "^22.1.0",
101100
"madge": "^6.1.0",
102101
"rimraf": "^5.0.1",

0 commit comments

Comments
 (0)