@fgv/ts-extras
Advanced tools
Comparing version 3.0.1-alpha.0 to 3.0.1-alpha.1
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.39.1" | ||
"packageVersion": "7.39.4" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fgv/ts-extras", | ||
"version": "3.0.1-alpha.0", | ||
"version": "3.0.1-alpha.1", | ||
"description": "Assorted Typescript Utilities", | ||
@@ -20,11 +20,11 @@ "main": "lib/index.js", | ||
"@jest/expect-utils": "^29.7.0", | ||
"@microsoft/api-documenter": "^7.23.17", | ||
"@microsoft/api-extractor": "^7.39.1", | ||
"@types/jest": "^29.5.11", | ||
"@types/luxon": "^3.4.1", | ||
"@microsoft/api-documenter": "^7.23.20", | ||
"@microsoft/api-extractor": "^7.39.4", | ||
"@types/jest": "^29.5.12", | ||
"@types/luxon": "^3.4.2", | ||
"@types/mustache": "^4.2.5", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.16", | ||
"@types/papaparse": "^5.3.14", | ||
"@typescript-eslint/eslint-plugin": "^6.19.0", | ||
"@typescript-eslint/parser": "^6.19.0", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.56.0", | ||
@@ -39,3 +39,3 @@ "eslint-config-standard": "^17.1.0", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2", | ||
@@ -45,10 +45,10 @@ "typescript": "^5.3.3", | ||
"jest-snapshot": "~29.7.0", | ||
"@rushstack/heft": "~0.64.0", | ||
"@rushstack/heft-node-rig": "~2.4.0", | ||
"@rushstack/eslint-config": "~3.6.0", | ||
"@rushstack/heft": "~0.64.3", | ||
"@rushstack/heft-node-rig": "~2.4.5", | ||
"@rushstack/eslint-config": "~3.6.2", | ||
"@types/heft-jest": "1.0.6", | ||
"@rushstack/heft-jest-plugin": "~0.11.0", | ||
"@rushstack/heft-jest-plugin": "~0.11.3", | ||
"eslint-plugin-tsdoc": "~0.2.17", | ||
"@fgv/ts-utils-jest": "3.0.1-alpha.0", | ||
"@fgv/ts-utils": "3.0.1-alpha.0" | ||
"@fgv/ts-utils-jest": "3.0.1-alpha.1", | ||
"@fgv/ts-utils": "3.0.1-alpha.1" | ||
}, | ||
@@ -61,3 +61,3 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@fgv/ts-utils": "3.0.1-alpha.0" | ||
"@fgv/ts-utils": "3.0.1-alpha.1" | ||
}, | ||
@@ -64,0 +64,0 @@ "scripts": { |
150544