package-lock.json conflict

This commit is contained in:
Bethany
2023-08-04 07:12:36 -07:00
43 changed files with 7139 additions and 23472 deletions

View File

@@ -31,7 +31,9 @@
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
"bootstrap": "cd ../../ && npm run bootstrap",
"tsc-run": "tsc",
"tsc": "npm run bootstrap && npm run tsc-run"
},
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
@@ -43,6 +45,7 @@
"twirp-ts": "^2.5.0"
},
"devDependencies": {
"typescript": "^3.9.10"
"@types/tmp": "^0.2.1",
"typescript": "^4.3.0"
}
}
}