Skip to content

Commit ce8054b

Browse files
chore(deps): bump the framework group with 4 updates
Bumps the framework group with 4 updates: [next](https://github.com/vercel/next.js), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 16.1.6 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.1.6...v16.2.10) Updates `react` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `eslint-config-next` from 16.1.6 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: framework - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: framework - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: framework - dependency-name: eslint-config-next dependency-version: 16.2.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: framework ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff408fe commit ce8054b

2 files changed

Lines changed: 936 additions & 680 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383
"js-cookie": "^3.0.5",
8484
"lodash": "^4.17.23",
8585
"lodash.throttle": "^4.1.1",
86-
"next": "16.1.6",
86+
"next": "16.2.10",
8787
"next-auth": "^4.24.13",
8888
"node-html-parser": "^7.0.2",
8989
"notistack": "^3.0.2",
9090
"pino": "^10.3.1",
9191
"pino-http": "^11.0.0",
92-
"react": "19.2.4",
93-
"react-dom": "19.2.4",
92+
"react": "19.2.7",
93+
"react-dom": "19.2.7",
9494
"react-infinite-scroll-component": "^6.1.1",
9595
"recharts": "^3.7.0",
9696
"ws": "^8.19.0",
@@ -123,7 +123,7 @@
123123
"@types/js-cookie": "^3.0.6",
124124
"@types/lodash.throttle": "^4.1.9",
125125
"@types/node": "^25.0.10",
126-
"@types/react": "^19.2.9",
126+
"@types/react": "^19.2.17",
127127
"@types/react-dom": "^19.2.3",
128128
"@types/uuid": "^9.0.8",
129129
"@types/web-bluetooth": "^0.0.21",
@@ -135,7 +135,7 @@
135135
"cross-env": "^10.1.0",
136136
"dotenv": "^17.2.3",
137137
"eslint": "9.39.2",
138-
"eslint-config-next": "16.1.6",
138+
"eslint-config-next": "16.2.10",
139139
"eslint-config-prettier": "^10.1.8",
140140
"eslint-plugin-prettier": "^5.5.5",
141141
"eslint-plugin-storybook": "^10.2.0",

0 commit comments

Comments
 (0)