@forge/lint 5.15.1-next.3-experimental-e2ec7ba → 5.15.1-next.3-experimental-112266b

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 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,18 @@
1
1
  # @forge/lint
2
2
 
3
- ## 5.15.1-next.3-experimental-e2ec7ba
3
+ ## 5.15.1-next.3-experimental-112266b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [df6d793]
8
+ - Updated dependencies [2a2584c]
8
9
  - Updated dependencies [7af27e8]
9
10
  - Updated dependencies [beddb18]
10
11
  - Updated dependencies [561036a]
11
12
  - Updated dependencies [b248c8f]
12
- - @forge/cli-shared@8.15.2-next.3-experimental-e2ec7ba
13
- - @forge/manifest@12.1.1-next.1-experimental-e2ec7ba
14
- - @forge/csp@5.6.1-experimental-e2ec7ba
13
+ - @forge/cli-shared@8.15.2-next.3-experimental-112266b
14
+ - @forge/manifest@12.1.1-next.1-experimental-112266b
15
+ - @forge/csp@5.6.1-experimental-112266b
15
16
 
16
17
  ## 5.15.1-next.3
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.15.1-next.3-experimental-e2ec7ba",
3
+ "version": "5.15.1-next.3-experimental-112266b",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@atlassian/xen-test-util": "^4.2.0",
14
- "@forge/api": "^7.0.2-next.0-experimental-e2ec7ba",
14
+ "@forge/api": "^7.0.2-next.0-experimental-112266b",
15
15
  "@types/array.prototype.flatmap": "^1.2.6",
16
16
  "@types/cross-spawn": "^6.0.6",
17
17
  "@types/eslint": "8.56.12",
@@ -19,10 +19,10 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "8.15.2-next.3-experimental-e2ec7ba",
23
- "@forge/csp": "5.6.1-experimental-e2ec7ba",
22
+ "@forge/cli-shared": "8.15.2-next.3-experimental-112266b",
23
+ "@forge/csp": "5.6.1-experimental-112266b",
24
24
  "@forge/egress": "2.3.1",
25
- "@forge/manifest": "12.1.1-next.1-experimental-e2ec7ba",
25
+ "@forge/manifest": "12.1.1-next.1-experimental-112266b",
26
26
  "@typescript-eslint/typescript-estree": "^5.62.0",
27
27
  "array.prototype.flatmap": "^1.3.3",
28
28
  "@atlassian/atlassian-openapi": "^1.0.6",