Skip to content

Commit b74729c

Browse files
chore(deps): bump the patch-updates group with 9 updates
Bumps the patch-updates group with 9 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.0.1` | `10.0.2` | | [turbo](https://github.com/vercel/turborepo) | `2.8.10` | `2.8.12` | | [axios](https://github.com/axios/axios) | `1.13.5` | `1.13.6` | | [fumadocs-docgen](https://github.com/fuma-nama/fumadocs) | `3.0.7` | `3.0.8` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.8` | `14.2.9` | | [fumadocs-twoslash](https://github.com/fuma-nama/fumadocs) | `3.1.13` | `3.1.14` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.0` | `7.13.1` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.0` | `7.13.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` | Updates `eslint` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.1...v10.0.2) Updates `turbo` from 2.8.10 to 2.8.12 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.10...v2.8.12) Updates `axios` from 1.13.5 to 1.13.6 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.13.6) Updates `fumadocs-docgen` from 3.0.7 to 3.0.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-docgen@3.0.7...fumadocs-docgen@3.0.8) Updates `fumadocs-mdx` from 14.2.8 to 14.2.9 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.8...fumadocs-mdx@14.2.9) Updates `fumadocs-twoslash` from 3.1.13 to 3.1.14 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-twoslash@3.1.14) Updates `react-router` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.13.1/packages/react-router) Updates `react-router-dom` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.1/packages/react-router-dom) Updates `autoprefixer` from 10.4.24 to 10.4.27 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.24...10.4.27) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: turbo dependency-version: 2.8.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: axios dependency-version: 1.13.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-docgen dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-mdx dependency-version: 14.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-twoslash dependency-version: 3.1.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: react-router dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: react-router-dom dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: autoprefixer dependency-version: 10.4.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9878f50 commit b74729c

File tree

5 files changed

+352
-278
lines changed

5 files changed

+352
-278
lines changed

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"fumadocs-core": "^16.4.11",
14-
"fumadocs-docgen": "^3.0.7",
15-
"fumadocs-mdx": "^14.2.8",
16-
"fumadocs-twoslash": "^3.1.13",
14+
"fumadocs-docgen": "^3.0.8",
15+
"fumadocs-mdx": "^14.2.9",
16+
"fumadocs-twoslash": "^3.1.14",
1717
"fumadocs-ui": "^16.4.11",
1818
"lucide-react": "^0.563.0",
1919
"next": "^16.1.4",

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"lucide-react": "^0.469.0",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
35-
"react-router": "^7.2.0",
36-
"react-router-dom": "^7.2.0",
35+
"react-router": "^7.13.1",
36+
"react-router-dom": "^7.13.1",
3737
"tailwind-merge": "^3.4.1"
3838
},
3939
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"@types/react-dom": "^19.0.0",
4747
"@vitejs/plugin-react": "^5.1.4",
4848
"@vitest/coverage-v8": "^4.0.18",
49-
"autoprefixer": "^10.4.20",
49+
"autoprefixer": "^10.4.27",
5050
"jsdom": "^28.0.0",
5151
"tailwindcss": "^4.1.0",
5252
"typescript": "^5.9.3",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/node": "^25.2.0",
7272
"@types/supertest": "^6.0.3",
7373
"concurrently": "^9.2.1",
74-
"eslint": "^10.0.1",
74+
"eslint": "^10.0.2",
7575
"eslint-config-prettier": "^10.1.8",
7676
"eslint-plugin-import-x": "^4.16.1",
7777
"husky": "^9.1.7",
@@ -82,7 +82,7 @@
8282
"supertest": "^7.2.2",
8383
"ts-jest": "^29.4.6",
8484
"tsup": "^8.5.1",
85-
"turbo": "^2.8.10",
85+
"turbo": "^2.8.12",
8686
"typescript": "^5.9.3",
8787
"typescript-eslint": "^8.55.0",
8888
"vitepress": "^1.6.4"

packages/notification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@objectstack/spec": "3.0.9"
2020
},
2121
"optionalDependencies": {
22-
"axios": "^1.13.5",
22+
"axios": "^1.13.6",
2323
"handlebars": "^4.7.8",
2424
"nodemailer": "^6.9.15"
2525
},

0 commit comments

Comments
 (0)