@goldstack/utils-typescript-references 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -129,7 +129,7 @@ Will skip updating the `references` in `tsconfig.json` files for all packages in
129
129
  $ utils-typescript-references --skipPackages
130
130
  ```
131
131
 
132
- ### -skipRoot
132
+ ### --skipRoot
133
133
 
134
134
  Will skip updating the `references` in the `tsconfig.json` file for the project root.
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-typescript-references",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Utility for keeping TypeScript references in sync in a Yarn monorepo",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -39,9 +39,9 @@
39
39
  "yargs": "^17.5.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@goldstack/utils-git": "0.1.36",
43
- "@types/jest": "^27.5.1",
44
- "@types/node": "^17.0.33",
42
+ "@goldstack/utils-git": "0.1.37",
43
+ "@types/jest": "^28.1.8",
44
+ "@types/node": "^18.7.13",
45
45
  "@types/source-map-support": "^0.5.4",
46
46
  "@types/yargs": "^17.0.10",
47
47
  "jest": "^28.1.0",