@bigbinary/neeto-molecules 1.0.113 → 1.0.114
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/NavigationHeader.cjs.js +14 -7
- package/dist/NavigationHeader.cjs.js.map +1 -1
- package/dist/NavigationHeader.js +14 -7
- package/dist/NavigationHeader.js.map +1 -1
- package/dist/Rename.cjs.js +14 -7
- package/dist/Rename.cjs.js.map +1 -1
- package/dist/Rename.js +14 -7
- package/dist/Rename.js.map +1 -1
- package/dist/Sidebar.cjs.js +4 -643
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +6 -645
- package/dist/Sidebar.js.map +1 -1
- package/package.json +1 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.114",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
92
92
|
"countries-list": "^2.6.1",
|
|
93
93
|
"css-loader": "4.3.0",
|
|
94
|
-
"cypress": "11.2.0",
|
|
95
94
|
"dayjs": "1.11.1",
|
|
96
95
|
"eslint": "8.14.0",
|
|
97
96
|
"eslint-config-prettier": "8.5.0",
|
|
@@ -128,14 +127,12 @@
|
|
|
128
127
|
"prettier-plugin-tailwindcss": "0.1.10",
|
|
129
128
|
"prismjs": "^1.29.0",
|
|
130
129
|
"qrcode.react": "^3.1.0",
|
|
131
|
-
"qs": "^6.11.0",
|
|
132
130
|
"ramda": "^0.29.0",
|
|
133
131
|
"raw-loader": "^4.0.2",
|
|
134
132
|
"react": "^18.2.0",
|
|
135
133
|
"react-dom": "^18.2.0",
|
|
136
134
|
"react-dropzone": "^11.2.4",
|
|
137
135
|
"react-helmet": "^6.1.0",
|
|
138
|
-
"react-hotkeys-hook": "3.3.2",
|
|
139
136
|
"react-i18next": "^12.3.1",
|
|
140
137
|
"react-query": "^3.39.2",
|
|
141
138
|
"react-router-dom": "^5.3.3",
|
|
@@ -167,7 +164,6 @@
|
|
|
167
164
|
"@svgr/webpack": "^6.5.1",
|
|
168
165
|
"antd": "5.9.2",
|
|
169
166
|
"axios": "^0.27.2",
|
|
170
|
-
"cypress": "11.2.0",
|
|
171
167
|
"dayjs": "1.11.1",
|
|
172
168
|
"dotenv-webpack": "^8.0.1",
|
|
173
169
|
"formik": "2.4.5",
|
|
@@ -182,7 +178,6 @@
|
|
|
182
178
|
"react-router-dom": "^5.3.3",
|
|
183
179
|
"react-syntax-highlighter": "^15.5.0",
|
|
184
180
|
"react-toastify": "^9.0.8",
|
|
185
|
-
"shakapacker": "^6.5.5",
|
|
186
181
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
187
182
|
"webpack": "^5.75.0",
|
|
188
183
|
"yup": "^0.32.11"
|