@bigbinary/neetoui 5.2.32 → 5.2.34
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 +2316 -3085
- package/index.cjs.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +2111 -2880
- 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 +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.34",
|
|
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",
|
|
@@ -128,6 +128,8 @@
|
|
|
128
128
|
"i18next": "21.7.0",
|
|
129
129
|
"identity-obj-proxy": "3.0.0",
|
|
130
130
|
"jest": "27.3.1",
|
|
131
|
+
"linkify-react": "^4.1.2",
|
|
132
|
+
"linkifyjs": "^4.1.2",
|
|
131
133
|
"lint-staged": "11.0.0",
|
|
132
134
|
"postcss": "^8.4.17",
|
|
133
135
|
"postcss-import": "^15.0.0",
|
|
@@ -145,7 +147,6 @@
|
|
|
145
147
|
"react-drag-listview": "^2.0.0",
|
|
146
148
|
"react-hotkeys-hook": "3.3.2",
|
|
147
149
|
"react-i18next": "11.16.8",
|
|
148
|
-
"react-linkify": "1.0.0-alpha",
|
|
149
150
|
"react-resizable": "^3.0.4",
|
|
150
151
|
"react-router-dom": "5.3.3",
|
|
151
152
|
"react-select": "5.6.0",
|
|
@@ -156,8 +157,9 @@
|
|
|
156
157
|
"rollup-plugin-styles": "^4.0.0",
|
|
157
158
|
"sass": "1.26.11",
|
|
158
159
|
"sass-loader": "10.0.2",
|
|
160
|
+
"storybook": "^7.5.3",
|
|
159
161
|
"storybook-addon-designs": "^6.3.1",
|
|
160
|
-
"storybook-dark-mode": "^
|
|
162
|
+
"storybook-dark-mode": "^3.0.1",
|
|
161
163
|
"style-loader": "1.2.1",
|
|
162
164
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
163
165
|
"tinycolor2": "^1.4.2",
|