@automattic/jetpack-components 0.40.2 → 0.40.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 +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.40.3] - 2023-07-17
6
+ ### Changed
7
+ - Updated package dependencies. [#31872]
8
+ - Updated package dependencies. [#31874]
9
+
5
10
  ## [0.40.2] - 2023-07-11
6
11
  ### Changed
7
12
  - Updated package dependencies. [#31785]
@@ -763,6 +768,7 @@
763
768
  ### Changed
764
769
  - Update node version requirement to 14.16.1
765
770
 
771
+ [0.40.3]: https://github.com/Automattic/jetpack-components/compare/0.40.2...0.40.3
766
772
  [0.40.2]: https://github.com/Automattic/jetpack-components/compare/0.40.1...0.40.2
767
773
  [0.40.1]: https://github.com/Automattic/jetpack-components/compare/0.40.0...0.40.1
768
774
  [0.40.0]: https://github.com/Automattic/jetpack-components/compare/0.39.0...0.40.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.40.2",
3
+ "version": "0.40.3",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,12 +30,12 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@automattic/jetpack-base-styles": "^0.6.3",
33
- "@babel/core": "7.21.5",
34
- "@babel/preset-react": "7.18.6",
33
+ "@babel/core": "7.22.9",
34
+ "@babel/preset-react": "7.22.5",
35
35
  "@jest/globals": "29.4.3",
36
- "@storybook/addon-actions": "7.0.5",
37
- "@storybook/blocks": "7.0.5",
38
- "@storybook/react": "7.0.5",
36
+ "@storybook/addon-actions": "7.0.27",
37
+ "@storybook/blocks": "7.0.27",
38
+ "@storybook/react": "7.0.27",
39
39
  "@testing-library/dom": "8.19.1",
40
40
  "@testing-library/react": "13.4.0",
41
41
  "@testing-library/user-event": "14.4.3",