Skip to content

Commit

Permalink
Update slate to have a single version (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Mar 11, 2021
1 parent 1cef0f2 commit a4e34e9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 205 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-yaks-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/fields-cloudinary-image-legacy': patch
---

Removed unused `slate` dependencies.
5 changes: 5 additions & 0 deletions .changeset/swift-lies-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/fields-document': patch
---

Updated `slate` dependencies.
4 changes: 2 additions & 2 deletions packages-next/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"micromark-extension-gfm-strikethrough": "0.6.5",
"react": "^17.0.1",
"scroll-into-view-if-needed": "^2.2.27",
"slate": "npm:slate@^0.60.4",
"slate": "^0.60.4",
"slate-history": "^0.60.4",
"slate-react": "npm:slate-react@^0.60.4"
"slate-react": "^0.60.4"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages-next/fields-document",
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions packages/fields-cloudinary-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
"image-extensions": "^1.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.14.1",
"react": "^17.0.1",
"slate": "^0.47.9",
"slate-drop-or-paste-images": "^0.9.1",
"slate-react": "^0.22.10"
"react": "^17.0.1"
},
"main": "dist/fields-cloudinary-image-legacy.cjs.js",
"module": "dist/fields-cloudinary-image-legacy.esm.js",
Expand Down
5 changes: 0 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"separateMinorPatch": true,
"prConcurrentLimit": 0,
"packageRules": [
{
"packageNames": ["slate", "slate-react"],
"paths": ["packages/**/package.json"],
"enabled": false
},
{
"packagePatterns": ["remark", "babel-plugin-remove-graphql-queries", "react-day-picker"],
"enabled": false
Expand Down
Loading

1 comment on commit a4e34e9

@vercel
Copy link

@vercel vercel bot commented on a4e34e9 Mar 11, 2021

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.