Skip to content

Commit 3da237c

Browse files
pkg: Update all non-major dependencies (#4003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2baf426 commit 3da237c

20 files changed

Lines changed: 1025 additions & 1093 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.2
9+
- image: cimg/node:26.4
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
"@tanstack/react-query": "5.96.2",
3131
"react": "19.2.3",
3232
"react-dom": "19.2.3",
33-
"swr": "2.4.1"
33+
"swr": "2.4.2"
3434
},
3535
"devDependencies": {
3636
"@anansi/babel-preset": "6.2.27",
3737
"@anansi/browserslist-config": "^1.4.3",
3838
"@anansi/webpack-config": "21.1.19",
3939
"@babel/core": "^7.22.15",
4040
"@playwright/test": "1.61.0",
41-
"@types/node": "25.9.1",
42-
"@types/react": "19.2.15",
41+
"@types/node": "25.9.4",
42+
"@types/react": "19.2.17",
4343
"@types/react-dom": "19.2.3",
4444
"playwright": "1.61.0",
4545
"serve": "14.2.6",
46-
"tsx": "4.22.3",
46+
"tsx": "4.22.4",
4747
"typescript": "6.0.3",
4848
"webpack": "5.107.2",
4949
"webpack-cli": "6.0.1"

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.29.7",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
33-
"@types/react": "19.2.15",
33+
"@types/react": "19.2.17",
3434
"webpack": "5.107.2",
3535
"webpack-cli": "6.0.1"
3636
}

examples/coin-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"webpack-cli": "*"
4141
},
4242
"dependencies": {
43-
"@anansi/cli": "3.1.106",
44-
"@anansi/core": "0.22.11",
45-
"@anansi/router": "0.10.23",
43+
"@anansi/cli": "3.1.107",
44+
"@anansi/core": "0.22.12",
45+
"@anansi/router": "0.10.24",
4646
"@babel/runtime-corejs3": "7.29.7",
4747
"@data-client/img": "0.18.0",
4848
"@data-client/react": "0.18.1",

0 commit comments

Comments
 (0)