Skip to content

Commit

Permalink
pkg: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 156e3fe commit ea7b87d
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 237 deletions.
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.22.1",
"antd": "5.22.2",
"parse-link-header": "^2.0.0",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
Expand Down
42 changes: 26 additions & 16 deletions examples/nextjs/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/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@babel/core": "^7.24.7",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@number-flow/react": "^0.3.0",
"@types/node": "22.9.0",
"@number-flow/react": "^0.4.0",
"@types/node": "22.9.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"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,7 +64,7 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.8.1",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/node": "22.9.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"babel-plugin-module-resolver": "5.0.2",
Expand All @@ -89,7 +89,7 @@
"prettier": "3.3.3",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-native": "0.76.2",
"react-native": "0.76.3",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.1.0",
"react-test-renderer": "^19.0.0-rc.1",
Expand All @@ -105,7 +105,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"whatwg-fetch": "3.0.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@docusaurus/theme-mermaid": "^3.0.1",
"@js-temporal/polyfill": "^0.4.4",
"@monaco-editor/react": "^4.4.6",
"@number-flow/react": "^0.3.0",
"@number-flow/react": "^0.4.0",
"bignumber.js": "9.1.2",
"clsx": "2.1.1",
"monaco-editor": "^0.52.0",
Expand Down
Loading

0 comments on commit ea7b87d

Please sign in to comment.