Skip to content

Commit ebe3cb3

Browse files
committed
chore: update dependencies
1 parent 5f531f4 commit ebe3cb3

File tree

2 files changed

+222
-190
lines changed

2 files changed

+222
-190
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
},
6363
"devDependencies": {
6464
"@babel/cli": "^7.22.15",
65-
"@babel/core": "^7.22.15",
65+
"@babel/core": "^7.22.17",
6666
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
6767
"@changesets/changelog-github": "^0.4.8",
6868
"@changesets/cli": "^2.26.2",
6969
"@effect-ts/build-utils": "0.40.7",
7070
"@effect-ts/core": "^0.60.5",
7171
"@effect/babel-plugin": "^0.2.0",
72-
"@effect/data": "^0.18.4",
73-
"@effect/docgen": "^0.1.4",
74-
"@effect/io": "^0.40.0",
72+
"@effect/data": "^0.18.5",
73+
"@effect/docgen": "^0.1.5",
74+
"@effect/io": "^0.40.1",
7575
"@effect/language-service": "^0.0.21",
7676
"@effect/stream": "^0.36.0",
7777
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
@@ -80,31 +80,31 @@
8080
"@testing-library/react": "^14.0.0",
8181
"@testing-library/user-event": "^14.4.3",
8282
"@types/chai": "^4.3.6",
83-
"@types/node": "^20.5.9",
83+
"@types/node": "^20.6.0",
8484
"@types/react": "^18.2.21",
8585
"@typescript-eslint/eslint-plugin": "^6.6.0",
8686
"@typescript-eslint/parser": "^6.6.0",
8787
"@vitejs/plugin-react": "^4.0.4",
88-
"@vitest/coverage-v8": "^0.34.3",
88+
"@vitest/coverage-v8": "^0.34.4",
8989
"babel-plugin-annotate-pure-calls": "^0.4.0",
9090
"concurrently": "^8.2.1",
9191
"error-stack-parser": "^2.1.4",
92-
"eslint": "^8.48.0",
92+
"eslint": "^8.49.0",
9393
"eslint-import-resolver-typescript": "^3.6.0",
9494
"eslint-plugin-codegen": "0.17.0",
9595
"eslint-plugin-deprecation": "^1.5.0",
9696
"eslint-plugin-import": "^2.28.1",
9797
"eslint-plugin-simple-import-sort": "^10.0.0",
9898
"eslint-plugin-sort-destructure-keys": "^1.5.0",
99-
"fast-check": "^3.12.1",
99+
"fast-check": "^3.13.0",
100100
"jsdom": "^22.1.0",
101101
"madge": "^6.1.0",
102102
"rimraf": "^5.0.1",
103103
"stackframe": "^1.3.4",
104104
"ts-node": "^10.9.1",
105105
"typescript": "^5.2.2",
106106
"vite": "^4.4.9",
107-
"vitest": "0.34.3"
107+
"vitest": "0.34.4"
108108
},
109109
"config": {
110110
"side": [],

0 commit comments

Comments
 (0)