@bigbinary/neetoui 3.3.8 → 3.3.11
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/CHANGELOG.md +13 -0
- package/README.md +2 -4
- package/formik.js +1 -1
- package/formik.js.LICENSE.txt +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.js.LICENSE.txt +6 -15
- package/layouts.js +1 -1
- package/layouts.js.LICENSE.txt +1 -1
- package/package.json +70 -70
package/layouts.js.LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,88 +21,88 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@bigbinary/neeto-icons": "
|
|
25
|
-
"@reach/auto-id": "
|
|
26
|
-
"@tippyjs/react": "
|
|
24
|
+
"@bigbinary/neeto-icons": "1.8.29",
|
|
25
|
+
"@reach/auto-id": "0.15.0",
|
|
26
|
+
"@tippyjs/react": "4.2.5",
|
|
27
27
|
"antd": "4.18.7",
|
|
28
|
-
"dayjs": "
|
|
29
|
-
"framer-motion": "
|
|
30
|
-
"prop-types": "
|
|
31
|
-
"raw-loader": "
|
|
32
|
-
"react-color": "
|
|
33
|
-
"react-hotkeys-hook": "
|
|
34
|
-
"react-linkify": "
|
|
35
|
-
"react-outside-click-handler": "
|
|
36
|
-
"react-router-nav-prompt": "
|
|
28
|
+
"dayjs": "1.11.1",
|
|
29
|
+
"framer-motion": "4.1.17",
|
|
30
|
+
"prop-types": "15.8.1",
|
|
31
|
+
"raw-loader": "4.0.2",
|
|
32
|
+
"react-color": "2.19.3",
|
|
33
|
+
"react-hotkeys-hook": "3.3.2",
|
|
34
|
+
"react-linkify": "1.0.0-alpha",
|
|
35
|
+
"react-outside-click-handler": "1.3.0",
|
|
36
|
+
"react-router-nav-prompt": "0.4.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "
|
|
40
|
-
"@babel/plugin-transform-runtime": "
|
|
41
|
-
"@babel/preset-env": "
|
|
42
|
-
"@babel/preset-react": "
|
|
39
|
+
"@babel/core": "7.11.6",
|
|
40
|
+
"@babel/plugin-transform-runtime": "7.17.0",
|
|
41
|
+
"@babel/preset-env": "7.14.7",
|
|
42
|
+
"@babel/preset-react": "7.14.5",
|
|
43
43
|
"@bigbinary/peer-deps-externals-webpack-plugin": "1.0.5",
|
|
44
|
-
"@storybook/addon-actions": "
|
|
45
|
-
"@storybook/addon-essentials": "
|
|
46
|
-
"@storybook/addon-links": "
|
|
47
|
-
"@storybook/addon-postcss": "
|
|
48
|
-
"@storybook/builder-webpack5": "
|
|
49
|
-
"@storybook/manager-webpack5": "
|
|
50
|
-
"@storybook/preset-scss": "
|
|
51
|
-
"@storybook/react": "
|
|
52
|
-
"@testing-library/jest-dom": "
|
|
53
|
-
"@testing-library/react": "
|
|
54
|
-
"@testing-library/user-event": "
|
|
55
|
-
"autoprefixer": "
|
|
56
|
-
"babel-eslint": "
|
|
57
|
-
"babel-jest": "
|
|
58
|
-
"babel-loader": "
|
|
59
|
-
"chromatic": "
|
|
60
|
-
"classnames": "
|
|
61
|
-
"css-loader": "
|
|
62
|
-
"cssnano": "
|
|
63
|
-
"eslint": "
|
|
64
|
-
"eslint-config-prettier": "
|
|
65
|
-
"eslint-plugin-json": "
|
|
66
|
-
"eslint-plugin-react": "
|
|
67
|
-
"file-loader": "
|
|
68
|
-
"formik": "
|
|
69
|
-
"html-loader": "
|
|
70
|
-
"html-webpack-plugin": "
|
|
71
|
-
"husky": "
|
|
72
|
-
"identity-obj-proxy": "
|
|
73
|
-
"jest": "
|
|
74
|
-
"lint-staged": "
|
|
75
|
-
"mini-css-extract-plugin": "
|
|
76
|
-
"postcss": "
|
|
77
|
-
"postcss-import": "
|
|
78
|
-
"postcss-loader": "
|
|
79
|
-
"postcss-preset-env": "
|
|
80
|
-
"prettier": "
|
|
81
|
-
"ramda": "
|
|
44
|
+
"@storybook/addon-actions": "6.4.19",
|
|
45
|
+
"@storybook/addon-essentials": "6.4.19",
|
|
46
|
+
"@storybook/addon-links": "6.4.19",
|
|
47
|
+
"@storybook/addon-postcss": "2.0.0",
|
|
48
|
+
"@storybook/builder-webpack5": "6.4.19",
|
|
49
|
+
"@storybook/manager-webpack5": "6.4.19",
|
|
50
|
+
"@storybook/preset-scss": "1.0.3",
|
|
51
|
+
"@storybook/react": "6.4.19",
|
|
52
|
+
"@testing-library/jest-dom": "5.16.2",
|
|
53
|
+
"@testing-library/react": "12.1.3",
|
|
54
|
+
"@testing-library/user-event": "13.5.0",
|
|
55
|
+
"autoprefixer": "9.0.0",
|
|
56
|
+
"babel-eslint": "10.1.0",
|
|
57
|
+
"babel-jest": "27.3.1",
|
|
58
|
+
"babel-loader": "8.1.0",
|
|
59
|
+
"chromatic": "6.5.1",
|
|
60
|
+
"classnames": "2.2.6",
|
|
61
|
+
"css-loader": "4.3.0",
|
|
62
|
+
"cssnano": "4.1.11",
|
|
63
|
+
"eslint": "7.32.0",
|
|
64
|
+
"eslint-config-prettier": "8.3.0",
|
|
65
|
+
"eslint-plugin-json": "3.1.0",
|
|
66
|
+
"eslint-plugin-react": "7.24.0",
|
|
67
|
+
"file-loader": "6.1.1",
|
|
68
|
+
"formik": "2.2.0",
|
|
69
|
+
"html-loader": "1.3.1",
|
|
70
|
+
"html-webpack-plugin": "4.5.0",
|
|
71
|
+
"husky": "7.0.1",
|
|
72
|
+
"identity-obj-proxy": "3.0.0",
|
|
73
|
+
"jest": "27.3.1",
|
|
74
|
+
"lint-staged": "11.0.0",
|
|
75
|
+
"mini-css-extract-plugin": "2.4.5",
|
|
76
|
+
"postcss": "7",
|
|
77
|
+
"postcss-import": "12.0.1",
|
|
78
|
+
"postcss-loader": "4.0.3",
|
|
79
|
+
"postcss-preset-env": "6.7.0",
|
|
80
|
+
"prettier": "2.2.1",
|
|
81
|
+
"ramda": "0.27.1",
|
|
82
82
|
"react": "17.0.2",
|
|
83
83
|
"react-dom": "17.0.2",
|
|
84
84
|
"react-router-dom": "5.3.0",
|
|
85
|
-
"react-select": "
|
|
86
|
-
"react-spring": "
|
|
87
|
-
"react-test-renderer": "
|
|
88
|
-
"react-toastify": "
|
|
89
|
-
"sass": "
|
|
90
|
-
"sass-loader": "
|
|
91
|
-
"style-loader": "
|
|
85
|
+
"react-select": "5.2.1",
|
|
86
|
+
"react-spring": "8.0.27",
|
|
87
|
+
"react-test-renderer": "17.0.2",
|
|
88
|
+
"react-toastify": "8.0.2",
|
|
89
|
+
"sass": "1.26.11",
|
|
90
|
+
"sass-loader": "10.0.2",
|
|
91
|
+
"style-loader": "1.2.1",
|
|
92
92
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
93
|
-
"webpack": "
|
|
94
|
-
"webpack-bundle-analyzer": "
|
|
95
|
-
"webpack-cli": "
|
|
93
|
+
"webpack": "5.64.3",
|
|
94
|
+
"webpack-bundle-analyzer": "4.4.1",
|
|
95
|
+
"webpack-cli": "4.9.1",
|
|
96
96
|
"webpack-dev-server": "4.7.4",
|
|
97
|
-
"yup": "
|
|
97
|
+
"yup": "0.32.11"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"formik": "
|
|
100
|
+
"formik": "2.2.0",
|
|
101
101
|
"react": "17.0.2",
|
|
102
102
|
"react-dom": "17.0.2",
|
|
103
103
|
"react-router-dom": "5.3.0",
|
|
104
|
-
"react-router-nav-prompt": "
|
|
105
|
-
"react-toastify": "
|
|
104
|
+
"react-router-nav-prompt": "0.4.1",
|
|
105
|
+
"react-toastify": "8.0.2"
|
|
106
106
|
},
|
|
107
107
|
"resolutions": {
|
|
108
108
|
"@storybook/addon-essentials/**/glob-parent": "5.1.2",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"bugs": {
|
|
129
129
|
"url": "https://github.com/bigbinary/neeto-ui/issues"
|
|
130
130
|
},
|
|
131
|
-
"homepage": "https://neetoui.
|
|
131
|
+
"homepage": "https://neetoui.onrender.com"
|
|
132
132
|
}
|