Skip to content

Commit 7a53f68

Browse files
Update all non-major dependencies (#656)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9519c9 commit 7a53f68

File tree

4 files changed

+129
-127
lines changed

4 files changed

+129
-127
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"devDependencies": {
1818
"@babel/core": "7.28.4",
1919
"@babel/plugin-transform-react-jsx": "7.27.1",
20-
"@types/react": "19.1.17",
21-
"@types/react-dom": "19.1.11",
20+
"@types/react": "19.2.2",
21+
"@types/react-dom": "19.2.2",
2222
"parcel": "2.16.0",
2323
"process": "0.11.10",
2424
"typescript": "5.9.3"

demo/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,15 +1195,15 @@
11951195
dependencies:
11961196
"@swc/counter" "^0.1.3"
11971197

1198-
"@types/react-dom@19.1.11":
1199-
version "19.1.11"
1200-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.11.tgz#f8146889e837d053d23494ad4be6d168bfe9bdce"
1201-
integrity sha512-3BKc/yGdNTYQVVw4idqHtSOcFsgGuBbMveKCOgF8wQ5QtrYOc3jDIlzg3jef04zcXFIHLelyGlj0T+BJ8+KN+w==
1202-
1203-
"@types/react@19.1.17":
1204-
version "19.1.17"
1205-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.17.tgz#8be0b9c546cede389b930a98eb3fad1897f209c3"
1206-
integrity sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==
1198+
"@types/react-dom@19.2.2":
1199+
version "19.2.2"
1200+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.2.tgz#a4cc874797b7ddc9cb180ef0d5dc23f596fc2332"
1201+
integrity sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==
1202+
1203+
"@types/react@19.2.2":
1204+
version "19.2.2"
1205+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.2.tgz#ba123a75d4c2a51158697160a4ea2ff70aa6bf36"
1206+
integrity sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==
12071207
dependencies:
12081208
csstype "^3.0.2"
12091209

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"@testing-library/dom": "10.4.1",
4242
"@testing-library/react": "16.3.0",
4343
"@types/jest": "30.0.0",
44-
"@types/react": "19.1.17",
45-
"@types/react-dom": "19.1.11",
46-
"@typescript-eslint/eslint-plugin": "8.44.1",
47-
"@typescript-eslint/parser": "8.44.1",
44+
"@types/react": "19.2.2",
45+
"@types/react-dom": "19.2.2",
46+
"@typescript-eslint/eslint-plugin": "8.46.1",
47+
"@typescript-eslint/parser": "8.46.1",
4848
"cssnano": "7.1.1",
49-
"eslint": "9.36.0",
49+
"eslint": "9.37.0",
5050
"eslint-config-prettier": "10.1.8",
5151
"eslint-plugin-jest": "29.0.1",
5252
"eslint-plugin-react": "7.37.5",
@@ -55,8 +55,8 @@
5555
"jest": "30.2.0",
5656
"jest-environment-jsdom": "30.2.0",
5757
"postcss": "8.5.6",
58-
"react": "19.1.1",
59-
"react-dom": "19.1.1",
58+
"react": "19.2.0",
59+
"react-dom": "19.2.0",
6060
"ts-jest": "29.4.5",
6161
"tslib": "2.8.1",
6262
"typescript": "5.9.3",

0 commit comments

Comments
 (0)