@automattic/jetpack-shared-extension-utils 0.11.4 → 0.11.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 +6 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.11.5] - 2023-09-13
9
+ ### Changed
10
+ - Updated package dependencies. [#33001]
11
+
8
12
  ## [0.11.4] - 2023-09-04
9
13
  ### Changed
10
14
  - Updated package dependencies. [#32803]
@@ -248,6 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248
252
  ### Changed
249
253
  - Core: prepare utility for release
250
254
 
255
+ [0.11.5]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.11.4...0.11.5
251
256
  [0.11.4]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.11.3...0.11.4
252
257
  [0.11.3]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.11.2...0.11.3
253
258
  [0.11.2]: https://github.com/Automattic/jetpack-shared-extension-utils/compare/0.11.1...0.11.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-shared-extension-utils",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "Utility functions used by the block editor extensions",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/shared-extension-utils/#readme",
6
6
  "bugs": {
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@automattic/jetpack-analytics": "^0.1.27",
21
- "@automattic/jetpack-components": "^0.42.1",
22
- "@automattic/jetpack-connection": "^0.29.9",
21
+ "@automattic/jetpack-components": "^0.42.3",
22
+ "@automattic/jetpack-connection": "^0.29.10",
23
23
  "@wordpress/api-fetch": "6.38.0",
24
24
  "@wordpress/compose": "6.18.0",
25
25
  "@wordpress/element": "5.18.0",
@@ -29,8 +29,8 @@
29
29
  "lodash": "4.17.21"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "7.22.11",
33
- "@babel/preset-react": "7.22.5",
32
+ "@babel/core": "7.22.17",
33
+ "@babel/preset-react": "7.22.15",
34
34
  "babel-jest": "29.3.1",
35
35
  "jest": "29.3.1",
36
36
  "jest-environment-jsdom": "29.3.1",
@@ -42,7 +42,7 @@
42
42
  "@testing-library/dom": "8.19.1",
43
43
  "@testing-library/react": "13.4.0",
44
44
  "@testing-library/user-event": "14.4.3",
45
- "@babel/plugin-transform-react-jsx": "7.22.5"
45
+ "@babel/plugin-transform-react-jsx": "7.22.15"
46
46
  },
47
47
  "exports": {
48
48
  ".": "./index.js"