@voplus/morpho-document 5.0.80 → 5.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "5.0.80",
3
+ "version": "5.0.81",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"
@@ -18,7 +18,7 @@
18
18
  "copy-less": "cpx src/**/*.less lib && cpx src/**/*.less es && cpx src/**/*.css es",
19
19
  "copy-less-mac": "cpx 'src/**/*.less' lib && cpx 'src/**/*.less' es && cpx 'src/**/*.css' es",
20
20
  "clean": "del-cli es && jest --clearCache",
21
- "storybook": "start-storybook -p 9001 -c .storybook -s ./public",
21
+ "storybook": "sb dev -p 9001 -c .storybook -s ./public",
22
22
  "lint": "npx eslint -c .eslintrc.js --ext .ts --ext .tsx src",
23
23
  "build": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less",
24
24
  "build:mac": "npm run clean && tsc -p tsconfig.prod.json && npm run copy-less-mac",
@@ -48,7 +48,7 @@
48
48
  "@types/reactour": "^1.18.1",
49
49
  "@voplus/morpho-build": "5.x",
50
50
  "@voplus/morpho-client-test": "5.x",
51
- "@voplus/morpho-storybook": "5.x",
51
+ "@voplus/morpho-storybook": "6.x",
52
52
  "@voplus/morpho-test": "2.x",
53
53
  "qrcode.react": "^3.1.0",
54
54
  "react": "18.x",