Skip to content

Commit

Permalink
add yarn to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmower-csnw committed Dec 13, 2023
1 parent 0c13c61 commit 202dce5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"ts-jest": "^26.1.2",
"typescript": "^4.2.4",
"webpack": "^5.52.1",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.0.1",
"yarn": "^1.22.21"
},
"resolutions": {
"loader-utils": "2.0.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16186,6 +16186,11 @@ yargs@^16.2.0:
y18n "^5.0.5"
yargs-parser "^20.2.2"

yarn@^1.22.21:
version "1.22.21"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.21.tgz#1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
integrity sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==

yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
Expand Down

0 comments on commit 202dce5

Please sign in to comment.