Skip to content

Commit 6951ed3

Browse files
committed
build: update deps
1 parent 04f90a8 commit 6951ed3

File tree

4 files changed

+185
-142
lines changed

4 files changed

+185
-142
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"@typescript-eslint/eslint-plugin": "6.17.0",
6868
"@typescript-eslint/parser": ">=6.17.0",
6969
"@typescript-eslint/rule-tester": "6.17.0",
70-
"@vitest/ui": "1.1.2",
70+
"@vitest/ui": "1.1.3",
7171
"bun": "1.0.21",
7272
"bun-types": "1.0.21",
7373
"cspell": "8.3.2",
7474
"dedent": "1.5.1",
7575
"dprint": "0.45.0",
76-
"effect": "2.0.0",
76+
"effect": "2.0.1",
7777
"eslint": ">=8.56.0",
7878
"eslint-config-with-tsconfig": "2.9.271",
7979
"eslint-plugin-eslint-plugin": "5.2.1",
@@ -87,7 +87,7 @@
8787
"markdownlint": "0.32.1",
8888
"pathe": "1.1.1",
8989
"publint": "0.2.7",
90-
"rollup": "4.9.2",
90+
"rollup": "4.9.3",
9191
"rollup-plugin-dts": "6.1.0",
9292
"rollup-plugin-swc3": "0.11.0",
9393
"rollup-plugin-visualizer": "5.12.0",
@@ -122,7 +122,7 @@
122122
"@typescript-eslint/utils": "6.17.0",
123123
"@typescript-eslint/eslint-plugin": "6.17.0",
124124
"eslint": ">=8.56.0",
125-
"effect": "2.0.0",
125+
"effect": "2.0.1",
126126
"next": "14.0.4",
127127
"react": "18.2.0",
128128
"react-dom": "18.2.0",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"dependencies": {
45-
"effect": "2.0.0"
45+
"effect": "2.0.1"
4646
}
4747
}

0 commit comments

Comments
 (0)