Skip to content

Commit fba4bdb

Browse files
chore(deps): bump the non-breaking-changes group with 3 updates
Bumps the non-breaking-changes group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) and [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next). Updates `@types/node` from 22.0.3 to 22.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-perfectionist` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](azat-io/eslint-plugin-perfectionist@v3.0.0...v3.1.0) Updates `lucide-vue-next` from 0.419.0 to 0.424.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.424.0/packages/lucide-vue-next) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: lucide-vue-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5301591 commit fba4bdb

File tree

5 files changed

+113
-112
lines changed

5 files changed

+113
-112
lines changed

internal/lint-configs/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-jsonc": "^2.16.0",
4444
"eslint-plugin-n": "^17.10.1",
4545
"eslint-plugin-no-only-tests": "^3.1.0",
46-
"eslint-plugin-perfectionist": "^3.0.0",
46+
"eslint-plugin-perfectionist": "^3.1.0",
4747
"eslint-plugin-prettier": "^5.2.1",
4848
"eslint-plugin-regexp": "^2.6.0",
4949
"eslint-plugin-unicorn": "^55.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@changesets/cli": "^2.27.7",
6060
"@ls-lint/ls-lint": "^2.2.3",
6161
"@types/jsdom": "^21.1.7",
62-
"@types/node": "^22.0.2",
62+
"@types/node": "^22.1.0",
6363
"@vben/commitlint-config": "workspace:*",
6464
"@vben/eslint-config": "workspace:*",
6565
"@vben/prettier-config": "workspace:*",

packages/@core/base/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@iconify/vue": "^4.1.2",
38-
"lucide-vue-next": "^0.419.0",
38+
"lucide-vue-next": "^0.424.0",
3939
"vue": "^3.4.35"
4040
}
4141
}

packages/@core/ui-kit/shadcn-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@vben-core/typings": "workspace:*",
4949
"@vueuse/core": "^10.11.0",
5050
"class-variance-authority": "^0.7.0",
51-
"lucide-vue-next": "^0.419.0",
51+
"lucide-vue-next": "^0.424.0",
5252
"radix-vue": "^1.9.2",
5353
"vue": "^3.4.35"
5454
}

0 commit comments

Comments
 (0)