@bigbinary/neeto-custom-domains-frontend 3.1.19 → 3.1.20
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-custom-domains-frontend",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.20",
|
|
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",
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
"prettier": "3",
|
|
136
136
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
137
137
|
"process": "0.11.10",
|
|
138
|
+
"psl": "^1.9.0",
|
|
138
139
|
"punycode": "^2.3.1",
|
|
139
140
|
"qs": "6.14.1",
|
|
140
141
|
"ramda": "0.29.0",
|
|
@@ -229,7 +230,6 @@
|
|
|
229
230
|
"dependencies": {
|
|
230
231
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
231
232
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
232
|
-
"psl": "^1.9.0",
|
|
233
233
|
"react-router-nav-prompt": "0.4.1"
|
|
234
234
|
}
|
|
235
235
|
}
|