Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4580e62 commit 3b314d7
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 171 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/node": "7.25.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
40 changes: 20 additions & 20 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"react-refresh": "0.14.2",
Expand All @@ -45,13 +45,13 @@
"webpack-dev-server": "5.1.0"
},
"dependencies": {
"@anansi/router": "0.10.6",
"@anansi/router": "0.10.7",
"@ant-design/icons": "^5.0.0",
"@data-client/graphql": "^0.14.0",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.21.1",
"antd": "5.21.2",
"parse-link-header": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@testing-library/react-native": "12.7.2",
"@types/jest": "29.5.13",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -87,7 +87,7 @@
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.3",
"react-native": "0.75.4",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
Loading

0 comments on commit 3b314d7

Please sign in to comment.