@economic/taco 1.4.0 → 1.4.1
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 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.1",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"@react-aria/interactions": "^3.3.2",
|
59
59
|
"classnames": "^2.3.1",
|
60
60
|
"date-fns": "^2.14.0",
|
61
|
-
"framer-motion": "^
|
61
|
+
"framer-motion": "^6.5.1",
|
62
62
|
"lodash-es": "4.17.21",
|
63
63
|
"react-day-picker": "^7.4.8",
|
64
64
|
"react-intersection-observer": "^8.31.1",
|
@@ -126,5 +126,5 @@
|
|
126
126
|
"not ie < 11"
|
127
127
|
]
|
128
128
|
},
|
129
|
-
"gitHead": "
|
129
|
+
"gitHead": "024277958e5f21a34b5d52539ecb761e6df68dca"
|
130
130
|
}
|