Skip to content

Commit 31228b2

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/async](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async) | `3.2.25` | `3.2.26` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.5.0` | `26.5.1` | | [@types/oidc-provider](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/oidc-provider) | `9.12.0` | `9.12.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.69.0` | `8.70.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.69.0` | `8.70.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.42.0` | `1.43.0` | Updates `@types/async` from 3.2.25 to 3.2.26 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async) Updates `@types/node` from 26.5.0 to 26.5.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/oidc-provider` from 9.12.0 to 9.12.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/oidc-provider) Updates `@typescript-eslint/eslint-plugin` from 8.69.0 to 8.70.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.69.0 to 8.70.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/parser) Updates `lucide-react` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.43.0/packages/lucide-react) --- updated-dependencies: - dependency-name: "@types/async" dependency-version: 3.2.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/oidc-provider" dependency-version: 9.12.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 1.43.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 965d14e commit 31228b2

4 files changed

Lines changed: 146 additions & 146 deletions

File tree

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"@radix-ui/react-visually-hidden": "^1.2.11",
2828
"@types/react": "^19.2.18",
2929
"@types/react-dom": "^19.2.7",
30-
"@typescript-eslint/eslint-plugin": "^8.69.0",
31-
"@typescript-eslint/parser": "^8.69.0",
30+
"@typescript-eslint/eslint-plugin": "^8.70.0",
31+
"@typescript-eslint/parser": "^8.70.0",
3232
"@vitejs/plugin-react": "^6.1.1",
3333
"babel-plugin-react-compiler": "19.1.0-rc.3",
3434
"eslint": "^10.10.0",
3535
"eslint-plugin-react-hooks": "^7.1.1",
3636
"eslint-plugin-react-refresh": "^0.5.6",
3737
"i18next": "^26.4.2",
3838
"i18next-browser-languagedetector": "^8.2.1",
39-
"lucide-react": "^1.42.0",
39+
"lucide-react": "^1.43.0",
4040
"react": "^19.2.8",
4141
"react-dom": "^19.2.8",
4242
"react-hook-form": "^7.87.0",

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ueberdb2": "6.1.16"
1515
},
1616
"devDependencies": {
17-
"@types/node": "^26.5.0",
17+
"@types/node": "^26.5.1",
1818
"@types/semver": "^7.8.0",
1919
"typescript": "^7.0.2"
2020
},

0 commit comments

Comments
 (0)