Skip to content

Commit b10128e

Browse files
pkg: Update all non-major dependencies (#3534)
* pkg: Update all non-major dependencies * fix: Patch react-native jest to work correctly --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Tucker <[email protected]>
1 parent dc974bb commit b10128e

File tree

15 files changed

+280
-218
lines changed

15 files changed

+280
-218
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/jest/mockComponent.js b/jest/mockComponent.js
2+
index 6ff4f6bd3e248ca8b04d605150dc68df21e72220..cf56328b3519f9283ce3bae4b5af779425ee4cc9 100644
3+
--- a/jest/mockComponent.js
4+
+++ b/jest/mockComponent.js
5+
@@ -39,7 +39,7 @@ export default function mockComponent<
6+
React.ElementProps<typeof RealComponent>,
7+
> =
8+
typeof RealComponent === 'function' &&
9+
- RealComponent.prototype.constructor instanceof React.Component
10+
+ RealComponent.prototype && RealComponent.prototype.constructor instanceof React.Component
11+
? RealComponent
12+
: React.Component;
13+

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/node": "7.28.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
33-
"@types/react": "19.1.9",
33+
"@types/react": "19.1.10",
3434
"webpack": "5.101.0",
3535
"webpack-cli": "^6.0.0"
3636
}

examples/github-app/package-lock.json

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

examples/github-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@linaria/shaker": "5.0.3",
3939
"@types/lodash": "4.14.192",
4040
"@types/parse-link-header": "^2.0.0",
41-
"@types/react": "19.1.9",
41+
"@types/react": "19.1.10",
4242
"@types/react-dom": "19.1.7",
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.17.0",
@@ -56,7 +56,7 @@
5656
"@data-client/react": "^0.14.0",
5757
"@data-client/rest": "^0.14.0",
5858
"@js-temporal/polyfill": "^0.5.0",
59-
"antd": "5.26.7",
59+
"antd": "5.27.0",
6060
"core-js": "^3.40.0",
6161
"history": "^5.3.0",
6262
"parse-link-header": "^2.0.0",

examples/nextjs/package-lock.json

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

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@data-client/rest": "^0.14.0",
2121
"@number-flow/react": "^0.5.0",
2222
"@types/node": "22.17.1",
23-
"@types/react": "19.1.9",
23+
"@types/react": "19.1.10",
2424
"@types/react-dom": "19.1.7",
2525
"clsx": "^2.1.1",
2626
"core-js": "^3.40.0",
@@ -32,7 +32,7 @@
3232
"typescript": "^5.4.5"
3333
},
3434
"overrides": {
35-
"@types/react": "19.1.9",
35+
"@types/react": "19.1.10",
3636
"@types/react-dom": "19.1.7"
3737
}
3838
}

examples/todo-app/package-lock.json

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

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@linaria/core": "6.3.0",
3737
"@linaria/react": "6.3.0",
3838
"@linaria/shaker": "5.0.3",
39-
"@types/react": "19.1.9",
39+
"@types/react": "19.1.10",
4040
"@types/react-dom": "19.1.7",
4141
"@types/uuid": "^10.0.0",
4242
"react-refresh": "0.17.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@testing-library/react-native": "13.2.2",
7575
"@types/jest": "30.0.0",
7676
"@types/node": "22.17.1",
77-
"@types/react": "19.1.9",
77+
"@types/react": "19.1.10",
7878
"@types/react-dom": "19.1.7",
7979
"babel-plugin-module-resolver": "5.0.2",
8080
"babel-plugin-syntax-hermes-parser": "^0.31.0",
@@ -96,7 +96,7 @@
9696
"prettier": "3.6.2",
9797
"react": "19.1.0",
9898
"react-dom": "19.1.0",
99-
"react-native": "0.80.2",
99+
"react-native": "patch:react-native@npm%3A0.81.0#~/.yarn/patches/react-native-npm-0.81.0-612367b09d.patch",
100100
"react-native-safe-area-context": "^5.0.0",
101101
"react-native-screens": "^4.1.0",
102102
"react-test-renderer": "^19.0.0",

packages/img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@testing-library/react": "^16.1.0",
9494
"@types/jest": "30.0.0",
9595
"@types/node": "^22.0.0",
96-
"@types/react": "19.1.9",
96+
"@types/react": "19.1.10",
9797
"react": "^19.0.0",
9898
"rollup-plugins": "workspace:*"
9999
}

0 commit comments

Comments
 (0)