Skip to content

Commit

Permalink
build(deps): upgrade react types (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
denkristoffer authored Jan 28, 2022
1 parent 41c0720 commit fe2824d
Show file tree
Hide file tree
Showing 3 changed files with 3,149 additions and 3,143 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
}
},
"resolutions": {
"@types/react": "16.14.2",
"@types/react-dom": "16.9.10"
"@types/react": "16.14.22",
"@types/react-dom": "16.9.14"
},
"browserslist": "extends @contentful/browserslist-config",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/forma-36-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@contentful/f36-tooltip": "^4.0.1",
"@contentful/f36-typography": "^4.0.1",
"@contentful/f36-utils": "^4.0.0",
"@types/react": "16.14.2",
"@types/react-dom": "16.9.10"
"@types/react": "16.14.22",
"@types/react-dom": "16.9.14"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^4.5.5",
Expand Down
Loading

1 comment on commit fe2824d

@vercel
Copy link

@vercel vercel bot commented on fe2824d Jan 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.