@automattic/jetpack-components 1.3.2 → 1.3.4

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 +15 -15
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
+ ## [1.3.4] - 2025-09-22
6
+ ### Changed
7
+ - Update dependencies.
8
+
9
+ ## [1.3.3] - 2025-09-19
10
+ ### Changed
11
+ - Update package dependencies. [#45173] [#45229]
12
+
5
13
  ## [1.3.2] - 2025-09-08
6
14
  ### Changed
7
15
  - Update package dependencies. [#45027] [#45097]
@@ -1528,6 +1536,8 @@
1528
1536
  ### Changed
1529
1537
  - Update node version requirement to 14.16.1
1530
1538
 
1539
+ [1.3.4]: https://github.com/Automattic/jetpack-components/compare/1.3.3...1.3.4
1540
+ [1.3.3]: https://github.com/Automattic/jetpack-components/compare/1.3.2...1.3.3
1531
1541
  [1.3.2]: https://github.com/Automattic/jetpack-components/compare/1.3.1...1.3.2
1532
1542
  [1.3.1]: https://github.com/Automattic/jetpack-components/compare/1.3.0...1.3.1
1533
1543
  [1.3.0]: https://github.com/Automattic/jetpack-components/compare/1.2.2...1.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -41,20 +41,20 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@automattic/format-currency": "1.0.1",
44
- "@automattic/jetpack-api": "^1.0.9",
45
- "@automattic/jetpack-boost-score-api": "^1.0.13",
44
+ "@automattic/jetpack-api": "^1.0.10",
45
+ "@automattic/jetpack-boost-score-api": "^1.0.15",
46
46
  "@automattic/jetpack-script-data": "^0.5.3",
47
- "@automattic/number-formatters": "^1.0.11",
47
+ "@automattic/number-formatters": "^1.0.12",
48
48
  "@babel/runtime": "^7",
49
- "@wordpress/browserslist-config": "6.30.0",
50
- "@wordpress/components": "30.3.0",
51
- "@wordpress/compose": "7.30.0",
52
- "@wordpress/data": "10.30.0",
53
- "@wordpress/date": "5.30.0",
54
- "@wordpress/element": "6.30.0",
55
- "@wordpress/i18n": "6.3.0",
56
- "@wordpress/icons": "10.30.0",
57
- "@wordpress/notices": "5.30.0",
49
+ "@wordpress/browserslist-config": "6.31.0",
50
+ "@wordpress/components": "30.4.0",
51
+ "@wordpress/compose": "7.31.0",
52
+ "@wordpress/data": "10.31.0",
53
+ "@wordpress/date": "5.31.0",
54
+ "@wordpress/element": "6.31.0",
55
+ "@wordpress/i18n": "6.4.0",
56
+ "@wordpress/icons": "10.31.0",
57
+ "@wordpress/notices": "5.31.0",
58
58
  "clsx": "2.1.1",
59
59
  "prop-types": "^15.7.2",
60
60
  "qrcode.react": "4.2.0",
@@ -64,7 +64,7 @@
64
64
  "uplot-react": "1.1.4"
65
65
  },
66
66
  "devDependencies": {
67
- "@automattic/jetpack-base-styles": "^1.0.9",
67
+ "@automattic/jetpack-base-styles": "^1.0.10",
68
68
  "@babel/core": "7.28.0",
69
69
  "@babel/preset-react": "7.27.1",
70
70
  "@jest/globals": "30.0.4",
@@ -85,7 +85,7 @@
85
85
  "storybook": "9.0.15",
86
86
  "ts-dedent": "2.2.0",
87
87
  "typescript": "5.9.2",
88
- "webpack": "5.94.0",
88
+ "webpack": "5.101.3",
89
89
  "webpack-cli": "6.0.1"
90
90
  },
91
91
  "peerDependencies": {