@automattic/jetpack-components 0.45.3 → 0.45.5

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 +10 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.45.5] - 2023-12-06
6
+ ### Changed
7
+ - Updated package dependencies. [#34416]
8
+
9
+ ## [0.45.4] - 2023-12-03
10
+ ### Changed
11
+ - Updated package dependencies. [#34411] [#34427]
12
+
5
13
  ## [0.45.3] - 2023-11-21
6
14
  ### Fixed
7
15
  - Fixed ActionPopover CSS variables. [#34226]
@@ -886,6 +894,8 @@
886
894
  ### Changed
887
895
  - Update node version requirement to 14.16.1
888
896
 
897
+ [0.45.5]: https://github.com/Automattic/jetpack-components/compare/0.45.4...0.45.5
898
+ [0.45.4]: https://github.com/Automattic/jetpack-components/compare/0.45.3...0.45.4
889
899
  [0.45.3]: https://github.com/Automattic/jetpack-components/compare/0.45.2...0.45.3
890
900
  [0.45.2]: https://github.com/Automattic/jetpack-components/compare/0.45.1...0.45.2
891
901
  [0.45.1]: https://github.com/Automattic/jetpack-components/compare/0.45.0...0.45.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.45.3",
3
+ "version": "0.45.5",
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.17",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.18",
19
19
  "@babel/runtime": "^7",
20
- "@wordpress/browserslist-config": "5.28.0",
21
- "@wordpress/components": "25.11.0",
22
- "@wordpress/compose": "6.22.0",
23
- "@wordpress/data": "9.15.0",
24
- "@wordpress/date": "4.45.0",
25
- "@wordpress/element": "5.22.0",
26
- "@wordpress/i18n": "4.45.0",
27
- "@wordpress/icons": "9.36.0",
20
+ "@wordpress/browserslist-config": "5.30.0",
21
+ "@wordpress/components": "25.13.0",
22
+ "@wordpress/compose": "6.24.0",
23
+ "@wordpress/data": "9.17.0",
24
+ "@wordpress/date": "4.47.0",
25
+ "@wordpress/element": "5.24.0",
26
+ "@wordpress/i18n": "4.47.0",
27
+ "@wordpress/icons": "9.38.0",
28
28
  "classnames": "2.3.2",
29
29
  "prop-types": "^15.7.2",
30
30
  "qrcode.react": "3.1.0",
@@ -34,25 +34,25 @@
34
34
  "uplot-react": "1.1.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@automattic/jetpack-base-styles": "^0.6.13",
38
- "@babel/core": "7.23.2",
39
- "@babel/preset-react": "7.22.15",
37
+ "@automattic/jetpack-base-styles": "^0.6.14",
38
+ "@babel/core": "7.23.5",
39
+ "@babel/preset-react": "7.23.3",
40
40
  "@jest/globals": "29.4.3",
41
41
  "@storybook/addon-actions": "7.4.6",
42
42
  "@storybook/blocks": "7.4.6",
43
43
  "@storybook/react": "7.4.6",
44
- "@testing-library/dom": "8.19.1",
44
+ "@testing-library/dom": "8.20.1",
45
45
  "@testing-library/react": "13.4.0",
46
- "@testing-library/user-event": "14.4.3",
47
- "@types/jest": "29.2.5",
46
+ "@testing-library/user-event": "14.5.1",
47
+ "@types/jest": "29.5.10",
48
48
  "@types/qrcode.react": "1.0.4",
49
49
  "@types/react": "18.2.33",
50
50
  "@types/react-dom": "18.2.14",
51
51
  "@types/react-slider": "1.3.3",
52
52
  "@types/react-test-renderer": "18.0.5",
53
53
  "@types/testing-library__jest-dom": "5.14.9",
54
- "jest": "29.4.3",
55
- "jest-environment-jsdom": "29.4.3",
54
+ "jest": "29.7.0",
55
+ "jest-environment-jsdom": "29.7.0",
56
56
  "react": "18.2.0",
57
57
  "react-dom": "18.2.0",
58
58
  "react-test-renderer": "18.2.0",