Skip to content

Commit e266b94

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

File tree

15 files changed

+564
-465
lines changed

15 files changed

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

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.10",
33+
"@types/react": "19.1.12",
3434
"webpack": "5.101.3",
3535
"webpack-cli": "^6.0.0"
3636
}

examples/github-app/package-lock.json

Lines changed: 50 additions & 37 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
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.10",
42-
"@types/react-dom": "19.1.7",
41+
"@types/react": "19.1.12",
42+
"@types/react-dom": "19.1.9",
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.17.0",
45-
"serve": "14.2.4",
45+
"serve": "14.2.5",
4646
"webpack": "5.101.3",
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.2"
@@ -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.27.0",
59+
"antd": "5.27.3",
6060
"core-js": "^3.40.0",
6161
"history": "^5.3.0",
6262
"parse-link-header": "^2.0.0",

0 commit comments

Comments
 (0)