@enact/cli 5.1.1 → 5.1.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/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +59071 -33175
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 5.1.2 (February 21, 2023)
|
|
2
|
+
|
|
3
|
+
### pack
|
|
4
|
+
|
|
5
|
+
* Updated `babel-preset-enact` to `0.1.1` to fix isomorphic build failures on Node 12.
|
|
6
|
+
|
|
7
|
+
### test
|
|
8
|
+
|
|
9
|
+
* Added `@testing-library/dom` 8.x to fix unit test failures temporarily.
|
|
10
|
+
|
|
1
11
|
## 5.1.1 (February 10, 2023)
|
|
2
12
|
|
|
3
13
|
* Fixed `eslint-plugin-react` version to `7.31.11` temporarily.
|
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ npm uninstall -g eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-bab
|
|
|
134
134
|
|
|
135
135
|
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
|
|
136
136
|
|
|
137
|
-
Copyright (c) 2016-
|
|
137
|
+
Copyright (c) 2016-2023 LG Electronics
|
|
138
138
|
|
|
139
139
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
|
140
140
|
|