Skip to content

Commit 78d8a30

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

12 files changed

Lines changed: 245 additions & 245 deletions

File tree

.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:26.4
9+
- image: cimg/node:26.5
1010
environment:
1111
# the whole CI is reset each time anyway, so only track local cache
1212
YARN_ENABLE_GLOBAL_CACHE: false

examples/benchmark-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"@anansi/webpack-config": "21.1.19",
3939
"@babel/core": "^7.22.15",
4040
"@playwright/test": "1.61.1",
41-
"@types/node": "25.9.4",
41+
"@types/node": "25.9.5",
4242
"@types/react": "19.2.17",
4343
"@types/react-dom": "19.2.3",
4444
"playwright": "1.61.1",
4545
"serve": "14.2.6",
46-
"tsx": "4.22.4",
46+
"tsx": "4.23.0",
4747
"typescript": "6.0.3",
4848
"webpack": "5.107.2",
4949
"webpack-cli": "6.0.1"

examples/github-app/package-lock.json

Lines changed: 57 additions & 57 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
@@ -52,14 +52,14 @@
5252
"@anansi/core": "0.22.12",
5353
"@anansi/router": "0.10.24",
5454
"@ant-design/cssinjs": "2.1.2",
55-
"@ant-design/icons": "6.3.1",
55+
"@ant-design/icons": "6.3.2",
5656
"@babel/runtime-corejs3": "^7.26.7",
5757
"@data-client/graphql": "0.18.0",
5858
"@data-client/img": "0.18.0",
5959
"@data-client/react": "0.18.1",
6060
"@data-client/rest": "0.18.1",
6161
"temporal-polyfill": "^0.3.0",
62-
"antd": "6.4.5",
62+
"antd": "6.5.0",
6363
"core-js": "^3.48.0",
6464
"history": "^5.3.0",
6565
"parse-link-header": "^2.0.0",

0 commit comments

Comments
 (0)