@linzjs/lui 17.12.2 → 17.12.3
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [17.12.3](https://github.com/linz/lui/compare/v17.12.2...v17.12.3) (2022-08-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Makes framer-motion a dependency rather than a dev dependency ([#743](https://github.com/linz/lui/issues/743)) ([8c46b52](https://github.com/linz/lui/commit/8c46b52289c8e87b8a875ef5b422d5857dfe7491))
|
|
7
|
+
|
|
1
8
|
## [17.12.2](https://github.com/linz/lui/compare/v17.12.1...v17.12.2) (2022-08-29)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "17.12.
|
|
2
|
+
"version": "17.12.3",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"eslint-config-react-app": "^7.0.0",
|
|
114
114
|
"eslint-plugin-prettier": "4.0.0",
|
|
115
115
|
"fetch-mock": "^9.11.0",
|
|
116
|
-
"framer-motion": "4.1.17",
|
|
117
116
|
"html-loader": "^1.1.0",
|
|
118
117
|
"husky": "^4.3.0",
|
|
119
118
|
"jest-axe": "^3.5.0",
|
|
@@ -154,6 +153,7 @@
|
|
|
154
153
|
"clsx": "^1.1.0",
|
|
155
154
|
"container-query-polyfill": "0.1.2",
|
|
156
155
|
"formik": "^2.1.4",
|
|
156
|
+
"framer-motion": "4.1.17",
|
|
157
157
|
"lottie-web": "^5.9.1",
|
|
158
158
|
"react-loading-skeleton": "^3.1.0",
|
|
159
159
|
"react-modal": "^3.11.2",
|