Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#3197)
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 Aug 24, 2024
1 parent 46ade31 commit 23f315f
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 227 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.3",
"@types/react": "18.3.4",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
34 changes: 17 additions & 17 deletions examples/github-app/package-lock.json

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

4 changes: 2 additions & 2 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.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -53,7 +53,7 @@
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.20.1",
"antd": "5.20.2",
"parse-link-header": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/nextjs/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "^7.24.7",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@types/node": "22.3.0",
"@types/node": "22.5.0",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"clsx": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.5.3",
"@types/jest": "29.5.12",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-plugin-module-resolver": "5.0.2",
Expand Down Expand Up @@ -93,7 +93,7 @@
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.1",
"react-native": "0.75.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"@types/react": "18.3.4",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -48,7 +48,7 @@
"@monaco-editor/react": "^4.4.6",
"bignumber.js": "9.1.2",
"clsx": "2.1.1",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 23f315f

Please sign in to comment.