@automattic/jetpack-components 1.3.3 → 1.3.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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [1.3.5] - 2025-10-02
6
+ ### Changed
7
+ - Update package dependencies. [#45334]
8
+ - Update package dependencies. [#45335]
9
+
10
+ ## [1.3.4] - 2025-09-22
11
+ ### Changed
12
+ - Update dependencies.
13
+
5
14
  ## [1.3.3] - 2025-09-19
6
15
  ### Changed
7
16
  - Update package dependencies. [#45173] [#45229]
@@ -1532,6 +1541,8 @@
1532
1541
  ### Changed
1533
1542
  - Update node version requirement to 14.16.1
1534
1543
 
1544
+ [1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
1545
+ [1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
1535
1546
  [1.3.3]: https://github.com/Automattic/jetpack-components/compare/1.3.2...1.3.3
1536
1547
  [1.3.2]: https://github.com/Automattic/jetpack-components/compare/1.3.1...1.3.2
1537
1548
  [1.3.1]: https://github.com/Automattic/jetpack-components/compare/1.3.0...1.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -42,9 +42,9 @@
42
42
  "dependencies": {
43
43
  "@automattic/format-currency": "1.0.1",
44
44
  "@automattic/jetpack-api": "^1.0.10",
45
- "@automattic/jetpack-boost-score-api": "^1.0.14",
45
+ "@automattic/jetpack-boost-score-api": "^1.0.16",
46
46
  "@automattic/jetpack-script-data": "^0.5.3",
47
- "@automattic/number-formatters": "^1.0.12",
47
+ "@automattic/number-formatters": "^1.0.13",
48
48
  "@babel/runtime": "^7",
49
49
  "@wordpress/browserslist-config": "6.31.0",
50
50
  "@wordpress/components": "30.4.0",
@@ -59,13 +59,13 @@
59
59
  "prop-types": "^15.7.2",
60
60
  "qrcode.react": "4.2.0",
61
61
  "react-slider": "2.0.5",
62
- "social-logos": "^3.2.10",
62
+ "social-logos": "^3.2.11",
63
63
  "uplot": "1.6.31",
64
64
  "uplot-react": "1.1.4"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@automattic/jetpack-base-styles": "^1.0.10",
68
- "@babel/core": "7.28.0",
68
+ "@babel/core": "7.28.4",
69
69
  "@babel/preset-react": "7.27.1",
70
70
  "@jest/globals": "30.0.4",
71
71
  "@storybook/addon-docs": "9.0.15",
@@ -74,7 +74,7 @@
74
74
  "@testing-library/react": "16.3.0",
75
75
  "@testing-library/user-event": "14.6.1",
76
76
  "@types/jest": "30.0.0",
77
- "@types/react": "18.3.23",
77
+ "@types/react": "18.3.25",
78
78
  "@types/react-dom": "18.3.7",
79
79
  "@types/react-slider": "1.3.6",
80
80
  "jest": "30.0.4",