Browse Source

Bump @types/react from 17.0.34 to 17.0.35 in /taker-frontend

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.34 to 17.0.35.
- [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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
new-http-api
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
e5d119b4a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      taker-frontend/package.json
  2. 8
      taker-frontend/yarn.lock

4
taker-frontend/package.json

@ -18,7 +18,7 @@
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.34",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "5.3.1",
"@vitejs/plugin-react": "^1.0.0",
@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/eslint": "^7",
"@types/react": "^17.0.34",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.4.4",

8
taker-frontend/yarn.lock

@ -2677,10 +2677,10 @@
"@types/history" "*"
"@types/react" "*"
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.34":
version "17.0.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102"
integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.35":
version "17.0.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c"
integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"

Loading…
Cancel
Save