Skip to content

Commit

Permalink
fix @types/react resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Jul 22, 2021
1 parent 976972a commit 48b7317
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript-transform-paths": "3.0.2"
},
"resolutions": {
"@types/react": "17.0.13",
"@types/react": "17.0.14",
"prop-types": "15.7.2",
"react-dom": "17.0.2",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@auth0/auth0-spa-js": "1.16.1",
"@supabase/supabase-js": "1.18.0",
"@types/netlify-identity-widget": "1.9.1",
"@types/react": "17.0.13",
"@types/react": "17.0.14",
"firebase": "8.7.0",
"firebase-admin": "9.10.0",
"gotrue-js": "0.9.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.13"
"@types/react": "17.0.14"
},
"scripts": {
"build": "yarn build:js && yarn build:types",
Expand Down
8 changes: 4 additions & 4 deletions tasks/framework-tools/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2420,10 +2420,10 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==

"@redwoodjs/[email protected].2":
version "0.35.2"
resolved "https://registry.yarnpkg.com/@redwoodjs/eslint-config/-/eslint-config-0.35.2.tgz#3e6a6fb7aa3444a8ce723403f260c82efc4fcbec"
integrity sha512-Q3IxuGCFl1wnEV5zbeqBh3pSCrbPBd2rK3iQmqPtBD9ni4OnfaYwyYOo+eLIYufUmULSn/y8QNT5Flwylapt8g==
"@redwoodjs/[email protected].1":
version "0.35.1"
resolved "https://registry.yarnpkg.com/@redwoodjs/eslint-config/-/eslint-config-0.35.1.tgz#db6155303775b09734045f4c8dbc1a22bd9fa0ac"
integrity sha512-WIHQESsyAsNb9syugVCJU1kO5meXA8wSuDHEIoZFvbZ1ylegusdksAdeX3hwhgx6DlNbdJZRlkqLy8ilMd74Mw==
dependencies:
"@typescript-eslint/eslint-plugin" "4.28.2"
"@typescript-eslint/parser" "4.28.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4741,10 +4741,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].13", "@types/[email protected].14":
version "17.0.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.13.tgz#6b7c9a8f2868586ad87d941c02337c6888fb874f"
integrity sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==
"@types/react@*", "@types/[email protected]":
version "17.0.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.14.tgz#f0629761ca02945c4e8fea99b8177f4c5c61fb0f"
integrity sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 48b7317

Please sign in to comment.