Skip to content

Commit 283fe63

Browse files
chore: bump the npm-deps group with 9 updates
Bumps the npm-deps group with 9 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.561.0` | `0.562.0` | | [next](https://github.com/vercel/next.js) | `16.0.10` | `16.1.1` | | [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `6.7.1` | `6.7.3` | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.3.13` | `2.5.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.4` | `24.10.7` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.8` | | [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) | `1.1.0` | `1.2.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.25` | `0.4.26` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.73.4` | `5.80.2` | Updates `lucide-react` from 0.561.0 to 0.562.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react) Updates `next` from 16.0.10 to 16.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.0.10...v16.1.1) Updates `@antfu/eslint-config` from 6.7.1 to 6.7.3 - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](antfu/eslint-config@v6.7.1...v6.7.3) Updates `@eslint-react/eslint-plugin` from 2.3.13 to 2.5.7 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.5.7/packages/plugins/eslint-plugin) Updates `@types/node` from 24.10.4 to 24.10.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint-plugin-format` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/antfu/eslint-plugin-format/releases) - [Commits](antfu/eslint-plugin-format@v1.1.0...v1.2.0) Updates `eslint-plugin-react-refresh` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.25...v0.4.26) Updates `knip` from 5.73.4 to 5.80.2 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@5.80.2/packages/knip) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: next dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: "@antfu/eslint-config" dependency-version: 6.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: "@types/node" dependency-version: 24.10.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@types/react" dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: eslint-plugin-format dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: knip dependency-version: 5.80.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8833cac commit 283fe63

2 files changed

Lines changed: 620 additions & 591 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@vercel/speed-insights": "^1.3.1",
2222
"class-variance-authority": "^0.7.1",
2323
"clsx": "^2.1.1",
24-
"lucide-react": "^0.561.0",
25-
"next": "16.0.10",
24+
"lucide-react": "^0.562.0",
25+
"next": "16.1.1",
2626
"next-themes": "^0.4.6",
2727
"react": "19.2.3",
2828
"react-dom": "19.2.3",
@@ -31,17 +31,17 @@
3131
"usehooks-ts": "^3.1.1"
3232
},
3333
"devDependencies": {
34-
"@antfu/eslint-config": "^6.7.1",
35-
"@eslint-react/eslint-plugin": "^2.3.13",
34+
"@antfu/eslint-config": "^6.7.3",
35+
"@eslint-react/eslint-plugin": "^2.5.7",
3636
"@tailwindcss/postcss": "^4.1.18",
37-
"@types/node": "^24.10.4",
38-
"@types/react": "^19.2.7",
37+
"@types/node": "^24.10.7",
38+
"@types/react": "^19.2.8",
3939
"@types/react-dom": "^19.2.3",
4040
"eslint": "^9.39.2",
41-
"eslint-plugin-format": "^1.1.0",
41+
"eslint-plugin-format": "^1.2.0",
4242
"eslint-plugin-react-hooks": "^7.0.1",
43-
"eslint-plugin-react-refresh": "^0.4.25",
44-
"knip": "^5.73.4",
43+
"eslint-plugin-react-refresh": "^0.4.26",
44+
"knip": "^5.80.2",
4545
"postcss": "^8.5.6",
4646
"tailwindcss": "^4.1.18",
4747
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)