Skip to content

Commit a4b8c7e

Browse files
author
Josh Biddick
committed
Update dependencies
1 parent e064e6b commit a4b8c7e

5 files changed

Lines changed: 13522 additions & 4899 deletions

File tree

config/jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json"
2+
"extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json"
33
}

config/rig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The "rig.json" file directs tools to look for their config files in an external package.
22
// Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package
33
{
4-
"$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json",
4+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/rig-package/rig.schema.json",
55

66
/**
77
* (Required) The name of the rig package to inherit from.

0 commit comments

Comments
 (0)