@rushstack/heft-web-rig 0.18.2 → 0.18.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.18.2",
3
+ "version": "0.18.4",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.52.2"
12
+ "@rushstack/heft": "^0.53.0"
13
13
  },
14
14
  "dependencies": {
15
15
  "@types/heft-jest": "1.0.1",
@@ -33,15 +33,15 @@
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.80.0",
35
35
  "@microsoft/api-extractor": "7.35.2",
36
- "@rushstack/heft-api-extractor-plugin": "0.1.3",
37
- "@rushstack/heft-jest-plugin": "0.7.3",
38
- "@rushstack/heft-lint-plugin": "0.1.4",
39
- "@rushstack/heft-sass-plugin": "0.11.5",
40
- "@rushstack/heft-typescript-plugin": "0.1.4",
41
- "@rushstack/heft-webpack5-plugin": "0.7.5"
36
+ "@rushstack/heft-api-extractor-plugin": "0.1.4",
37
+ "@rushstack/heft-jest-plugin": "0.7.5",
38
+ "@rushstack/heft-lint-plugin": "0.1.5",
39
+ "@rushstack/heft-sass-plugin": "0.11.7",
40
+ "@rushstack/heft-typescript-plugin": "0.1.5",
41
+ "@rushstack/heft-webpack5-plugin": "0.7.7"
42
42
  },
43
43
  "devDependencies": {
44
- "@rushstack/heft": "0.52.2"
44
+ "@rushstack/heft": "0.53.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "",
@@ -2,7 +2,7 @@
2
2
  * Defines configuration used by core Heft.
3
3
  */
4
4
  {
5
- "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
6
6
 
7
7
  /**
8
8
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -5,7 +5,7 @@
5
5
  * Typescript .d.ts files.
6
6
  */
7
7
  {
8
- "$schema": "https://developer.microsoft.com/json-schemas/heft/heft-sass-plugin.schema.json",
8
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-sass-plugin.schema.json",
9
9
 
10
10
  /**
11
11
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -2,7 +2,7 @@
2
2
  * Configures the TypeScript plugin for Heft. This plugin also manages linting.
3
3
  */
4
4
  {
5
- "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
5
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
6
6
 
7
7
  /**
8
8
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -5,7 +5,7 @@
5
5
  * controlled by API Extractor's own "api-extractor.json" config file.
6
6
  */
7
7
  {
8
- "$schema": "https://developer.microsoft.com/json-schemas/heft/api-extractor-task.schema.json"
8
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/api-extractor-task.schema.json"
9
9
 
10
10
  /**
11
11
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -2,7 +2,7 @@
2
2
  * Defines configuration used by core Heft.
3
3
  */
4
4
  {
5
- "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
5
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
6
6
 
7
7
  /**
8
8
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -5,7 +5,7 @@
5
5
  * Typescript .d.ts files.
6
6
  */
7
7
  {
8
- "$schema": "https://developer.microsoft.com/json-schemas/heft/heft-sass-plugin.schema.json",
8
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-sass-plugin.schema.json",
9
9
 
10
10
  /**
11
11
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard
@@ -2,7 +2,7 @@
2
2
  * Configures the TypeScript plugin for Heft. This plugin also manages linting.
3
3
  */
4
4
  {
5
- "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json",
5
+ "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/typescript.schema.json",
6
6
 
7
7
  /**
8
8
  * Optionally specifies another JSON config file that this file extends from. This provides a way for standard