Skip to content

Commit

Permalink
Bump @types/react from 17.0.41 to 17.0.43 in /website (#2546)
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.41 to 17.0.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2022
1 parent 2e098f4 commit 1f4ccda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.17",
"@tsconfig/docusaurus": "^1.0.5",
"@types/react": "^17.0.41",
"@types/react": "^17.0.43",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"typescript": "^4.6.2",
Expand Down

1 comment on commit 1f4ccda

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yew master branch benchmarks (Lower is better)

Benchmark suite Current: 1f4ccda Previous: 2e098f4 Ratio
yew-struct-keyed 01_run1k 164.23649999999998 169.16250000000002 0.97
yew-struct-keyed 02_replace1k 184.8165 191.442 0.97
yew-struct-keyed 03_update10th1k_x16 346.0625 382.8845 0.90
yew-struct-keyed 04_select1k 66.62049999999999 89.97 0.74
yew-struct-keyed 05_swap1k 85.8145 98.8055 0.87
yew-struct-keyed 06_remove-one-1k 27.615 28.4405 0.97
yew-struct-keyed 07_create10k 2000.979 2046.891 0.98
yew-struct-keyed 08_create1k-after1k_x2 383.7415 392.0705 0.98
yew-struct-keyed 09_clear1k_x8 185.132 202.2905 0.92
yew-struct-keyed 21_ready-memory 0.9634475708007812 0.9634475708007812 1
yew-struct-keyed 22_run-memory 1.45648193359375 1.45648193359375 1
yew-struct-keyed 23_update5-memory 1.5043449401855469 1.4602203369140625 1.03
yew-struct-keyed 24_run5-memory 1.5095291137695312 1.5103759765625 1.00
yew-struct-keyed 25_run-clear-memory 1.1272430419921875 1.1272430419921875 1
yew-struct-keyed 31_startup-ci 1730.82 1807.6949999999997 0.96
yew-struct-keyed 32_startup-bt 30.89999999999999 31.273999999999997 0.99
yew-struct-keyed 34_startup-totalbytes 330.5556640625 330.5556640625 1

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.