Skip to content

Commit b51b79e

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

File tree

7 files changed

+162
-137
lines changed

7 files changed

+162
-137
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.2
9+
- image: cimg/node:24.3
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: 20 additions & 20 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
@@ -48,15 +48,15 @@
4848
"webpack-dev-server": "5.2.2"
4949
},
5050
"dependencies": {
51-
"@anansi/router": "0.10.14",
51+
"@anansi/router": "0.10.15",
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.26.0",
59+
"antd": "5.26.2",
6060
"core-js": "^3.40.0",
6161
"history": "^5.3.0",
6262
"parse-link-header": "^2.0.0",

examples/nextjs/package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@data-client/react": "^0.14.0",
2020
"@data-client/rest": "^0.14.0",
2121
"@number-flow/react": "^0.5.0",
22-
"@types/node": "22.15.31",
22+
"@types/node": "22.15.33",
2323
"@types/react": "19.1.8",
2424
"@types/react-dom": "19.1.6",
2525
"clsx": "^2.1.1",
2626
"core-js": "^3.40.0",
27-
"next": "15.3.3",
27+
"next": "15.3.4",
2828
"react": "19.1.0",
2929
"react-dom": "19.1.0",
3030
"tar-fs": "^3.0.6",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@testing-library/react-hooks": "8.0.1",
7474
"@testing-library/react-native": "13.2.0",
7575
"@types/jest": "30.0.0",
76-
"@types/node": "22.15.31",
76+
"@types/node": "22.15.33",
7777
"@types/react": "19.1.8",
7878
"@types/react-dom": "19.1.6",
7979
"babel-plugin-module-resolver": "5.0.2",
80-
"babel-plugin-syntax-hermes-parser": "^0.28.0",
80+
"babel-plugin-syntax-hermes-parser": "^0.29.0",
8181
"benchmark": "^2.1.4",
8282
"conventional-changelog-anansi": "^0.3.0",
8383
"copyfiles": "^2.4.1",

0 commit comments

Comments
 (0)