Skip to content

Commit 80f0220

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

File tree

8 files changed

+357
-313
lines changed

8 files changed

+357
-313
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
executors:
77
node:
88
docker: &docker
9-
- image: cimg/node:22.13
9+
- image: cimg/node:22.14
1010
environment:
1111
# the whole CI is reset each time anyway, so only track local cache
1212
YARN_ENABLE_GLOBAL_CACHE: false

examples/github-app/package-lock.json

Lines changed: 50 additions & 48 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
@@ -55,14 +55,14 @@
5555
"@data-client/react": "^0.14.0",
5656
"@data-client/rest": "^0.14.0",
5757
"@js-temporal/polyfill": "^0.4.4",
58-
"antd": "5.23.2",
58+
"antd": "5.24.0",
5959
"history": "^5.3.0",
6060
"parse-link-header": "^2.0.0",
6161
"react": "19.0.0",
6262
"react-dom": "19.0.0",
6363
"react-error-boundary": "^5.0.0",
6464
"react-markdown": "9.0.3",
65-
"rehype-highlight": "7.0.1",
65+
"rehype-highlight": "7.0.2",
6666
"remark-gfm": "^4.0.0",
6767
"remark-remove-comments": "^1.0.1",
6868
"uuid": "^11.0.0"

0 commit comments

Comments
 (0)