Skip to content

Commit

Permalink
[chore] Tidy up package json deps and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 19, 2020
1 parent 3efbea9 commit bb9baf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/base": "1.148.3",
"attr-accept": "^1.1.0",
"boundless-arrow-key-navigation": "^1.1.0",
"chance": "^1.0.4",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/generate-help-url": "1.148.1",
"@sanity/base": "1.148.3",
"is-hotkey": "^0.1.4",
"lodash": "^4.17.15",
"react-click-outside": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/desk-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"dependencies": {
"@reach/auto-id": "^0.7.2",
"@sanity/base": "1.148.3",
"@sanity/data-aspects": "1.148.1",
"@sanity/form-builder": "1.148.4",
"@sanity/generate-help-url": "1.148.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/document-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/mutator": "0.147.8",
"@sanity/mutator": "1.148.1",
"lodash": "^4.17.15",
"nano-pubsub": "^1.0.2",
"rxjs": "^6.5.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/studio-hints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"url-parse": "^1.4.7"
},
"devDependencies": {
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/base": "1.148.3",
"@sanity/check": "1.148.1",
"prop-types": "^15.6.0",
"rimraf": "^2.7.1"
},
Expand Down

1 comment on commit bb9baf8

@vercel
Copy link

@vercel vercel bot commented on bb9baf8 Feb 19, 2020

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.