Skip to content

Commit f85372d

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

File tree

7 files changed

+191
-230
lines changed

7 files changed

+191
-230
lines changed

examples/github-app/package-lock.json

Lines changed: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.24.5",
59+
"antd": "5.24.6",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@data-client/react": "^0.14.0",
2020
"@data-client/rest": "^0.14.0",
2121
"@number-flow/react": "^0.5.0",
22-
"@types/node": "22.13.14",
22+
"@types/node": "22.13.17",
2323
"@types/react": "19.0.12",
2424
"@types/react-dom": "19.0.4",
2525
"clsx": "^2.1.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@testing-library/react-hooks": "8.0.1",
7474
"@testing-library/react-native": "13.2.0",
7575
"@types/jest": "29.5.14",
76-
"@types/node": "22.13.14",
76+
"@types/node": "22.13.17",
7777
"@types/react": "19.0.12",
7878
"@types/react-dom": "19.0.4",
7979
"babel-plugin-module-resolver": "5.0.2",
@@ -98,7 +98,7 @@
9898
"prettier": "3.5.3",
9999
"react": "19.1.0",
100100
"react-dom": "19.1.0",
101-
"react-native": "0.78.1",
101+
"react-native": "0.78.2",
102102
"react-native-safe-area-context": "^5.0.0",
103103
"react-native-screens": "^4.1.0",
104104
"react-test-renderer": "^19.0.0",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"qs": "^6.13.1",
208208
"react": "19.1.0",
209209
"react-dom": "^19.0.0",
210-
"react-native": "0.78.1",
210+
"react-native": "0.78.2",
211211
"react-native-safe-area-context": "^5.0.0",
212212
"react-native-screens": "^4.1.0",
213213
"react-test-renderer": "^19.0.0",

0 commit comments

Comments
 (0)