@bigbinary/neetoui 5.2.32 → 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 +102 -91
- package/formik.cjs.js.map +1 -1
- package/formik.js +103 -92
- package/formik.js.map +1 -1
- package/index.cjs.js +196 -178
- package/index.cjs.js.map +1 -1
- package/index.js +197 -179
- package/index.js.map +1 -1
- package/layouts.cjs.js +1 -1
- package/layouts.cjs.js.map +1 -1
- package/layouts.js +1 -1
- package/layouts.js.map +1 -1
- package/package.json +15 -14
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,7 +59,7 @@
|
|
|
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",
|
|
@@ -75,19 +75,18 @@
|
|
|
75
75
|
"@rollup/plugin-json": "^4.1.0",
|
|
76
76
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
77
77
|
"@rollup/plugin-replace": "^4.0.0",
|
|
78
|
-
"@storybook/addon-actions": "^
|
|
79
|
-
"@storybook/addon-console": "^
|
|
80
|
-
"@storybook/addon-essentials": "
|
|
81
|
-
"@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",
|
|
82
82
|
"@storybook/addon-postcss": "2.0.0",
|
|
83
|
-
"@storybook/builder-webpack5": "6.5.9",
|
|
84
|
-
"@storybook/manager-webpack5": "6.5.9",
|
|
85
83
|
"@storybook/preset-scss": "1.0.3",
|
|
86
|
-
"@storybook/react": "
|
|
84
|
+
"@storybook/react": "7.5.3",
|
|
85
|
+
"@storybook/react-webpack5": "^7.5.3",
|
|
87
86
|
"@svgr/rollup": "^6.2.1",
|
|
88
87
|
"@testing-library/jest-dom": "5.16.2",
|
|
89
88
|
"@testing-library/react": "^14.0.0",
|
|
90
|
-
"@testing-library/user-event": "
|
|
89
|
+
"@testing-library/user-event": "^14.5.1",
|
|
91
90
|
"@tippyjs/react": "4.2.5",
|
|
92
91
|
"antd": "5.9.2",
|
|
93
92
|
"autoprefixer": "9.0.0",
|
|
@@ -119,6 +118,7 @@
|
|
|
119
118
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
120
119
|
"eslint-plugin-security": "^1.7.1",
|
|
121
120
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
121
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
122
122
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
123
123
|
"eslint-plugin-xss": "^0.1.12",
|
|
124
124
|
"express": "^4.18.2",
|
|
@@ -156,8 +156,9 @@
|
|
|
156
156
|
"rollup-plugin-styles": "^4.0.0",
|
|
157
157
|
"sass": "1.26.11",
|
|
158
158
|
"sass-loader": "10.0.2",
|
|
159
|
+
"storybook": "^7.5.3",
|
|
159
160
|
"storybook-addon-designs": "^6.3.1",
|
|
160
|
-
"storybook-dark-mode": "^
|
|
161
|
+
"storybook-dark-mode": "^3.0.1",
|
|
161
162
|
"style-loader": "1.2.1",
|
|
162
163
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
163
164
|
"tinycolor2": "^1.4.2",
|