Skip to content

Commit 88c8e3e

Browse files
build(deps-dev): bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.8.1` | `10.9.0` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.5` | `6.1.0` | | [i18next](https://github.com/i18next/i18next) | `26.3.6` | `26.4.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.32.0` | `1.33.0` | | [oxc-minify](https://github.com/oxc-project/oxc/tree/HEAD/napi/minify) | `0.145.0` | `0.146.0` | Updates `eslint` from 10.8.1 to 10.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.1...v10.9.0) Updates `@vitejs/plugin-react` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.1.0/packages/plugin-react) Updates `i18next` from 26.3.6 to 26.4.0 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.3.6...v26.4.0) Updates `lucide-react` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.33.0/packages/lucide-react) Updates `oxc-minify` from 0.145.0 to 0.146.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/minify/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.146.0/napi/minify) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vitejs/plugin-react" dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: i18next dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 1.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: oxc-minify dependency-version: 0.146.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 4bc02d2 commit 88c8e3e

4 files changed

Lines changed: 202 additions & 199 deletions

File tree

admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"@types/react-dom": "^19.2.4",
3030
"@typescript-eslint/eslint-plugin": "^8.67.0",
3131
"@typescript-eslint/parser": "^8.67.0",
32-
"@vitejs/plugin-react": "^6.0.5",
32+
"@vitejs/plugin-react": "^6.1.0",
3333
"babel-plugin-react-compiler": "19.1.0-rc.3",
34-
"eslint": "^10.8.1",
34+
"eslint": "^10.9.0",
3535
"eslint-plugin-react-hooks": "^7.1.1",
3636
"eslint-plugin-react-refresh": "^0.5.4",
37-
"i18next": "^26.3.6",
37+
"i18next": "^26.4.0",
3838
"i18next-browser-languagedetector": "^8.2.1",
39-
"lucide-react": "^1.32.0",
39+
"lucide-react": "^1.33.0",
4040
"react": "^19.2.8",
4141
"react-dom": "^19.2.8",
4242
"react-hook-form": "^7.85.0",

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"oxc-minify": "^0.145.0",
3+
"oxc-minify": "^0.146.0",
44
"vitepress": "^2.0.0-alpha.19"
55
},
66
"scripts": {

0 commit comments

Comments
 (0)