Skip to content

Commit 52a0dbb

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.9.1` | `10.10.0` | | [mocha](https://github.com/mochajs/mocha) | `11.8.0` | `12.0.0` | | [i18next](https://github.com/i18next/i18next) | `26.4.1` | `26.4.2` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.39.0` | `1.41.0` | | [vitepress](https://github.com/vuejs/vitepress) | `2.0.0-alpha.19` | `2.0.0-alpha.20` | Updates `eslint` from 10.9.1 to 10.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.9.1...v10.10.0) Updates `mocha` from 11.8.0 to 12.0.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.8.0...v12.0.0) Updates `i18next` from 26.4.1 to 26.4.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.4.1...v26.4.2) Updates `lucide-react` from 1.39.0 to 1.41.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.41.0/packages/lucide-react) Updates `vitepress` from 2.0.0-alpha.19 to 2.0.0-alpha.20 - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](vuejs/vitepress@v2.0.0-alpha.19...v2.0.0-alpha.20) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mocha dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: i18next dependency-version: 26.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 1.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitepress dependency-version: 2.0.0-alpha.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9c7331 commit 52a0dbb

4 files changed

Lines changed: 369 additions & 492 deletions

File tree

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@typescript-eslint/parser": "^8.69.0",
3232
"@vitejs/plugin-react": "^6.1.1",
3333
"babel-plugin-react-compiler": "19.1.0-rc.3",
34-
"eslint": "^10.9.1",
34+
"eslint": "^10.10.0",
3535
"eslint-plugin-react-hooks": "^7.1.1",
3636
"eslint-plugin-react-refresh": "^0.5.6",
37-
"i18next": "^26.4.1",
37+
"i18next": "^26.4.2",
3838
"i18next-browser-languagedetector": "^8.2.1",
39-
"lucide-react": "^1.39.0",
39+
"lucide-react": "^1.41.0",
4040
"react": "^19.2.8",
4141
"react-dom": "^19.2.8",
4242
"react-hook-form": "^7.87.0",

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"oxc-minify": "^0.148.0",
4-
"vitepress": "^2.0.0-alpha.19"
4+
"vitepress": "^2.0.0-alpha.20"
55
},
66
"scripts": {
77
"docs:dev": "vitepress dev",

0 commit comments

Comments
 (0)