Skip to content

Commit

Permalink
build(deps-dev): bump @types/prop-types from 15.7.9 to 15.7.11 (#3632)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump @types/prop-types from 15.7.9 to 15.7.11

Bumps [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) from 15.7.9 to 15.7.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types)

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

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

* update form type

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: KatriannaSydlik-Badgerow <Katrianna.SydlikBadgerow@target.com>
  • Loading branch information
dependabot[bot] and KatieMSB authored Feb 1, 2024
1 parent 7900e0d commit e2b14d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/lodash": "4.14.202",
"@types/luxon": "3.3.4",
"@types/node": "20.10.5",
"@types/prop-types": "15.7.9",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.48",
"@types/react-big-calendar": "1.6.5",
"@types/react-dom": "18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/dialogs/FormDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ FormDialog.propTypes = {
}),
),

form: p.element,
form: p.node,
loading: p.bool,
alert: p.bool,
confirm: p.bool,
Expand Down
11 changes: 2 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6282,20 +6282,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.11":
"@types/prop-types@npm:*, @types/prop-types@npm:15.7.11, @types/prop-types@npm:^15.7.11":
version: 15.7.11
resolution: "@types/prop-types@npm:15.7.11"
checksum: 7519ff11d06fbf6b275029fe03fff9ec377b4cb6e864cac34d87d7146c7f5a7560fd164bdc1d2dbe00b60c43713631251af1fd3d34d46c69cd354602bc0c7c54
languageName: node
linkType: hard

"@types/prop-types@npm:15.7.9":
version: 15.7.9
resolution: "@types/prop-types@npm:15.7.9"
checksum: c7591d3ff7593e243908a07e1d3e2bb6e8879008af5800d8378115a90d0fdf669a1cae72a6d7f69e59c4fa7bb4c8ed61f6ebc1c520fe110c6f2b03ac02414072
languageName: node
linkType: hard

"@types/qs@npm:*, @types/qs@npm:^6.9.5":
version: 6.9.11
resolution: "@types/qs@npm:6.9.11"
Expand Down Expand Up @@ -17868,7 +17861,7 @@ __metadata:
"@types/lodash": 4.14.202
"@types/luxon": 3.3.4
"@types/node": 20.10.5
"@types/prop-types": 15.7.9
"@types/prop-types": 15.7.11
"@types/react": 18.2.48
"@types/react-big-calendar": 1.6.5
"@types/react-dom": 18.2.18
Expand Down

0 comments on commit e2b14d1

Please sign in to comment.