@automattic/jetpack-components 1.3.6 → 1.3.7

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 +6 -6
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
+ ## [1.3.7] - 2025-10-28
6
+ ### Changed
7
+ - Update package dependencies. [#45652]
8
+
5
9
  ## [1.3.6] - 2025-10-13
6
10
  ### Changed
7
11
  - Update dependencies.
@@ -1545,6 +1549,7 @@
1545
1549
  ### Changed
1546
1550
  - Update node version requirement to 14.16.1
1547
1551
 
1552
+ [1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
1548
1553
  [1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
1549
1554
  [1.3.5]: https://github.com/Automattic/jetpack-components/compare/1.3.4...1.3.5
1550
1555
  [1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
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.16",
46
- "@automattic/jetpack-script-data": "^0.5.3",
47
- "@automattic/number-formatters": "^1.0.13",
45
+ "@automattic/jetpack-boost-score-api": "^1.0.17",
46
+ "@automattic/jetpack-script-data": "^0.5.4",
47
+ "@automattic/number-formatters": "^1.0.14",
48
48
  "@babel/runtime": "^7",
49
49
  "@wordpress/browserslist-config": "6.31.0",
50
50
  "@wordpress/components": "30.4.0",
@@ -59,7 +59,7 @@
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.3.0",
62
+ "social-logos": "^3.3.1",
63
63
  "uplot": "1.6.31",
64
64
  "uplot-react": "1.1.4"
65
65
  },
@@ -84,7 +84,7 @@
84
84
  "require-from-string": "2.0.2",
85
85
  "storybook": "9.0.15",
86
86
  "ts-dedent": "2.2.0",
87
- "typescript": "5.9.2",
87
+ "typescript": "5.9.3",
88
88
  "webpack": "5.101.3",
89
89
  "webpack-cli": "6.0.1"
90
90
  },