fix(templates): yarn v1 workaround (#4125)

This commit is contained in:
Elliot DeNolf
2023-11-13 11:53:57 -05:00
committed by GitHub
parent 967eff1aab
commit a34d0f8274
3 changed files with 9 additions and 0 deletions

View File

@@ -31,5 +31,8 @@
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"typescript": "^4.8.4"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}

View File

@@ -71,5 +71,8 @@
"slate": "0.91.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}

View File

@@ -68,5 +68,8 @@
"slate": "0.91.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}