@automattic/jetpack-components 0.41.0 → 0.41.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 +5 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.41.1] - 2023-08-09
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#32166]
|
|
8
|
+
|
|
5
9
|
## [0.41.0] - 2023-07-24
|
|
6
10
|
### Added
|
|
7
11
|
- Jetpack Footer: added generic links [#31627]
|
|
@@ -779,6 +783,7 @@
|
|
|
779
783
|
### Changed
|
|
780
784
|
- Update node version requirement to 14.16.1
|
|
781
785
|
|
|
786
|
+
[0.41.1]: https://github.com/Automattic/jetpack-components/compare/0.41.0...0.41.1
|
|
782
787
|
[0.41.0]: https://github.com/Automattic/jetpack-components/compare/0.40.4...0.41.0
|
|
783
788
|
[0.40.4]: https://github.com/Automattic/jetpack-components/compare/0.40.3...0.40.4
|
|
784
789
|
[0.40.3]: https://github.com/Automattic/jetpack-components/compare/0.40.2...0.40.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
18
|
"@babel/runtime": "^7",
|
|
19
|
-
"@wordpress/browserslist-config": "5.
|
|
20
|
-
"@wordpress/components": "25.
|
|
21
|
-
"@wordpress/compose": "6.
|
|
22
|
-
"@wordpress/data": "9.
|
|
23
|
-
"@wordpress/date": "4.
|
|
24
|
-
"@wordpress/element": "5.
|
|
25
|
-
"@wordpress/i18n": "4.
|
|
26
|
-
"@wordpress/icons": "9.
|
|
19
|
+
"@wordpress/browserslist-config": "5.21.0",
|
|
20
|
+
"@wordpress/components": "25.4.0",
|
|
21
|
+
"@wordpress/compose": "6.15.0",
|
|
22
|
+
"@wordpress/data": "9.8.0",
|
|
23
|
+
"@wordpress/date": "4.38.0",
|
|
24
|
+
"@wordpress/element": "5.15.0",
|
|
25
|
+
"@wordpress/i18n": "4.38.0",
|
|
26
|
+
"@wordpress/icons": "9.29.0",
|
|
27
27
|
"classnames": "2.3.2",
|
|
28
28
|
"prop-types": "^15.7.2",
|
|
29
29
|
"qrcode.react": "3.1.0",
|
|
30
30
|
"react-slider": "2.0.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
33
|
+
"@automattic/jetpack-base-styles": "^0.6.5",
|
|
34
34
|
"@babel/core": "7.22.9",
|
|
35
35
|
"@babel/preset-react": "7.22.5",
|
|
36
36
|
"@jest/globals": "29.4.3",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@testing-library/user-event": "14.4.3",
|
|
43
43
|
"@types/jest": "29.2.5",
|
|
44
44
|
"@types/qrcode.react": "1.0.2",
|
|
45
|
-
"@types/react": "18.2.
|
|
46
|
-
"@types/react-dom": "18.2.
|
|
45
|
+
"@types/react": "18.2.19",
|
|
46
|
+
"@types/react-dom": "18.2.7",
|
|
47
47
|
"@types/react-slider": "1.3.1",
|
|
48
48
|
"@types/react-test-renderer": "18.0.0",
|
|
49
|
-
"@types/testing-library__jest-dom": "5.14.
|
|
49
|
+
"@types/testing-library__jest-dom": "5.14.9",
|
|
50
50
|
"jest": "29.4.3",
|
|
51
51
|
"jest-environment-jsdom": "29.4.3",
|
|
52
52
|
"react": "18.2.0",
|