Skip to content

Commit c418fdd

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

16 files changed

Lines changed: 228 additions & 228 deletions

File tree

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.6",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
33-
"@types/react": "19.2.8",
33+
"@types/react": "19.2.9",
3434
"webpack": "5.104.1",
3535
"webpack-cli": "6.0.1"
3636
}

examples/github-app/package-lock.json

Lines changed: 31 additions & 31 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
@@ -41,7 +41,7 @@
4141
"@linaria/shaker": "5.0.3",
4242
"@types/lodash": "4.14.192",
4343
"@types/parse-link-header": "^2.0.0",
44-
"@types/react": "19.2.8",
44+
"@types/react": "19.2.9",
4545
"@types/react-dom": "19.2.3",
4646
"@types/uuid": "^11.0.0",
4747
"react-refresh": "0.18.0",
@@ -56,12 +56,12 @@
5656
"@ant-design/cssinjs": "2.0.3",
5757
"@ant-design/icons": "6.1.0",
5858
"@babel/runtime-corejs3": "^7.26.7",
59-
"@data-client/graphql": "0.15.4",
59+
"@data-client/graphql": "0.15.5",
6060
"@data-client/img": "0.15.0",
6161
"@data-client/react": "0.15.4",
62-
"@data-client/rest": "0.15.4",
62+
"@data-client/rest": "0.15.5",
6363
"@js-temporal/polyfill": "^0.5.1",
64-
"antd": "6.2.0",
64+
"antd": "6.2.1",
6565
"core-js": "^3.40.0",
6666
"history": "^5.3.0",
6767
"parse-link-header": "^2.0.0",

examples/nextjs/package-lock.json

Lines changed: 18 additions & 18 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
@@ -23,7 +23,7 @@
2323
"@data-client/rest": "^0.15.0",
2424
"@number-flow/react": "^0.5.0",
2525
"@types/node": "24.10.9",
26-
"@types/react": "19.2.8",
26+
"@types/react": "19.2.9",
2727
"@types/react-dom": "19.2.3",
2828
"clsx": "^2.1.1",
2929
"core-js": "^3.40.0",
@@ -35,7 +35,7 @@
3535
"typescript": "^5.4.5"
3636
},
3737
"overrides": {
38-
"@types/react": "19.2.8",
38+
"@types/react": "19.2.9",
3939
"@types/react-dom": "19.2.3"
4040
}
4141
}

examples/todo-app/package-lock.json

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

examples/todo-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@linaria/core": "6.3.0",
3636
"@linaria/react": "6.3.0",
3737
"@linaria/shaker": "5.0.3",
38-
"@types/react": "19.2.8",
38+
"@types/react": "19.2.9",
3939
"@types/react-dom": "19.2.3",
4040
"@types/uuid": "^11.0.0",
4141
"react-refresh": "0.18.0",
@@ -45,9 +45,9 @@
4545
},
4646
"dependencies": {
4747
"@babel/runtime-corejs3": "^7.26.7",
48-
"@data-client/endpoint": "0.15.4",
48+
"@data-client/endpoint": "0.15.5",
4949
"@data-client/react": "0.15.4",
50-
"@data-client/rest": "0.15.4",
50+
"@data-client/rest": "0.15.5",
5151
"core-js": "^3.40.0",
5252
"react": "19.2.3",
5353
"react-dom": "19.2.3",

0 commit comments

Comments
 (0)