@bigbinary/neetoui 5.2.31 → 5.2.33
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.cjs.js +650 -1656
- package/formik.cjs.js.map +1 -1
- package/formik.js +636 -1642
- package/formik.js.map +1 -1
- package/index.cjs.js +27249 -29236
- package/index.cjs.js.map +1 -1
- package/index.js +23784 -25771
- package/index.js.map +1 -1
- package/layouts.cjs.js +577 -225
- package/layouts.cjs.js.map +1 -1
- package/layouts.js +575 -223
- package/layouts.js.map +1 -1
- package/package.json +25 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.33",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"description": "neetoUI drives the experience at all neeto products",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"bundle": "NODE_ENV=production rollup -c rollup.config.js",
|
|
12
|
-
"build": "NODE_ENV=production build
|
|
13
|
-
"storybook": "
|
|
14
|
-
"build-storybook": "build
|
|
12
|
+
"build": "NODE_ENV=production storybook build",
|
|
13
|
+
"storybook": "storybook dev -p 6006",
|
|
14
|
+
"build-storybook": "storybook build",
|
|
15
15
|
"serve": "node .storybook/express",
|
|
16
16
|
"prepare": "husky install",
|
|
17
17
|
"test": "jest"
|
|
@@ -59,13 +59,14 @@
|
|
|
59
59
|
"@babel/core": "^7.19.1",
|
|
60
60
|
"@babel/eslint-parser": "7.17.0",
|
|
61
61
|
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
62
|
-
"@babel/preset-env": "7.
|
|
62
|
+
"@babel/preset-env": "^7.23.3",
|
|
63
63
|
"@babel/preset-react": "7.16.7",
|
|
64
64
|
"@babel/preset-typescript": "^7.18.6",
|
|
65
65
|
"@babel/runtime": "^7.19.0",
|
|
66
66
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
67
|
-
"@bigbinary/eslint-plugin-neeto": "^1.
|
|
68
|
-
"@bigbinary/neeto-
|
|
67
|
+
"@bigbinary/eslint-plugin-neeto": "^1.1.30",
|
|
68
|
+
"@bigbinary/neeto-cist": "1.0.3",
|
|
69
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.32",
|
|
69
70
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
70
71
|
"@reach/auto-id": "0.15.0",
|
|
71
72
|
"@rollup/plugin-alias": "^4.0.3",
|
|
@@ -74,19 +75,18 @@
|
|
|
74
75
|
"@rollup/plugin-json": "^4.1.0",
|
|
75
76
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
76
77
|
"@rollup/plugin-replace": "^4.0.0",
|
|
77
|
-
"@storybook/addon-actions": "^
|
|
78
|
-
"@storybook/addon-console": "^
|
|
79
|
-
"@storybook/addon-essentials": "
|
|
80
|
-
"@storybook/addon-links": "
|
|
78
|
+
"@storybook/addon-actions": "^7.5.3",
|
|
79
|
+
"@storybook/addon-console": "^2.0.0",
|
|
80
|
+
"@storybook/addon-essentials": "7.5.3",
|
|
81
|
+
"@storybook/addon-links": "7.5.3",
|
|
81
82
|
"@storybook/addon-postcss": "2.0.0",
|
|
82
|
-
"@storybook/builder-webpack5": "6.5.9",
|
|
83
|
-
"@storybook/manager-webpack5": "6.5.9",
|
|
84
83
|
"@storybook/preset-scss": "1.0.3",
|
|
85
|
-
"@storybook/react": "
|
|
84
|
+
"@storybook/react": "7.5.3",
|
|
85
|
+
"@storybook/react-webpack5": "^7.5.3",
|
|
86
86
|
"@svgr/rollup": "^6.2.1",
|
|
87
87
|
"@testing-library/jest-dom": "5.16.2",
|
|
88
88
|
"@testing-library/react": "^14.0.0",
|
|
89
|
-
"@testing-library/user-event": "
|
|
89
|
+
"@testing-library/user-event": "^14.5.1",
|
|
90
90
|
"@tippyjs/react": "4.2.5",
|
|
91
91
|
"antd": "5.9.2",
|
|
92
92
|
"autoprefixer": "9.0.0",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"babel-plugin-istanbul": "^6.1.1",
|
|
97
97
|
"babel-plugin-js-logger": "1.0.17",
|
|
98
98
|
"babel-plugin-macros": "3.1.0",
|
|
99
|
+
"babel-plugin-preval": "^5.1.0",
|
|
99
100
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
100
101
|
"babel-preset-react": "6.24.1",
|
|
101
102
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
@@ -110,11 +111,16 @@
|
|
|
110
111
|
"eslint-plugin-import": "2.26.0",
|
|
111
112
|
"eslint-plugin-jam3": "0.2.3",
|
|
112
113
|
"eslint-plugin-json": "3.1.0",
|
|
114
|
+
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
113
115
|
"eslint-plugin-prettier": "4.0.0",
|
|
114
116
|
"eslint-plugin-promise": "6.0.0",
|
|
115
117
|
"eslint-plugin-react": "7.29.4",
|
|
116
118
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
119
|
+
"eslint-plugin-security": "^1.7.1",
|
|
120
|
+
"eslint-plugin-sonarjs": "^0.21.0",
|
|
121
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
117
122
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
123
|
+
"eslint-plugin-xss": "^0.1.12",
|
|
118
124
|
"express": "^4.18.2",
|
|
119
125
|
"formik": "2.2.0",
|
|
120
126
|
"framer-motion": "10.16.4",
|
|
@@ -150,8 +156,9 @@
|
|
|
150
156
|
"rollup-plugin-styles": "^4.0.0",
|
|
151
157
|
"sass": "1.26.11",
|
|
152
158
|
"sass-loader": "10.0.2",
|
|
159
|
+
"storybook": "^7.5.3",
|
|
153
160
|
"storybook-addon-designs": "^6.3.1",
|
|
154
|
-
"storybook-dark-mode": "^
|
|
161
|
+
"storybook-dark-mode": "^3.0.1",
|
|
155
162
|
"style-loader": "1.2.1",
|
|
156
163
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
157
164
|
"tinycolor2": "^1.4.2",
|
|
@@ -159,10 +166,12 @@
|
|
|
159
166
|
"yup": "0.32.11"
|
|
160
167
|
},
|
|
161
168
|
"peerDependencies": {
|
|
169
|
+
"@bigbinary/neeto-cist": "1.0.3",
|
|
162
170
|
"@bigbinary/neeto-icons": "latest",
|
|
163
171
|
"antd": "5.9.2",
|
|
164
172
|
"formik": "2.2.0",
|
|
165
173
|
"i18next": "21.7.0",
|
|
174
|
+
"ramda": "^0.29.0",
|
|
166
175
|
"react": "18.2.0",
|
|
167
176
|
"react-dom": "18.2.0",
|
|
168
177
|
"react-router-dom": "5.3.3",
|