Skip to content

Commit

Permalink
chore(deps): upgrade react types
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 23, 2022
1 parent e01014a commit ec97f05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sanity/resolver": "2.28.0",
"@sanity/types": "2.28.0",
"@types/qs": "^6.9.7",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.14",
"@types/refractor": "^3.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@sanity/client": "^3.2.0",
"@types/jest": "^27.0.1",
"@types/node": "^14.18.9",
"@types/react": "^17.0.0",
"@types/react": "^17.0.42",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/lodash": "^4.14.149",
"@types/node": "^14.18.9",
"@types/node-ipc": "^9.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^17.0.42",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@sanity/client": "^3.2.0",
"@sanity/color": "^2.1.5",
"@types/react": "^17.0.0",
"@types/react": "^17.0.42",
"rxjs": "^6.5.3"
},
"devDependencies": {
Expand Down

3 comments on commit ec97f05

@vercel
Copy link

@vercel vercel bot commented on ec97f05 Mar 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

studio-workshop – ./dev/workshop

studio-workshop-git-next.sanity.build
studio-workshop.sanity.build

@vercel
Copy link

@vercel vercel bot commented on ec97f05 Mar 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

test-studio – ./

test-studio-git-next.sanity.build
test-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on ec97f05 Mar 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio.sanity.build
perf-studio-git-next.sanity.build

Please sign in to comment.