Skip to content

Commit 758f391

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

File tree

6 files changed

+272
-260
lines changed

6 files changed

+272
-260
lines changed

examples/github-app/package-lock.json

Lines changed: 21 additions & 21 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
@@ -41,7 +41,7 @@
4141
"@typescript-eslint/eslint-plugin": "7.5.0",
4242
"@typescript-eslint/parser": "7.5.0",
4343
"react-refresh": "0.14.0",
44-
"serve": "14.2.1",
44+
"serve": "14.2.2",
4545
"webpack": "5.91.0",
4646
"webpack-cli": "5.1.4",
4747
"webpack-dev-server": "5.0.4"
@@ -54,7 +54,7 @@
5454
"@data-client/react": "^0.11.0",
5555
"@data-client/rest": "^0.11.0",
5656
"@js-temporal/polyfill": "^0.4.4",
57-
"antd": "5.16.2",
57+
"antd": "5.16.4",
5858
"parse-link-header": "^2.0.0",
5959
"react": "18.2.0",
6060
"react-dom": "18.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"prettier": "3.2.5",
9494
"react": "18.2.0",
9595
"react-dom": "18.2.0",
96-
"react-native": "0.73.7",
96+
"react-native": "0.74.0",
9797
"react-native-safe-area-context": "^4.4.1",
9898
"react-native-screens": "^3.18.2",
9999
"react-test-renderer": "18.2.0",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@
148148
"@react-navigation/native": "^6.1.6",
149149
"@types/node": "^20.0.0",
150150
"@types/react": "^18.0.30",
151-
"react-native": "^0.73.0"
151+
"react-native": "^0.74.0"
152152
}
153153
}

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react-router-dom": "^5.3.3",
2828
"@types/uuid": "^9",
2929
"raw-loader": "^4.0.2",
30-
"serve": "14.2.1",
30+
"serve": "14.2.2",
3131
"webpack": "^5.76.0"
3232
},
3333
"dependencies": {
@@ -49,8 +49,8 @@
4949
"@monaco-editor/react": "^4.4.6",
5050
"bignumber.js": "9.1.2",
5151
"classnames": "^2.3.2",
52-
"clsx": "2.1.0",
53-
"monaco-editor": "^0.47.0",
52+
"clsx": "2.1.1",
53+
"monaco-editor": "^0.48.0",
5454
"parse-numeric-range": "^1.3.0",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)