@automattic/jetpack-components 0.48.1 → 0.48.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +11 -11
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.48.2] - 2024-02-13
6
+ ### Changed
7
+ - Updated package dependencies. [#35608]
8
+
5
9
  ## [0.48.1] - 2024-02-05
6
10
  ### Changed
7
11
  - Update clicking an icon tooltip to cause the tooltip to show/hide instead of always showing. [#35312]
@@ -937,6 +941,7 @@
937
941
  ### Changed
938
942
  - Update node version requirement to 14.16.1
939
943
 
944
+ [0.48.2]: https://github.com/Automattic/jetpack-components/compare/0.48.1...0.48.2
940
945
  [0.48.1]: https://github.com/Automattic/jetpack-components/compare/0.48.0...0.48.1
941
946
  [0.48.0]: https://github.com/Automattic/jetpack-components/compare/0.47.0...0.48.0
942
947
  [0.47.0]: https://github.com/Automattic/jetpack-components/compare/0.46.0...0.47.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.48.1",
3
+ "version": "0.48.2",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,16 +15,16 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^0.1.21",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.22",
19
19
  "@babel/runtime": "^7",
20
- "@wordpress/browserslist-config": "5.33.0",
21
- "@wordpress/components": "25.16.0",
22
- "@wordpress/compose": "6.27.0",
23
- "@wordpress/data": "9.20.0",
24
- "@wordpress/date": "4.50.0",
25
- "@wordpress/element": "5.27.0",
26
- "@wordpress/i18n": "4.50.0",
27
- "@wordpress/icons": "9.41.0",
20
+ "@wordpress/browserslist-config": "5.34.0",
21
+ "@wordpress/components": "26.0.0",
22
+ "@wordpress/compose": "6.28.0",
23
+ "@wordpress/data": "9.21.0",
24
+ "@wordpress/date": "4.51.0",
25
+ "@wordpress/element": "5.28.0",
26
+ "@wordpress/i18n": "4.51.0",
27
+ "@wordpress/icons": "9.42.0",
28
28
  "classnames": "2.3.2",
29
29
  "prop-types": "^15.7.2",
30
30
  "qrcode.react": "3.1.0",
@@ -34,7 +34,7 @@
34
34
  "uplot-react": "1.1.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@automattic/jetpack-base-styles": "^0.6.16",
37
+ "@automattic/jetpack-base-styles": "^0.6.17",
38
38
  "@babel/core": "7.23.5",
39
39
  "@babel/preset-react": "7.23.3",
40
40
  "@jest/globals": "29.4.3",