Skip to content

Commit 0eca15b

Browse files
chore(deps): bump the next-stack group with 4 updates (#190)
Bumps the next-stack group with 4 updates: [next](https://github.com/vercel/next.js), [next-intl](https://github.com/amannn/next-intl), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom). Updates `next` from 16.2.10 to 16.2.12 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.10...v16.2.12) Updates `next-intl` from 4.13.2 to 4.13.4 - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](amannn/next-intl@v4.13.2...v4.13.4) Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack - dependency-name: next-intl dependency-version: 4.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-stack ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f9eff9 commit 0eca15b

9 files changed

Lines changed: 360 additions & 254 deletions

File tree

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"next-intl": "^4.13.0",
6262
"pure-web-bottom-sheet": "1.0.0",
6363
"qrcode": "^1.5.4",
64-
"react": "19.2.7",
65-
"react-dom": "19.2.7",
64+
"react": "19.2.8",
65+
"react-dom": "19.2.8",
6666
"react-icons": "^5.6.0",
6767
"react-window": "^2.3.0",
6868
"recharts": "^3.8.1",

integrations/overlay-air-quality/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.2.17",
16-
"react": "19.2.7"
16+
"react": "19.2.8"
1717
}
1818
}

integrations/overlay-environment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.2.17",
16-
"react": "19.2.7"
16+
"react": "19.2.8"
1717
}
1818
}

integrations/overlay-ourairports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@types/react": "^19.2.17",
17-
"react": "19.2.7"
17+
"react": "19.2.8"
1818
}
1919
}

integrations/overlay-traffic-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@testing-library/react": "^16.3.2",
1616
"@types/react": "^19.2.17",
1717
"@types/react-dom": "^19.2.3",
18-
"react": "19.2.7",
19-
"react-dom": "19.2.7",
18+
"react": "19.2.8",
19+
"react-dom": "19.2.8",
2020
"vitest": "^4.1.8"
2121
}
2222
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react": "^19.2.17",
5656
"@types/react-dom": "^19.2.3",
5757
"esbuild": "^0.28.0",
58-
"react-dom": "19.2.7",
58+
"react-dom": "19.2.8",
5959
"typescript": "^6.0.3",
6060
"vitest": "^4.1.8"
6161
},
@@ -78,7 +78,7 @@
7878
"better-auth": "^1.6.18",
7979
"js-yaml": "^5.2.1",
8080
"opening_hours": "^3.13.0",
81-
"react": "19.2.7",
81+
"react": "19.2.8",
8282
"tz-lookup": "^6.1.25",
8383
"zod": "^4.4.3",
8484
"zustand": "^5.0.14"

packages/integration-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/react": "^19.2.17",
6565
"esbuild": "^0.28.0",
6666
"maplibre-gl": "^5.24.0",
67-
"react": "19.2.7",
67+
"react": "19.2.8",
6868
"typescript": "^6.0.3",
6969
"vitest": "^4.1.8"
7070
}

packages/mangrove-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/node": "^24.13.2",
3131
"@types/react": "^19.2.17",
3232
"@types/react-dom": "^19.2.3",
33-
"react": "19.2.7",
34-
"react-dom": "19.2.7",
33+
"react": "19.2.8",
34+
"react-dom": "19.2.8",
3535
"typescript": "^6.0.3",
3636
"vitest": "^4.1.8"
3737
}

pnpm-lock.yaml

Lines changed: 348 additions & 242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)