@bigbinary/neetoui 5.2.19 → 5.2.21
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/README.md +1 -0
- package/formik.cjs.js +6841 -5911
- package/formik.cjs.js.map +1 -1
- package/formik.js +6842 -5912
- package/formik.js.map +1 -1
- package/index.cjs.js +9646 -6082
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +15 -3
- package/index.js +9579 -6016
- package/index.js.map +1 -1
- package/layouts.cjs.js +0 -1
- package/layouts.cjs.js.map +1 -1
- package/layouts.js +0 -1
- package/layouts.js.map +1 -1
- package/package.json +3 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.21",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"build": "NODE_ENV=production build-storybook",
|
|
13
13
|
"storybook": "start-storybook -p 6006",
|
|
14
14
|
"build-storybook": "build-storybook",
|
|
15
|
-
"chromatic": "npx chromatic",
|
|
16
15
|
"serve": "node .storybook/express",
|
|
17
16
|
"prepare": "husky install",
|
|
18
17
|
"test": "jest"
|
|
@@ -101,7 +100,6 @@
|
|
|
101
100
|
"babel-preset-react": "6.24.1",
|
|
102
101
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
103
102
|
"boring-avatars": "^1.7.0",
|
|
104
|
-
"chromatic": "6.5.1",
|
|
105
103
|
"classnames": "2.2.6",
|
|
106
104
|
"css-loader": "4.3.0",
|
|
107
105
|
"cssnano": "4.1.11",
|
|
@@ -118,11 +116,8 @@
|
|
|
118
116
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
119
117
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
120
118
|
"express": "^4.18.2",
|
|
121
|
-
"file-loader": "6.1.1",
|
|
122
119
|
"formik": "2.2.0",
|
|
123
|
-
"framer-motion": "
|
|
124
|
-
"html-loader": "1.3.1",
|
|
125
|
-
"html-webpack-plugin": "^4.5.0",
|
|
120
|
+
"framer-motion": "10.16.4",
|
|
126
121
|
"husky": "7.0.1",
|
|
127
122
|
"i18next": "21.7.0",
|
|
128
123
|
"identity-obj-proxy": "3.0.0",
|
|
@@ -145,12 +140,10 @@
|
|
|
145
140
|
"react-hotkeys-hook": "3.3.2",
|
|
146
141
|
"react-i18next": "11.16.8",
|
|
147
142
|
"react-linkify": "1.0.0-alpha",
|
|
148
|
-
"react-outside-click-handler": "1.3.0",
|
|
149
143
|
"react-resizable": "^3.0.4",
|
|
150
144
|
"react-router-dom": "5.3.3",
|
|
151
145
|
"react-select": "5.6.0",
|
|
152
|
-
"react-
|
|
153
|
-
"react-test-renderer": "17.0.2",
|
|
146
|
+
"react-time-picker": "^6.5.2",
|
|
154
147
|
"react-toastify": "9.0.1",
|
|
155
148
|
"rollup": "^2.73.0",
|
|
156
149
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|