@microsoft/decorators 1.20.0-beta.0 → 1.20.0-rc.0

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.0"
8
+ "packageVersion": "7.47.7"
9
9
  }
10
10
  ]
11
11
  }
@@ -9,7 +9,7 @@ exports.sealed = void 0;
9
9
  *
10
10
  * @public
11
11
  */
12
- // eslint-disable-next-line @typescript-eslint/ban-types
12
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
13
13
  function sealed(target) {
14
14
  // Eventually we may implement runtime validation (e.g. in DEBUG builds)
15
15
  // but currently this decorator is only used by the build tools.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/decorators",
3
- "version": "1.20.0-beta.0",
3
+ "version": "1.20.0-rc.0",
4
4
  "description": "A very conservative set of decorators for TypeScript projects",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -11,7 +11,7 @@
11
11
  "tslib": "2.3.1"
12
12
  },
13
13
  "devDependencies": {
14
- "@rushstack/heft": "0.66.19",
14
+ "@rushstack/heft": "0.67.0",
15
15
  "eslint": "8.57.0",
16
16
  "@ms/spfx-internal-web-build-rig": "0.1.0"
17
17
  },