@bigbinary/neetoui 5.0.4 → 5.0.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "5.0.4",
3
+ "version": "5.0.6",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "storybook": "start-storybook -p 6006",
14
14
  "build-storybook": "build-storybook",
15
15
  "chromatic": "npx chromatic",
16
- "serve": "http-server storybook-static",
16
+ "serve": "node .storybook/express",
17
17
  "prepare": "husky install",
18
18
  "test": "jest"
19
19
  },
@@ -117,12 +117,12 @@
117
117
  "eslint-plugin-react": "7.29.4",
118
118
  "eslint-plugin-react-hooks": "4.5.0",
119
119
  "eslint-plugin-unused-imports": "2.0.0",
120
+ "express": "^4.18.2",
120
121
  "file-loader": "6.1.1",
121
122
  "formik": "2.2.0",
122
123
  "framer-motion": "4.1.17",
123
124
  "html-loader": "1.3.1",
124
125
  "html-webpack-plugin": "^4.5.0",
125
- "http-server": "^14.1.1",
126
126
  "husky": "7.0.1",
127
127
  "i18next": "21.7.0",
128
128
  "identity-obj-proxy": "3.0.0",