Skip to content

Commit

Permalink
[chore] Move @sanity/components to legacy directory in @sanity/base (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Nov 18, 2020
1 parent ba79bbf commit 7fde820
Show file tree
Hide file tree
Showing 503 changed files with 1,829 additions and 2,059 deletions.
3 changes: 3 additions & 0 deletions packages/@sanity/base/__legacy/@sanity/components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import * as sanityComponents from '../../src/__legacy/@sanity/components'

export = sanityComponents
1 change: 1 addition & 0 deletions packages/@sanity/base/__legacy/@sanity/components.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../../lib/__legacy/@sanity/components')
14 changes: 13 additions & 1 deletion packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"homepage": "https://www.sanity.io/",
"dependencies": {
"@popperjs/core": "^2.5.4",
"@reach/auto-id": "^0.10.5",
"@sanity/bifur-client": "^0.0.7",
"@sanity/client": "2.0.9",
"@sanity/color": "^1.0.0",
"@sanity/components": "2.0.9",
"@sanity/generate-help-url": "2.0.9",
"@sanity/icons": "^1.0.0-beta.0",
"@sanity/image-url": "^0.140.19",
Expand All @@ -48,29 +48,41 @@
"@sanity/ui": "1.0.0-beta.0",
"@sanity/util": "2.0.9",
"@sanity/validation": "2.0.9",
"boundless-arrow-key-navigation": "^1.1.0",
"chance": "^1.0.4",
"circular-at": "^1.0.3",
"classnames": "^2.2.5",
"dataloader": "^2.0.0",
"date-fns": "^2.16.1",
"dom-scroll-into-view": "^1.2.1",
"element-resize-detector": "^1.1.14",
"history": "^4.6.3",
"lodash": "^4.17.15",
"nano-pubsub": "^2.0.0",
"nanoid": "^3.1.9",
"observable-callback": "^1.0.1",
"oneline": "^1.0.3",
"popper-max-size-modifier": "^0.2.0",
"promise-props": "^1.0.0",
"raf": "^3.4.1",
"react-click-outside": "^3.0.0",
"react-fast-compare": "^2.0.2",
"react-icon-base": "^2.1.2",
"react-intl": "^2.2.2",
"react-popper": "^2.2.4",
"react-props-stream": "^1.0.0",
"react-refractor": "^2.1.2",
"react-sortable-hoc": "^1.11.0",
"react-split-pane": "^0.1.84",
"rxjs": "^6.5.3",
"semver-compare": "^1.0.0",
"styled-components": "^5.2.1",
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@types/refractor": "^3.0.0",
"@types/chance": "^1.1.0",
"@types/element-resize-detector": "1.1.2",
"@types/resize-observer-browser": "^0.1.4",
"@types/styled-components": "^5.1.4",
"jest": "^26.4.2",
Expand Down
Loading

1 comment on commit 7fde820

@vercel
Copy link

@vercel vercel bot commented on 7fde820 Nov 18, 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.