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 Dec 19, 2024
1 parent aa2475b commit 0760774
Show file tree
Hide file tree
Showing 15 changed files with 147 additions and 146 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.26.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/github-app/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/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": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
Expand Down
88 changes: 44 additions & 44 deletions examples/nextjs/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/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@data-client/rest": "^0.14.0",
"@number-flow/react": "^0.4.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"clsx": "^2.1.1",
"next": "15.1.0",
"next": "15.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tar-fs": "^3.0.6",
"tunnel-agent": "^0.6.0",
"typescript": "^5.4.5"
},
"overrides": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}
8 changes: 4 additions & 4 deletions examples/todo-app/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/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
"@linaria/shaker": "5.0.3",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@testing-library/react-native": "12.9.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-syntax-hermes-parser": "^0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@anansi/browserslist-config": "^1.4.2",
"@data-client/react": "workspace:*",
"@types/node": "^22.0.0",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"react": "19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"@react-navigation/native": "^7.0.0",
"@types/node": "^22.0.0",
"@types/qs": "^6",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"qs": "^6.13.1",
"react": "19.0.0",
"react-native": "^0.76.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@data-client/react": "workspace:*",
"@data-client/redux": "^0.13.0",
"@types/node": "^22.0.0",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"next": "^15.0.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"@data-client/react": "workspace:*",
"@types/jest": "^29.5.0",
"@types/node": "^22.0.0",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-test-renderer": "19.0.0",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"devDependencies": {
"@anansi/browserslist-config": "^1.4.2",
"@types/node": "^22.0.0",
"@types/react": "19.0.1"
"@types/react": "19.0.2"
}
}
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": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
Loading

0 comments on commit 0760774

Please sign in to comment.