@bigbinary/neeto-custom-domains-frontend 3.1.17 → 3.1.19

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,7 +36,7 @@ require('@bigbinary/neetoui/formik/Form');
36
36
  require('@bigbinary/neetoui/formik/Radio');
37
37
  require('i18next');
38
38
  require('@bigbinary/neetoui/Tag');
39
- require('psl');
39
+ require('punycode');
40
40
  require('ramda');
41
41
  require('yup');
42
42
  require('@bigbinary/neetoui/Table');
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ import '@bigbinary/neetoui/formik/Form';
34
34
  import '@bigbinary/neetoui/formik/Radio';
35
35
  import 'i18next';
36
36
  import '@bigbinary/neetoui/Tag';
37
- import 'psl';
37
+ import 'punycode';
38
38
  import 'ramda';
39
39
  import 'yup';
40
40
  import '@bigbinary/neetoui/Table';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-custom-domains-frontend",
3
- "version": "3.1.17",
3
+ "version": "3.1.19",
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",
@@ -61,11 +61,11 @@
61
61
  "@bigbinary/eslint-plugin-neeto": "1.8.0",
62
62
  "@bigbinary/neeto-audit-frontend": "2.3.1",
63
63
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.91",
65
- "@bigbinary/neeto-filters-frontend": "4.3.28",
66
- "@bigbinary/neeto-icons": "1.20.71",
67
- "@bigbinary/neeto-molecules": "4.0.127",
68
- "@bigbinary/neetoui": "8.3.53",
64
+ "@bigbinary/neeto-commons-frontend": "4.13.95",
65
+ "@bigbinary/neeto-filters-frontend": "4.3.30",
66
+ "@bigbinary/neeto-icons": "1.20.80",
67
+ "@bigbinary/neeto-molecules": "4.0.147",
68
+ "@bigbinary/neetoui": "8.3.66",
69
69
  "@emotion/is-prop-valid": "1.2.0",
70
70
  "@faker-js/faker": "8.2.0",
71
71
  "@honeybadger-io/js": "6.10.1",
@@ -81,7 +81,7 @@
81
81
  "@tailwindcss/container-queries": "^0.1.1",
82
82
  "@tanstack/react-query": "5.59.20",
83
83
  "@tanstack/react-query-devtools": "5.59.20",
84
- "antd": "5.22.0",
84
+ "antd": "5.22.1",
85
85
  "autoprefixer": "^10.4.5",
86
86
  "axios": "1.12.0",
87
87
  "babel-loader": "^8.2.5",
@@ -135,9 +135,8 @@
135
135
  "prettier": "3",
136
136
  "prettier-plugin-tailwindcss": "0.6.14",
137
137
  "process": "0.11.10",
138
- "psl": "^1.9.0",
139
138
  "punycode": "^2.3.1",
140
- "qs": "^6.11.2",
139
+ "qs": "6.14.1",
141
140
  "ramda": "0.29.0",
142
141
  "react": "18.3.1",
143
142
  "react-dom": "18.3.1",
@@ -174,16 +173,16 @@
174
173
  "peerDependencies": {
175
174
  "@babel/runtime": "7.26.10",
176
175
  "@bigbinary/neeto-cist": "1.0.17",
177
- "@bigbinary/neeto-commons-frontend": "4.13.91",
178
- "@bigbinary/neeto-filters-frontend": "4.3.28",
179
- "@bigbinary/neeto-icons": "1.20.71",
180
- "@bigbinary/neeto-molecules": "4.0.127",
181
- "@bigbinary/neetoui": "8.3.53",
176
+ "@bigbinary/neeto-commons-frontend": "4.13.95",
177
+ "@bigbinary/neeto-filters-frontend": "4.3.30",
178
+ "@bigbinary/neeto-icons": "1.20.80",
179
+ "@bigbinary/neeto-molecules": "4.0.147",
180
+ "@bigbinary/neetoui": "8.3.66",
182
181
  "@honeybadger-io/js": "6.10.1",
183
182
  "@honeybadger-io/react": "6.1.25",
184
183
  "@tanstack/react-query": "5.59.20",
185
184
  "@tanstack/react-query-devtools": "5.59.20",
186
- "antd": "5.22.0",
185
+ "antd": "5.22.1",
187
186
  "axios": "1.12.0",
188
187
  "buffer": "^6.0.3",
189
188
  "classnames": "2.5.1",
@@ -196,8 +195,7 @@
196
195
  "mixpanel-browser": "^2.45.0",
197
196
  "os-browserify": "0.3.0",
198
197
  "path-browserify": "^1.0.1",
199
- "psl": "^1.9.0",
200
- "qs": "^6.11.2",
198
+ "qs": "6.14.1",
201
199
  "ramda": "0.29.0",
202
200
  "react": "18.3.1",
203
201
  "react-dom": "18.3.1",
@@ -231,6 +229,7 @@
231
229
  "dependencies": {
232
230
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
233
231
  "babel-plugin-transform-imports": "^2.0.0",
232
+ "psl": "^1.9.0",
234
233
  "react-router-nav-prompt": "0.4.1"
235
234
  }
236
235
  }