Skip to content

Commit b863d34

Browse files
committed
Update dependencies to latest versions
- bump undici from ^7.19.0 to ^7.19.1 in pnpm-lock.yaml and pnpm-workspace.yaml - upgrade eslint-plugin-function-rule from ^0.2.8 to ^0.3.0 - upgrade eslint-plugin-function from ^0.2.8 to ^0.3.0 - upgrade eslint-plugin-jsdoc from ^62.3.1 to ^62.4.1 - upgrade eslint-plugin-function-rule from ^0.2.8 to ^0.3.0 - upgrade typedoc-plugin-mdn-links from ^5.1.0 to ^5.1.1 - upgrade @stylistic/eslint-plugin from ^5.7.0 to ^5.7.1 - upgrade lucide-react from ^0.562.0 to ^0.563.0 - upgrade fumadocs-core and fumadocs-docgen to reflect lucide-react version change
1 parent 4520915 commit b863d34

6 files changed

Lines changed: 82 additions & 73 deletions

File tree

.pkgs/configs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.39.2",
23-
"@stylistic/eslint-plugin": "^5.7.0",
23+
"@stylistic/eslint-plugin": "^5.7.1",
2424
"eslint-plugin-de-morgan": "^2.0.0",
25-
"eslint-plugin-function": "^0.2.8",
26-
"eslint-plugin-function-rule": "^0.2.8",
27-
"eslint-plugin-jsdoc": "^62.3.1",
25+
"eslint-plugin-function": "^0.3.0",
26+
"eslint-plugin-function-rule": "^0.3.0",
27+
"eslint-plugin-jsdoc": "^62.4.1",
2828
"eslint-plugin-perfectionist": "^5.4.0",
2929
"eslint-plugin-regexp": "^3.0.0",
3030
"eslint-plugin-unicorn": "^62.0.0",

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:ts": "tsc --noEmit"
2222
},
2323
"dependencies": {
24-
"eslint-plugin-function-rule": "^0.2.8"
24+
"eslint-plugin-function-rule": "^0.3.0"
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.2",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.12",
2121
"fumadocs-typescript": "5.0.1",
2222
"fumadocs-ui": "16.4.7",
23-
"lucide-react": "^0.562.0",
23+
"lucide-react": "^0.563.0",
2424
"next": "^16.1.4",
2525
"next-view-transitions": "^0.3.5",
2626
"react": "^19.2.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"effect": "^3.19.15",
7373
"eslint": "^9.39.2",
7474
"eslint-plugin-fast-import": "^1.9.0",
75-
"eslint-plugin-function-rule": "^0.2.8",
75+
"eslint-plugin-function-rule": "^0.3.0",
7676
"mdxlint": "^1.0.0",
7777
"publint": "^0.3.17",
7878
"react": "^19.2.3",
@@ -88,7 +88,7 @@
8888
"type-fest": "^5.4.1",
8989
"typedoc": "^0.28.16",
9090
"typedoc-plugin-markdown": "^4.9.0",
91-
"typedoc-plugin-mdn-links": "^5.1.0",
91+
"typedoc-plugin-mdn-links": "^5.1.1",
9292
"typescript": "^5.9.3",
9393
"typescript-eslint": "^8.53.1",
9494
"vitest": "^4.0.18"

0 commit comments

Comments
 (0)