Skip to content

Commit

Permalink
feat: depend on mosaic 1.0.0 (#153)
Browse files Browse the repository at this point in the history
* feat: depend on mosaic 1.0.0

* chore: fix react type incompatibility problems

* chore: use MDV 5 stable

* fix: work around Select limitation by using a Menu

* test: update snapshots
  • Loading branch information
Marcell Toth authored Jun 23, 2021
1 parent 3ceb51e commit 89b4b5e
Show file tree
Hide file tree
Showing 6 changed files with 2,226 additions and 2,215 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
"size-limit": "size-limit"
},
"peerDependencies": {
"@stoplight/markdown-viewer": "^5.0.0-beta.5",
"@stoplight/mosaic": "^1.0.0-beta.59",
"@stoplight/markdown-viewer": "^5.0.0",
"@stoplight/mosaic": "^1.0.0",
"@stoplight/mosaic-code-viewer": "^1.0.0",
"react": ">=16.8",
"react-dom": ">=16.8"
},
Expand All @@ -56,9 +57,9 @@
"@sambego/storybook-state": "^1.3.6",
"@size-limit/preset-big-lib": "^4.11.0",
"@stoplight/eslint-config": "^1.2.0",
"@stoplight/markdown-viewer": "^5.0.0-beta.5",
"@stoplight/mosaic": "^1.0.0-beta.59",
"@stoplight/mosaic-code-viewer": "^1.0.0-beta.59",
"@stoplight/markdown-viewer": "^5.0.0",
"@stoplight/mosaic": "^1.0.0",
"@stoplight/mosaic-code-viewer": "^1.0.0",
"@stoplight/scripts": "9.0.2",
"@stoplight/storybook-config": "^2.0.6",
"@stoplight/types": "^11.9.0",
Expand All @@ -67,8 +68,8 @@
"@types/jest": "^26.0.18",
"@types/lodash": "^4.14.149",
"@types/node": "^12.7.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.13",
"@types/treeify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
Expand Down
Loading

0 comments on commit 89b4b5e

Please sign in to comment.