@automattic/jetpack-components 1.1.2 → 1.1.3

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 +9 -9
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.1.3] - 2025-06-18
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [1.1.2] - 2025-06-16
6
10
  ### Changed
7
11
  - Update package dependencies. [#43951]
@@ -1430,6 +1434,7 @@
1430
1434
  ### Changed
1431
1435
  - Update node version requirement to 14.16.1
1432
1436
 
1437
+ [1.1.3]: https://github.com/Automattic/jetpack-components/compare/1.1.2...1.1.3
1433
1438
  [1.1.2]: https://github.com/Automattic/jetpack-components/compare/1.1.1...1.1.2
1434
1439
  [1.1.1]: https://github.com/Automattic/jetpack-components/compare/1.1.0...1.1.1
1435
1440
  [1.1.0]: https://github.com/Automattic/jetpack-components/compare/1.0.0...1.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,10 +15,10 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^1.0.1",
19
- "@automattic/jetpack-api": "^1.0.0",
18
+ "@automattic/jetpack-api": "^1.0.1",
19
+ "@automattic/jetpack-boost-score-api": "^1.0.2",
20
20
  "@automattic/jetpack-script-data": "^0.4.3",
21
- "@automattic/number-formatters": "^1.0.4",
21
+ "@automattic/number-formatters": "^1.0.5",
22
22
  "@babel/runtime": "^7",
23
23
  "@wordpress/browserslist-config": "6.24.0",
24
24
  "@wordpress/components": "29.10.0",
@@ -33,7 +33,7 @@
33
33
  "prop-types": "^15.7.2",
34
34
  "qrcode.react": "4.2.0",
35
35
  "react-slider": "2.0.5",
36
- "social-logos": "^3.2.3",
36
+ "social-logos": "^3.2.4",
37
37
  "uplot": "1.6.31",
38
38
  "uplot-react": "1.1.4"
39
39
  },
@@ -41,19 +41,19 @@
41
41
  "@automattic/jetpack-base-styles": "^1.0.0",
42
42
  "@babel/core": "7.27.4",
43
43
  "@babel/preset-react": "7.27.1",
44
- "@jest/globals": "29.7.0",
44
+ "@jest/globals": "30.0.0",
45
45
  "@storybook/addon-actions": "8.6.7",
46
46
  "@storybook/blocks": "8.6.7",
47
47
  "@storybook/react": "8.6.7",
48
48
  "@testing-library/dom": "10.4.0",
49
49
  "@testing-library/react": "16.2.0",
50
50
  "@testing-library/user-event": "14.6.1",
51
- "@types/jest": "29.5.14",
51
+ "@types/jest": "30.0.0",
52
52
  "@types/react": "18.3.23",
53
53
  "@types/react-dom": "18.3.7",
54
54
  "@types/react-slider": "1.3.6",
55
- "jest": "29.7.0",
56
- "jest-environment-jsdom": "29.7.0",
55
+ "jest": "30.0.0",
56
+ "jest-environment-jsdom": "30.0.0",
57
57
  "react": "18.3.1",
58
58
  "react-dom": "18.3.1",
59
59
  "require-from-string": "2.0.2",