Skip to content

Commit a061d2f

Browse files
committed
build: update deps
1 parent e7e6280 commit a061d2f

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@rollup/plugin-json": "6.1.0",
6161
"@rollup/plugin-node-resolve": "15.2.3",
6262
"@rollup/plugin-typescript": "11.1.6",
63-
"@swc/core": "1.3.105",
63+
"@swc/core": "1.3.106",
6464
"@tsconfig/node20": "20.1.2",
6565
"@tsconfig/strictest": "2.0.2",
6666
"@types/node": "20.11.6",
@@ -73,17 +73,17 @@
7373
"cspell": "8.3.2",
7474
"dedent": "1.5.1",
7575
"dprint": "0.45.0",
76-
"effect": "2.2.1",
76+
"effect": "2.2.2",
7777
"eslint": ">=8.56.0",
7878
"eslint-config-with-tsconfig": "2.14.1",
7979
"eslint-plugin-eslint-plugin": "5.2.1",
8080
"eslint-plugin-filenames-simple": "0.9.0",
8181
"eslint-plugin-functional": "6.0.0",
82-
"eslint-plugin-jsdoc": "48.0.2",
82+
"eslint-plugin-jsdoc": "48.0.3",
8383
"eslint-plugin-total-functions": "7.1.0",
8484
"eslint-plugin-vitest": "0.3.20",
8585
"fast-equals": "5.0.1",
86-
"husky": "8.0.3",
86+
"husky": "9.0.5",
8787
"markdownlint": "0.33.0",
8888
"pathe": "1.1.2",
8989
"publint": "0.2.7",
@@ -122,7 +122,7 @@
122122
"@typescript-eslint/utils": ">=6.19.1",
123123
"@typescript-eslint/eslint-plugin": ">=6.19.1",
124124
"eslint": ">=8.56.0",
125-
"effect": "2.2.1",
125+
"effect": "2.2.2",
126126
"next": "14.1.0",
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.2.1"
45+
"effect": "2.2.2"
4646
}
4747
}

pnpm-lock.yaml

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@vanilla-extract/css": "1.14.0",
2929
"@vanilla-extract/next-plugin": "2.3.3",
3030
"autoprefixer": "10.4.17",
31-
"effect": "2.2.1",
31+
"effect": "2.2.2",
3232
"eslint": ">=8.56.0",
3333
"eslint-config-next": "14.1.0",
3434
"eslint-config-prettier": "9.1.0",

0 commit comments

Comments
 (0)