@bigbinary/neetoui 3.5.7 → 3.6.0-beta.1
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/formik.js +5 -5
- package/index.js +5 -5
- package/layouts.js +5 -5
- package/molecules.js +4 -4
- package/package.json +30 -33
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"main": "
|
|
5
|
-
"module": "./index.js",
|
|
3
|
+
"version": "3.6.0-beta.1",
|
|
4
|
+
"main": "index.js",
|
|
6
5
|
"author": "BigBinary",
|
|
7
6
|
"license": "MIT",
|
|
8
7
|
"description": "neetoUI is the library that drives the experience in all neeto products built at BigBinary",
|
|
@@ -21,94 +20,92 @@
|
|
|
21
20
|
"eslint --fix"
|
|
22
21
|
]
|
|
23
22
|
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@babel/runtime": "7.17.9",
|
|
26
|
-
"@bigbinary/neeto-icons": "1.8.29",
|
|
27
|
-
"@reach/auto-id": "0.15.0",
|
|
28
|
-
"@tippyjs/react": "4.2.5",
|
|
29
|
-
"antd": "4.18.7",
|
|
30
|
-
"babel-plugin-import": "^1.13.5",
|
|
31
|
-
"dayjs": "1.11.1",
|
|
32
|
-
"framer-motion": "4.1.17",
|
|
33
|
-
"prop-types": "15.8.1",
|
|
34
|
-
"raw-loader": "4.0.2",
|
|
35
|
-
"react-color": "2.19.3",
|
|
36
|
-
"react-hotkeys-hook": "3.3.2",
|
|
37
|
-
"react-linkify": "1.0.0-alpha",
|
|
38
|
-
"react-outside-click-handler": "1.3.0",
|
|
39
|
-
"react-router-nav-prompt": "0.4.1"
|
|
40
|
-
},
|
|
23
|
+
"dependencies": {},
|
|
41
24
|
"devDependencies": {
|
|
42
25
|
"@babel/core": "7.11.6",
|
|
43
26
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
44
27
|
"@babel/preset-env": "7.14.7",
|
|
45
28
|
"@babel/preset-react": "7.14.5",
|
|
29
|
+
"@babel/runtime": "7.17.9",
|
|
30
|
+
"@bigbinary/neeto-icons": "1.8.29",
|
|
31
|
+
"@reach/auto-id": "0.15.0",
|
|
46
32
|
"@rollup/plugin-babel": "^5.3.1",
|
|
47
33
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
48
34
|
"@rollup/plugin-json": "^4.1.0",
|
|
49
35
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
50
36
|
"@rollup/plugin-replace": "^4.0.0",
|
|
51
|
-
"@storybook/addon-actions": "6.
|
|
52
|
-
"@storybook/addon-essentials": "6.
|
|
53
|
-
"@storybook/addon-links": "6.
|
|
37
|
+
"@storybook/addon-actions": "6.5.9",
|
|
38
|
+
"@storybook/addon-essentials": "6.5.9",
|
|
39
|
+
"@storybook/addon-links": "6.5.9",
|
|
54
40
|
"@storybook/addon-postcss": "2.0.0",
|
|
55
|
-
"@storybook/builder-webpack5": "6.
|
|
56
|
-
"@storybook/manager-webpack5": "6.
|
|
41
|
+
"@storybook/builder-webpack5": "6.5.9",
|
|
42
|
+
"@storybook/manager-webpack5": "6.5.9",
|
|
57
43
|
"@storybook/preset-scss": "1.0.3",
|
|
58
|
-
"@storybook/react": "6.
|
|
44
|
+
"@storybook/react": "6.5.9",
|
|
59
45
|
"@svgr/rollup": "^6.2.1",
|
|
60
46
|
"@testing-library/jest-dom": "5.16.2",
|
|
61
47
|
"@testing-library/react": "12.1.3",
|
|
62
48
|
"@testing-library/user-event": "13.5.0",
|
|
49
|
+
"@tippyjs/react": "4.2.5",
|
|
50
|
+
"antd": "4.18.7",
|
|
63
51
|
"autoprefixer": "9.0.0",
|
|
64
52
|
"babel-eslint": "10.1.0",
|
|
65
53
|
"babel-jest": "27.3.1",
|
|
66
54
|
"babel-loader": "8.1.0",
|
|
55
|
+
"babel-plugin-import": "^1.13.5",
|
|
67
56
|
"chromatic": "6.5.1",
|
|
68
57
|
"classnames": "2.2.6",
|
|
69
58
|
"css-loader": "4.3.0",
|
|
70
59
|
"cssnano": "4.1.11",
|
|
71
|
-
"
|
|
60
|
+
"dayjs": "1.11.1",
|
|
72
61
|
"eslint-config-prettier": "8.3.0",
|
|
73
62
|
"eslint-plugin-json": "3.1.0",
|
|
74
63
|
"eslint-plugin-react": "7.24.0",
|
|
64
|
+
"eslint": "7.32.0",
|
|
75
65
|
"file-loader": "6.1.1",
|
|
76
66
|
"formik": "2.2.0",
|
|
67
|
+
"framer-motion": "4.1.17",
|
|
77
68
|
"html-loader": "1.3.1",
|
|
78
69
|
"html-webpack-plugin": "^4.5.0",
|
|
79
70
|
"husky": "7.0.1",
|
|
80
71
|
"identity-obj-proxy": "3.0.0",
|
|
81
72
|
"jest": "27.3.1",
|
|
82
73
|
"lint-staged": "11.0.0",
|
|
83
|
-
"postcss": "7",
|
|
84
74
|
"postcss-import": "12.0.1",
|
|
85
75
|
"postcss-loader": "4.0.3",
|
|
86
76
|
"postcss-preset-env": "6.7.0",
|
|
77
|
+
"postcss": "7",
|
|
87
78
|
"prettier": "2.2.1",
|
|
79
|
+
"prop-types": "15.8.1",
|
|
88
80
|
"ramda": "0.27.1",
|
|
89
|
-
"
|
|
81
|
+
"raw-loader": "4.0.2",
|
|
82
|
+
"react-color": "2.19.3",
|
|
90
83
|
"react-dom": "17.0.2",
|
|
84
|
+
"react-hotkeys-hook": "3.3.2",
|
|
85
|
+
"react-linkify": "1.0.0-alpha",
|
|
86
|
+
"react-outside-click-handler": "1.3.0",
|
|
91
87
|
"react-router-dom": "5.3.0",
|
|
88
|
+
"react-router-nav-prompt": "0.4.1",
|
|
92
89
|
"react-select": "5.2.1",
|
|
93
90
|
"react-spring": "8.0.27",
|
|
94
91
|
"react-test-renderer": "17.0.2",
|
|
95
92
|
"react-toastify": "9.0.1",
|
|
96
|
-
"
|
|
93
|
+
"react": "17.0.2",
|
|
97
94
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
98
95
|
"rollup-plugin-styles": "^4.0.0",
|
|
99
96
|
"rollup-plugin-terser": "^7.0.2",
|
|
100
|
-
"
|
|
97
|
+
"rollup": "^2.73.0",
|
|
101
98
|
"sass-loader": "10.0.2",
|
|
99
|
+
"sass": "1.26.11",
|
|
102
100
|
"style-loader": "1.2.1",
|
|
103
101
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
104
|
-
"webpack": "5.64.3",
|
|
105
102
|
"webpack-bundle-analyzer": "4.4.1",
|
|
106
103
|
"webpack-cli": "4.9.1",
|
|
107
104
|
"webpack-dev-server": "4.7.4",
|
|
105
|
+
"webpack": "5.64.3",
|
|
108
106
|
"yup": "0.32.11"
|
|
109
107
|
},
|
|
110
108
|
"peerDependencies": {
|
|
111
|
-
"@babel/runtime": "7.17.9",
|
|
112
109
|
"antd": "4.18.7",
|
|
113
110
|
"formik": "2.2.0",
|
|
114
111
|
"react": "17.0.2",
|