@linzjs/lui 21.12.0 → 21.12.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/CHANGELOG.md +7 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [21.12.1](https://github.com/linz/lui/compare/v21.12.0...v21.12.1) (2023-11-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove duplicated config file ([#1058](https://github.com/linz/lui/issues/1058)) ([f34fdeb](https://github.com/linz/lui/commit/f34fdeb49be85a68e0be9b5914bc97879493727b))
|
|
7
|
+
|
|
1
8
|
# [21.12.0](https://github.com/linz/lui/compare/v21.11.0...v21.12.0) (2023-11-29)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "21.12.
|
|
2
|
+
"version": "21.12.1",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"@tippyjs/react": "^4.2.6",
|
|
153
153
|
"camelcase": "^6.0.0",
|
|
154
154
|
"clsx": "^1.1.0",
|
|
155
|
-
"container-query-polyfill": "0.1.2",
|
|
156
155
|
"framer-motion": "4.1.17",
|
|
157
156
|
"lottie-web": "^5.9.1",
|
|
158
157
|
"react-loading-skeleton": "^3.1.0",
|
|
@@ -202,7 +201,7 @@
|
|
|
202
201
|
"keywords": [],
|
|
203
202
|
"author": "",
|
|
204
203
|
"engines": {
|
|
205
|
-
"node": "16",
|
|
206
|
-
"npm": "8"
|
|
204
|
+
"node": ">=16",
|
|
205
|
+
"npm": ">=8"
|
|
207
206
|
}
|
|
208
207
|
}
|