@bigbinary/neeto-themes-frontend 2.1.5 → 2.1.6
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/dist/NeetoThemesBuilder.js +11 -11
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +13 -12
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/hooks.js +2 -2
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/utils.js +1 -1
- package/dist/hooks.js +2 -2
- package/dist/{index-da3e7846.js → index-26ff400e.js} +4 -4
- package/dist/{index-da3e7846.js.map → index-26ff400e.js.map} +1 -1
- package/dist/{index-33a71cf7.js → index-a1b56b54.js} +4 -4
- package/dist/{index-33a71cf7.js.map → index-a1b56b54.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/{useThemeUtils-500caefe.js → useThemeUtils-d305cede.js} +2 -2
- package/dist/{useThemeUtils-500caefe.js.map → useThemeUtils-d305cede.js.map} +1 -1
- package/dist/{useThemeUtils-8ebfd58f.js → useThemeUtils-ecaaa94b.js} +2 -2
- package/dist/{useThemeUtils-8ebfd58f.js.map → useThemeUtils-ecaaa94b.js.map} +1 -1
- package/dist/utils.js +1 -1
- package/package.json +93 -90
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-themes-frontend",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-themes-nano",
|
|
@@ -52,27 +52,27 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "7.
|
|
56
|
-
"@babel/eslint-parser": "7.
|
|
57
|
-
"@babel/plugin-transform-runtime": "7.
|
|
58
|
-
"@babel/preset-env": "7.
|
|
59
|
-
"@babel/preset-react": "7.
|
|
60
|
-
"@babel/preset-typescript": "7.
|
|
61
|
-
"@babel/runtime": "7.
|
|
62
|
-
"@bigbinary/babel-preset-neeto": "1.0.
|
|
63
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
64
|
-
"@bigbinary/neeto-audit-frontend": "2.0.14",
|
|
55
|
+
"@babel/core": "^7.19.1",
|
|
56
|
+
"@babel/eslint-parser": "7.17.0",
|
|
57
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
58
|
+
"@babel/preset-env": "7.17.10",
|
|
59
|
+
"@babel/preset-react": "7.16.7",
|
|
60
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
61
|
+
"@babel/runtime": "7.19.0",
|
|
62
|
+
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
63
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.4",
|
|
65
64
|
"@bigbinary/neeto-cist": "1.0.12",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
65
|
+
"@bigbinary/neeto-commons-frontend": "4.6.3",
|
|
67
66
|
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-image-uploader-frontend": "
|
|
70
|
-
"@bigbinary/neeto-molecules": "3.
|
|
71
|
-
"@bigbinary/neetoui": "8.2.
|
|
67
|
+
"@bigbinary/neeto-icons": "1.20.7",
|
|
68
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.3",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.7.7",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.18",
|
|
72
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
73
72
|
"@faker-js/faker": "8.2.0",
|
|
74
|
-
"@honeybadger-io/js": "6.
|
|
75
|
-
"@honeybadger-io/react": "6.1.
|
|
73
|
+
"@honeybadger-io/js": "^6.4.1",
|
|
74
|
+
"@honeybadger-io/react": "^6.1.3",
|
|
75
|
+
"@monaco-editor/react": "4.6.0",
|
|
76
76
|
"@rollup/plugin-alias": "5.0.1",
|
|
77
77
|
"@rollup/plugin-babel": "6.0.4",
|
|
78
78
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
@@ -82,65 +82,65 @@
|
|
|
82
82
|
"@svgr/rollup": "8.1.0",
|
|
83
83
|
"@tanstack/react-query": "5.40.0",
|
|
84
84
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
85
|
-
"antd": "5.
|
|
86
|
-
"autoprefixer": "10.4.
|
|
85
|
+
"antd": "5.16.0",
|
|
86
|
+
"autoprefixer": "^10.4.5",
|
|
87
87
|
"axios": "1.7.4",
|
|
88
|
-
"babel-loader": "
|
|
89
|
-
"babel-plugin-istanbul": "6.1.1",
|
|
88
|
+
"babel-loader": "^8.2.5",
|
|
89
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
90
90
|
"babel-plugin-js-logger": "1.0.17",
|
|
91
91
|
"babel-plugin-macros": "3.1.0",
|
|
92
92
|
"babel-plugin-preval": "^5.1.0",
|
|
93
93
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
94
94
|
"babel-preset-react": "6.24.1",
|
|
95
|
-
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
95
|
+
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
96
96
|
"browserify-zlib": "0.2.0",
|
|
97
|
-
"buffer": "6.0.3",
|
|
98
|
-
"classnames": "2.3.
|
|
99
|
-
"crypto-browserify": "3.12.0",
|
|
97
|
+
"buffer": "^6.0.3",
|
|
98
|
+
"classnames": "2.3.1",
|
|
99
|
+
"crypto-browserify": "^3.12.0",
|
|
100
100
|
"css-loader": "6.8.1",
|
|
101
|
-
"dompurify": "
|
|
101
|
+
"dompurify": "^2.4.0",
|
|
102
102
|
"dotenv-webpack": "^8.0.1",
|
|
103
|
-
"eslint": "8.
|
|
103
|
+
"eslint": "8.14.0",
|
|
104
104
|
"eslint-config-prettier": "8.5.0",
|
|
105
|
-
"eslint-plugin-cypress": "2.
|
|
106
|
-
"eslint-plugin-import": "2.
|
|
105
|
+
"eslint-plugin-cypress": "2.12.1",
|
|
106
|
+
"eslint-plugin-import": "2.26.0",
|
|
107
107
|
"eslint-plugin-jam3": "0.2.3",
|
|
108
108
|
"eslint-plugin-json": "3.1.0",
|
|
109
109
|
"eslint-plugin-prettier": "4.0.0",
|
|
110
|
-
"eslint-plugin-promise": "6.
|
|
111
|
-
"eslint-plugin-react": "7.
|
|
112
|
-
"eslint-plugin-react-hooks": "4.
|
|
110
|
+
"eslint-plugin-promise": "6.0.0",
|
|
111
|
+
"eslint-plugin-react": "7.29.4",
|
|
112
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
113
113
|
"eslint-plugin-security": "^1.7.1",
|
|
114
114
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
115
|
-
"eslint-plugin-unused-imports": "
|
|
115
|
+
"eslint-plugin-unused-imports": "2.0.0",
|
|
116
116
|
"eslint-plugin-xss": "^0.1.12",
|
|
117
|
-
"formik": "2.
|
|
117
|
+
"formik": "2.2.9",
|
|
118
118
|
"html-webpack-plugin": "5.5.3",
|
|
119
119
|
"https-browserify": "1.0.0",
|
|
120
|
-
"husky": "
|
|
121
|
-
"i18next": "
|
|
120
|
+
"husky": "7.0.4",
|
|
121
|
+
"i18next": "22.5.1",
|
|
122
122
|
"i18next-browser-languagedetector": "7.0.1",
|
|
123
123
|
"js-logger": "1.6.1",
|
|
124
|
-
"lint-staged": "
|
|
124
|
+
"lint-staged": "12.4.1",
|
|
125
125
|
"mini-css-extract-plugin": "2.7.6",
|
|
126
126
|
"mixpanel-browser": "2.47.0",
|
|
127
127
|
"os-browserify": "0.3.0",
|
|
128
|
-
"path-browserify": "1.0.1",
|
|
129
|
-
"postcss": "8.4.31",
|
|
130
|
-
"postcss-import": "15.
|
|
131
|
-
"postcss-loader": "7.
|
|
132
|
-
"postcss-preset-env": "
|
|
128
|
+
"path-browserify": "^1.0.1",
|
|
129
|
+
"postcss": "^8.4.31",
|
|
130
|
+
"postcss-import": "^15.0.0",
|
|
131
|
+
"postcss-loader": "^7.0.1",
|
|
132
|
+
"postcss-preset-env": "7.8.2",
|
|
133
133
|
"prettier": "2.6.2",
|
|
134
134
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
135
135
|
"process": "0.11.10",
|
|
136
|
-
"qs": "6.11.2",
|
|
137
|
-
"ramda": "0.29.
|
|
136
|
+
"qs": "^6.11.2",
|
|
137
|
+
"ramda": "0.29.0",
|
|
138
138
|
"react": "18.2.0",
|
|
139
139
|
"react-dom": "18.2.0",
|
|
140
|
-
"react-helmet": "6.1.0",
|
|
141
|
-
"react-i18next": "
|
|
142
|
-
"react-router-dom": "5.3.
|
|
143
|
-
"react-toastify": "8.2
|
|
140
|
+
"react-helmet": "^6.1.0",
|
|
141
|
+
"react-i18next": "12.3.1",
|
|
142
|
+
"react-router-dom": "5.3.3",
|
|
143
|
+
"react-toastify": "8.0.2",
|
|
144
144
|
"react_ujs": "^3.1.1",
|
|
145
145
|
"rollup": "2.79.1",
|
|
146
146
|
"rollup-plugin-analyzer": "4.0.0",
|
|
@@ -148,70 +148,75 @@
|
|
|
148
148
|
"rollup-plugin-copy": "^3.5.0",
|
|
149
149
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
150
150
|
"rollup-plugin-styles": "4.0.0",
|
|
151
|
-
"sass": "1.
|
|
152
|
-
"sass-loader": "13.
|
|
151
|
+
"sass": "^1.54.9",
|
|
152
|
+
"sass-loader": "^13.0.2",
|
|
153
153
|
"shakapacker": "6.6.0",
|
|
154
|
-
"
|
|
154
|
+
"source-map-loader": "4.0.1",
|
|
155
|
+
"stream-browserify": "^3.0.0",
|
|
155
156
|
"stream-http": "3.2.0",
|
|
156
|
-
"style-loader": "3.3.
|
|
157
|
-
"tailwindcss": "3.4.1",
|
|
157
|
+
"style-loader": "^3.3.1",
|
|
158
|
+
"tailwindcss": "^3.4.1",
|
|
158
159
|
"tty-browserify": "0.0.1",
|
|
159
|
-
"url": "0.11.
|
|
160
|
-
"util": "0.12.5",
|
|
160
|
+
"url": "^0.11.0",
|
|
161
|
+
"util": "^0.12.5",
|
|
161
162
|
"vm-browserify": "1.1.2",
|
|
162
163
|
"webpack": "5.88.1",
|
|
163
164
|
"webpack-assets-manifest": "5.1.0",
|
|
164
165
|
"webpack-cli": "5.1.4",
|
|
165
166
|
"webpack-dev-server": "4.15.1",
|
|
166
|
-
"yup": "
|
|
167
|
+
"yup": "0.32.11",
|
|
168
|
+
"zustand": "4.3.2"
|
|
167
169
|
},
|
|
168
170
|
"peerDependencies": {
|
|
169
171
|
"@babel/runtime": "7.19.0",
|
|
170
|
-
"@bigbinary/neeto-cist": "
|
|
171
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
172
|
-
"@bigbinary/neeto-editor": "^1.26.3",
|
|
172
|
+
"@bigbinary/neeto-cist": "1.0.12",
|
|
173
|
+
"@bigbinary/neeto-commons-frontend": "4.6.3",
|
|
173
174
|
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
174
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
175
|
-
"@bigbinary/neeto-image-uploader-frontend": "
|
|
176
|
-
"@bigbinary/neeto-molecules": "3.
|
|
177
|
-
"@bigbinary/neetoui": "8.2.
|
|
178
|
-
"@honeybadger-io/js": "^6.
|
|
179
|
-
"@honeybadger-io/react": "^6.1.
|
|
175
|
+
"@bigbinary/neeto-icons": "1.20.7",
|
|
176
|
+
"@bigbinary/neeto-image-uploader-frontend": "2.3.3",
|
|
177
|
+
"@bigbinary/neeto-molecules": "3.7.7",
|
|
178
|
+
"@bigbinary/neetoui": "8.2.18",
|
|
179
|
+
"@honeybadger-io/js": "^6.4.1",
|
|
180
|
+
"@honeybadger-io/react": "^6.1.3",
|
|
180
181
|
"@monaco-editor/react": "4.6.0",
|
|
181
182
|
"@tanstack/react-query": "5.40.0",
|
|
182
183
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
183
|
-
"antd": "5.
|
|
184
|
+
"antd": "5.16.0",
|
|
184
185
|
"axios": "1.7.4",
|
|
185
|
-
"buffer": "6.0.3",
|
|
186
|
-
"classnames": "
|
|
187
|
-
"crypto-browserify": "3.12.0",
|
|
188
|
-
"dompurify": "2.4.0",
|
|
189
|
-
"formik": "
|
|
186
|
+
"buffer": "^6.0.3",
|
|
187
|
+
"classnames": "2.3.1",
|
|
188
|
+
"crypto-browserify": "^3.12.0",
|
|
189
|
+
"dompurify": "^2.4.0",
|
|
190
|
+
"formik": "2.2.9",
|
|
190
191
|
"https-browserify": "1.0.0",
|
|
191
|
-
"i18next": "
|
|
192
|
-
"js-logger": "
|
|
192
|
+
"i18next": "22.5.1",
|
|
193
|
+
"js-logger": "1.6.1",
|
|
193
194
|
"mixpanel-browser": "^2.45.0",
|
|
194
195
|
"os-browserify": "0.3.0",
|
|
195
|
-
"path-browserify": "1.0.1",
|
|
196
|
-
"qs": "6.11.2",
|
|
197
|
-
"ramda": "
|
|
198
|
-
"react": "
|
|
199
|
-
"react-dom": "
|
|
196
|
+
"path-browserify": "^1.0.1",
|
|
197
|
+
"qs": "^6.11.2",
|
|
198
|
+
"ramda": "0.29.0",
|
|
199
|
+
"react": "18.2.0",
|
|
200
|
+
"react-dom": "18.2.0",
|
|
200
201
|
"react-helmet": "^6.1.0",
|
|
201
|
-
"react-i18next": "
|
|
202
|
-
"react-router-dom": "
|
|
203
|
-
"react-toastify": "
|
|
204
|
-
"
|
|
202
|
+
"react-i18next": "12.3.1",
|
|
203
|
+
"react-router-dom": "5.3.3",
|
|
204
|
+
"react-toastify": "8.0.2",
|
|
205
|
+
"source-map-loader": "4.0.1",
|
|
206
|
+
"stream-browserify": "^3.0.0",
|
|
205
207
|
"stream-http": "3.2.0",
|
|
208
|
+
"tailwindcss": "^3.4.1",
|
|
206
209
|
"tty-browserify": "0.0.1",
|
|
207
|
-
"url": "0.11.
|
|
208
|
-
"util": "0.12.5",
|
|
210
|
+
"url": "^0.11.0",
|
|
211
|
+
"util": "^0.12.5",
|
|
209
212
|
"vm-browserify": "1.1.2",
|
|
210
|
-
"yup": "
|
|
213
|
+
"yup": "0.32.11",
|
|
211
214
|
"zustand": "4.3.2"
|
|
212
215
|
},
|
|
213
216
|
"resolutions": {
|
|
214
|
-
"postcss": "^8"
|
|
217
|
+
"postcss": "^8",
|
|
218
|
+
"wrap-ansi": "7.0.0",
|
|
219
|
+
"string-width": "4.1.0"
|
|
215
220
|
},
|
|
216
221
|
"engines": {
|
|
217
222
|
"node": ">=18.12",
|
|
@@ -220,8 +225,6 @@
|
|
|
220
225
|
},
|
|
221
226
|
"dependencies": {
|
|
222
227
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
223
|
-
"react-router-nav-prompt": "0.4.1"
|
|
224
|
-
"source-map-loader": "^4.0.1",
|
|
225
|
-
"zustand": "4.3.2"
|
|
228
|
+
"react-router-nav-prompt": "0.4.1"
|
|
226
229
|
}
|
|
227
230
|
}
|