Skip to content

Commit

Permalink
chore: update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
maximizeIT committed Jul 13, 2024
1 parent f38c633 commit 2b98bb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions samples/weather-forecast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/node": "16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/webpack": "5.28.5",
"@types/webpack-dev-server": "4.7.2",
Expand Down
1 change: 1 addition & 0 deletions samples/weather-forecast/src/components/Card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import CSS from "csstype";
export interface CardProperties {
color: string;
smallWidth: boolean;
children: any;

Check warning on line 20 in samples/weather-forecast/src/components/Card/index.tsx

View workflow job for this annotation

GitHub Actions / executing-tests

Unexpected any. Specify a different type
}

export const Card: FunctionComponent<CardProperties> = (props) => {
Expand Down
8 changes: 4 additions & 4 deletions samples/weather-forecast/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2048,14 +2048,14 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@<18.0.0", "@types/react-dom@^17.0.11":
"@types/react-dom@<18.0.0":
version "17.0.25"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
dependencies:
"@types/react" "^17"

"@types/react-dom@>=16.9.0":
"@types/react-dom@>=16.9.0", "@types/react-dom@^18.3.0":
version "18.3.0"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
Expand All @@ -2076,15 +2076,15 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@>=16.9.0":
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^18.3.3":
version "18.3.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/react@^17", "@types/react@^17.0.36":
"@types/react@^17":
version "17.0.80"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
Expand Down

0 comments on commit 2b98bb3

Please sign in to comment.