Skip to content

Commit 84a65a9

Browse files
committed
deps(package): 📦 Update @types/react and related dependencies
Updated the following dependencies to their latest versions: - @types/react from 19.2.8 to 19.2.9 - @typescript-eslint/eslint-plugin from 8.53.0 to 8.53.1 - globals from 16.5.0 to 17.0.0 These updates ensure compatibility with the latest TypeScript and React types, improving type safety and reducing potential issues in the codebase.
1 parent a6e16bc commit 84a65a9

File tree

2 files changed

+20
-151
lines changed

2 files changed

+20
-151
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tryghost/content-api": "^1.12.3",
1313
"@types/node": "^25.0.9",
14-
"@types/react": "^19.2.8",
14+
"@types/react": "^19.2.9",
1515
"@types/react-dom": "^19.2.3",
1616
"next": "^16.1.4",
1717
"react": "^19.2.3",
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^16.1.4",
2323
"@types/tryghost__content-api": "^1.3.17",
24-
"@typescript-eslint/eslint-plugin": "^8.53.0",
24+
"@typescript-eslint/eslint-plugin": "^8.53.1",
2525
"@typescript-eslint/parser": "^8.53.1",
2626
"eslint": "^9.39.2",
2727
"eslint-config-next": "^16.1.4",
28-
"globals": "^16.5.0"
28+
"globals": "^17.0.0"
2929
}
3030
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)