chore: bump @types/react from 17.0.3 to 17.0.11 in /striker-ui

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.3 to 17.0.11.
- [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>
main
dependabot[bot] 4 years ago committed by Tsu-ba-me
parent 0e160e582f
commit 7b4acd07ad
  1. 702
      striker-ui/package-lock.json
  2. 20
      striker-ui/package.json

File diff suppressed because it is too large Load Diff

@ -12,13 +12,13 @@
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.11.3",
"@material-ui/styles": "^4.11.3",
"next": "^10.2.3",
"pretty-bytes": "^5.6.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"swr": "^0.5.6",
"swr": "^0.4.2",
"typeface-roboto": "^1.1.13",
"typeface-roboto-condensed": "^1.1.13"
},
@ -26,21 +26,21 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/node": "^14.14.26",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.26.1",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
}
}

Loading…
Cancel
Save