@automattic/jetpack-components 0.40.1 → 0.40.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 +5 -0
- package/package.json +9 -9
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.40.2] - 2023-07-11
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#31785]
|
|
8
|
+
|
|
5
9
|
## [0.40.1] - 2023-07-05
|
|
6
10
|
### Changed
|
|
7
11
|
- Adjust component pricing slider border and box-shadow styling. [#31593]
|
|
@@ -759,6 +763,7 @@
|
|
|
759
763
|
### Changed
|
|
760
764
|
- Update node version requirement to 14.16.1
|
|
761
765
|
|
|
766
|
+
[0.40.2]: https://github.com/Automattic/jetpack-components/compare/0.40.1...0.40.2
|
|
762
767
|
[0.40.1]: https://github.com/Automattic/jetpack-components/compare/0.40.0...0.40.1
|
|
763
768
|
[0.40.0]: https://github.com/Automattic/jetpack-components/compare/0.39.0...0.40.0
|
|
764
769
|
[0.39.0]: https://github.com/Automattic/jetpack-components/compare/0.38.1...0.39.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -16,20 +16,20 @@
|
|
|
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/date": "4.
|
|
23
|
-
"@wordpress/element": "5.
|
|
24
|
-
"@wordpress/i18n": "4.
|
|
25
|
-
"@wordpress/icons": "9.
|
|
19
|
+
"@wordpress/browserslist-config": "5.20.0",
|
|
20
|
+
"@wordpress/components": "25.3.0",
|
|
21
|
+
"@wordpress/compose": "6.14.0",
|
|
22
|
+
"@wordpress/date": "4.37.0",
|
|
23
|
+
"@wordpress/element": "5.14.0",
|
|
24
|
+
"@wordpress/i18n": "4.37.0",
|
|
25
|
+
"@wordpress/icons": "9.28.0",
|
|
26
26
|
"classnames": "2.3.2",
|
|
27
27
|
"prop-types": "^15.7.2",
|
|
28
28
|
"qrcode.react": "3.1.0",
|
|
29
29
|
"react-slider": "2.0.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
32
|
+
"@automattic/jetpack-base-styles": "^0.6.3",
|
|
33
33
|
"@babel/core": "7.21.5",
|
|
34
34
|
"@babel/preset-react": "7.18.6",
|
|
35
35
|
"@jest/globals": "29.4.3",
|