@forge/manifest 4.17.0 → 4.17.1-next.1

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.17.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b00c5e1: Bumping dependencies via Renovate:
8
+
9
+ - typescript-json-schema
10
+
11
+ ## 4.17.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 8105c45: Bumping dependencies via Renovate:
16
+
17
+ - @types/jest
18
+ - jest
19
+ - jest-environment-jsdom
20
+
3
21
  ## 4.17.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.17.0",
3
+ "version": "4.17.1-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "fetch-config": "yarn run build && node out/config/index.js"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/jest": "^29.1.2",
18
+ "@types/jest": "^29.5.3",
19
19
  "@types/js-yaml": "^3.12.7",
20
20
  "@types/node": "14.18.53",
21
21
  "@types/node-fetch": "^2.6.4"
@@ -30,6 +30,6 @@
30
30
  "json-schema-to-typescript": "^9.1.1",
31
31
  "lodash": "^4.17.21",
32
32
  "node-fetch": "2.6.12",
33
- "typescript-json-schema": "^0.58.1"
33
+ "typescript-json-schema": "^0.59.0"
34
34
  }
35
35
  }