Skip to content

Commit e62f5ca

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

File tree

10 files changed

+213
-212
lines changed

10 files changed

+213
-212
lines changed

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.23.9",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
33-
"@types/react": "18.2.65",
33+
"@types/react": "18.2.67",
3434
"webpack": "^5.76.2",
3535
"webpack-cli": "^5.1.4"
3636
}

examples/github-app/package-lock.json

Lines changed: 24 additions & 24 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@linaria/shaker": "5.0.3",
3636
"@types/lodash": "4.14.192",
3737
"@types/parse-link-header": "^2.0.0",
38-
"@types/react": "18.2.65",
39-
"@types/react-dom": "18.2.21",
38+
"@types/react": "18.2.67",
39+
"@types/react-dom": "18.2.22",
4040
"@types/uuid": "^9.0.0",
4141
"@typescript-eslint/eslint-plugin": "7.3.1",
4242
"@typescript-eslint/parser": "7.3.1",
@@ -54,7 +54,7 @@
5454
"@data-client/react": "^0.10.0",
5555
"@data-client/rest": "^0.10.0",
5656
"@js-temporal/polyfill": "^0.4.4",
57-
"antd": "5.15.2",
57+
"antd": "5.15.3",
5858
"parse-link-header": "^2.0.0",
5959
"react": "18.2.0",
6060
"react-dom": "18.2.0",

examples/nextjs/package-lock.json

Lines changed: 59 additions & 59 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@data-client/ssr": "^0.10.0",
1616
"@data-client/test": "^0.10.0",
1717
"@js-temporal/polyfill": "^0.4.4",
18-
"@types/node": "20.11.26",
19-
"@types/react": "18.2.65",
20-
"@types/react-dom": "18.2.21",
18+
"@types/node": "20.11.30",
19+
"@types/react": "18.2.67",
20+
"@types/react-dom": "18.2.22",
2121
"classnames": "^2.3.2",
22-
"next": "14.1.3",
22+
"next": "14.1.4",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
2525
"redux": "^5.0.0",

0 commit comments

Comments
 (0)