Skip to content

Commit 16fe6cd

Browse files
pkg: Update all non-major dependencies
1 parent beaa03e commit 16fe6cd

File tree

17 files changed

+388
-337
lines changed

17 files changed

+388
-337
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.7
9+
- image: cimg/node:24.9
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.12",
33+
"@types/react": "19.2.0",
3434
"webpack": "5.102.0",
3535
"webpack-cli": "^6.0.0"
3636
}

examples/coin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "*",
3737
"@types/react-dom": "*",
3838
"react-refresh": "*",
39-
"typescript": "5.9.2",
39+
"typescript": "5.9.3",
4040
"webpack": "*",
4141
"webpack-cli": "*"
4242
},

examples/github-app/package-lock.json

Lines changed: 29 additions & 29 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,8 +38,8 @@
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.12",
42-
"@types/react-dom": "19.1.9",
41+
"@types/react": "19.2.0",
42+
"@types/react-dom": "19.2.0",
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.17.0",
4545
"serve": "14.2.5",
@@ -48,15 +48,15 @@
4848
"webpack-dev-server": "5.2.2"
4949
},
5050
"dependencies": {
51-
"@anansi/router": "0.10.16",
51+
"@anansi/router": "0.10.17",
5252
"@ant-design/icons": "^5.0.0",
5353
"@babel/runtime-corejs3": "^7.26.7",
5454
"@data-client/graphql": "^0.14.0",
5555
"@data-client/img": "^0.14.15",
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.3",
59+
"antd": "5.27.4",
6060
"core-js": "^3.40.0",
6161
"history": "^5.3.0",
6262
"parse-link-header": "^2.0.0",

0 commit comments

Comments
 (0)