Skip to content

Commit 88d6d5d

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

File tree

9 files changed

+175
-98
lines changed

9 files changed

+175
-98
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.78",
33+
"@types/react": "18.2.79",
3434
"webpack": "^5.76.2",
3535
"webpack-cli": "^5.1.4"
3636
}

examples/github-app/package-lock.json

Lines changed: 28 additions & 28 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
@@ -35,7 +35,7 @@
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.78",
38+
"@types/react": "18.2.79",
3939
"@types/react-dom": "18.2.25",
4040
"@types/uuid": "^9.0.0",
4141
"@typescript-eslint/eslint-plugin": "7.5.0",
@@ -54,7 +54,7 @@
5454
"@data-client/react": "^0.11.0",
5555
"@data-client/rest": "^0.11.0",
5656
"@js-temporal/polyfill": "^0.4.4",
57-
"antd": "5.16.1",
57+
"antd": "5.16.2",
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: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@data-client/test": "^0.11.0",
1717
"@js-temporal/polyfill": "^0.4.4",
1818
"@types/node": "20.12.7",
19-
"@types/react": "18.2.78",
19+
"@types/react": "18.2.79",
2020
"@types/react-dom": "18.2.25",
2121
"classnames": "^2.3.2",
2222
"next": "14.2.1",

examples/todo-app/package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"@testing-library/react-native": "12.4.5",
6565
"@types/jest": "29.5.12",
6666
"@types/node": "20.12.7",
67-
"@types/react": "18.2.78",
67+
"@types/react": "18.2.79",
6868
"@types/react-native": "^0.73.0",
6969
"@typescript-eslint/eslint-plugin": "7.5.0",
7070
"@typescript-eslint/parser": "7.5.0",
71-
"babel-plugin-module-resolver": "5.0.0",
71+
"babel-plugin-module-resolver": "5.0.1",
7272
"benchmark": "^2.1.4",
7373
"conventional-changelog-anansi": "^0.2.0",
7474
"copyfiles": "^2.4.1",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@docusaurus/module-type-aliases": "^3.0.1",
2323
"@tsconfig/docusaurus": "^2.0.0",
24-
"@types/react": "18.2.78",
24+
"@types/react": "18.2.79",
2525
"@types/react-dom": "^18.2.7",
2626
"@types/react-helmet": "^6.1.5",
2727
"@types/react-router-dom": "^5.3.3",

0 commit comments

Comments
 (0)