@bigbinary/neeto-custom-domains-frontend 3.2.0 → 3.2.2

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/cjs/index.js CHANGED
@@ -36,8 +36,6 @@ require('@bigbinary/neetoui/formik/Form');
36
36
  require('@bigbinary/neetoui/formik/Radio');
37
37
  require('i18next');
38
38
  require('@bigbinary/neetoui/Tag');
39
- require('punycode');
40
- require('ramda');
41
39
  require('yup');
42
40
  require('@bigbinary/neetoui/Table');
43
41
  require('@bigbinary/neetoui/Toastr');
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -34,8 +34,6 @@ import '@bigbinary/neetoui/formik/Form';
34
34
  import '@bigbinary/neetoui/formik/Radio';
35
35
  import 'i18next';
36
36
  import '@bigbinary/neetoui/Tag';
37
- import 'punycode';
38
- import 'ramda';
39
37
  import 'yup';
40
38
  import '@bigbinary/neetoui/Table';
41
39
  import '@bigbinary/neetoui/Toastr';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-custom-domains-frontend",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "A repo acts as the source of truth for the new nanos structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-custom-domains-nano",
@@ -32,7 +32,7 @@
32
32
  "scripts": {
33
33
  "build": "NODE_ENV=production rollup --bundleConfigAsCjs -c --environment production",
34
34
  "build-preview": "NODE_ENV=production webpack",
35
- "prepare": "husky install",
35
+ "prepare": "npx husky install",
36
36
  "release": "yarn build && yalc push --sig"
37
37
  },
38
38
  "lint-staged": {
@@ -58,14 +58,13 @@
58
58
  "@babel/preset-typescript": "7.26.0",
59
59
  "@babel/runtime": "7.26.10",
60
60
  "@bigbinary/babel-preset-neeto": "^1.0.3",
61
- "@bigbinary/eslint-plugin-neeto": "1.8.1",
62
- "@bigbinary/neeto-audit-frontend": "2.4.1",
61
+ "@bigbinary/eslint-plugin-neeto": "1.8.3",
63
62
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.103",
65
- "@bigbinary/neeto-filters-frontend": "4.3.31",
66
- "@bigbinary/neeto-icons": "1.20.80",
67
- "@bigbinary/neeto-molecules": "4.1.10",
68
- "@bigbinary/neetoui": "8.3.75",
63
+ "@bigbinary/neeto-commons-frontend": "4.13.108",
64
+ "@bigbinary/neeto-filters-frontend": "4.3.32",
65
+ "@bigbinary/neeto-icons": "1.20.86",
66
+ "@bigbinary/neeto-molecules": "4.1.30",
67
+ "@bigbinary/neetoui": "8.3.78",
69
68
  "@emotion/is-prop-valid": "1.2.0",
70
69
  "@faker-js/faker": "8.2.0",
71
70
  "@honeybadger-io/js": "6.10.1",
@@ -135,9 +134,8 @@
135
134
  "prettier": "3",
136
135
  "prettier-plugin-tailwindcss": "0.6.14",
137
136
  "process": "0.11.10",
138
- "psl": "^1.9.0",
139
137
  "punycode": "^2.3.1",
140
- "qs": "6.14.2",
138
+ "qs": "6.15.0",
141
139
  "ramda": "0.29.0",
142
140
  "react": "18.3.1",
143
141
  "react-dom": "18.3.1",
@@ -145,7 +143,6 @@
145
143
  "react-i18next": "12.3.1",
146
144
  "react-router-dom": "5.3.3",
147
145
  "react-toastify": "8.0.2",
148
- "react_ujs": "^3.1.1",
149
146
  "rollup": "4.25.0",
150
147
  "rollup-plugin-analyzer": "4.0.0",
151
148
  "rollup-plugin-cleaner": "1.0.0",
@@ -173,11 +170,11 @@
173
170
  "peerDependencies": {
174
171
  "@babel/runtime": "7.26.10",
175
172
  "@bigbinary/neeto-cist": "1.0.17",
176
- "@bigbinary/neeto-commons-frontend": "4.13.103",
177
- "@bigbinary/neeto-filters-frontend": "4.3.31",
178
- "@bigbinary/neeto-icons": "1.20.80",
179
- "@bigbinary/neeto-molecules": "4.1.10",
180
- "@bigbinary/neetoui": "8.3.75",
173
+ "@bigbinary/neeto-commons-frontend": "4.13.108",
174
+ "@bigbinary/neeto-filters-frontend": "4.3.32",
175
+ "@bigbinary/neeto-icons": "1.20.86",
176
+ "@bigbinary/neeto-molecules": "4.1.30",
177
+ "@bigbinary/neetoui": "8.3.78",
181
178
  "@honeybadger-io/js": "6.10.1",
182
179
  "@honeybadger-io/react": "6.1.25",
183
180
  "@tanstack/react-query": "5.59.20",
@@ -195,7 +192,7 @@
195
192
  "mixpanel-browser": "^2.45.0",
196
193
  "os-browserify": "0.3.0",
197
194
  "path-browserify": "^1.0.1",
198
- "qs": "6.14.2",
195
+ "qs": "6.15.0",
199
196
  "ramda": "0.29.0",
200
197
  "react": "18.3.1",
201
198
  "react-dom": "18.3.1",
@@ -229,6 +226,7 @@
229
226
  "dependencies": {
230
227
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
231
228
  "babel-plugin-transform-imports": "^2.0.0",
232
- "react-router-nav-prompt": "0.4.1"
229
+ "react-router-nav-prompt": "0.4.1",
230
+ "tldts": "^7.0.25"
233
231
  }
234
232
  }