@bigbinary/neeto-molecules 3.2.1 → 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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
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>",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@rails/activestorage": "^7.0.5",
|
|
46
46
|
"countries-list": "^2.6.1",
|
|
47
|
-
"framer-motion": "^4.1.17",
|
|
48
47
|
"ip-num": "^1.5.0",
|
|
49
48
|
"libphonenumber-js": "1.11.2",
|
|
50
49
|
"mousetrap": "^1.6.5",
|
|
@@ -142,6 +141,7 @@
|
|
|
142
141
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
143
142
|
"eslint-plugin-xss": "^0.1.12",
|
|
144
143
|
"formik": "2.4.5",
|
|
144
|
+
"framer-motion": "11.2.14",
|
|
145
145
|
"husky": "^7.0.4",
|
|
146
146
|
"i18next": "^22.5.1",
|
|
147
147
|
"jest": "27.5.1",
|
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
"dayjs": "1.11.10",
|
|
221
221
|
"emoji-mart": "^5.5.2",
|
|
222
222
|
"formik": "2.4.5",
|
|
223
|
+
"framer-motion": "11.2.14",
|
|
223
224
|
"i18next": "^22.5.1",
|
|
224
225
|
"js-logger": "^1.6.1",
|
|
225
226
|
"libphonenumber-js": "1.11.2",
|