@automattic/jetpack-components 0.65.4 → 0.65.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 +5 -0
  2. package/package.json +5 -5
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.65.5] - 2025-02-03
6
+ ### Changed
7
+ - Updated package dependencies. [#41286]
8
+
5
9
  ## [0.65.4] - 2025-01-20
6
10
  ### Added
7
11
  - Add an optional sandboxed tag to show if the current user is sandboxing their API. [#40971]
@@ -1271,6 +1275,7 @@
1271
1275
  ### Changed
1272
1276
  - Update node version requirement to 14.16.1
1273
1277
 
1278
+ [0.65.5]: https://github.com/Automattic/jetpack-components/compare/0.65.4...0.65.5
1274
1279
  [0.65.4]: https://github.com/Automattic/jetpack-components/compare/0.65.3...0.65.4
1275
1280
  [0.65.3]: https://github.com/Automattic/jetpack-components/compare/0.65.2...0.65.3
1276
1281
  [0.65.2]: https://github.com/Automattic/jetpack-components/compare/0.65.1...0.65.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.65.4",
3
+ "version": "0.65.5",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^0.1.51",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.54",
19
19
  "@automattic/jetpack-api": "^0.17.22",
20
- "@automattic/jetpack-scan": "^0.5.4",
20
+ "@automattic/jetpack-scan": "^0.5.5",
21
21
  "@babel/runtime": "^7",
22
22
  "@wordpress/browserslist-config": "6.16.0",
23
23
  "@wordpress/components": "29.2.0",
@@ -38,7 +38,7 @@
38
38
  "uplot-react": "1.1.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@automattic/jetpack-base-styles": "^0.6.40",
41
+ "@automattic/jetpack-base-styles": "^0.6.41",
42
42
  "@babel/core": "7.26.0",
43
43
  "@babel/preset-react": "7.26.3",
44
44
  "@jest/globals": "29.4.3",
@@ -61,7 +61,7 @@
61
61
  "ts-dedent": "2.2.0",
62
62
  "typescript": "5.0.4",
63
63
  "webpack": "5.94.0",
64
- "webpack-cli": "4.9.1"
64
+ "webpack-cli": "6.0.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "react": "^18.0.0",