Skip to content

Commit

Permalink
⬆️ yarn dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Feb 18, 2024
1 parent f7c7beb commit 1a45c17
Show file tree
Hide file tree
Showing 2 changed files with 7,181 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint --fix --ext .ts .",
"test": "jest",
"coverage": "jest --coverage",
"preversion": "npm run test && npm run build",
"preversion": "yarn run test && yarn run build",
"version": "auto-changelog -p",
"brat-notes": "run() { auto-changelog --stdout --hide-credit --hide-empty-releases --template .github/changelog.hbs -v $1 --starting-version $1 > release-notes.md; }; run"
},
Expand Down Expand Up @@ -67,13 +67,19 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@codemirror/state": "^6.0.0",
"color": "^4.2.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jszip": "^3.10.1",
"mustache": "^4.2.0",
"request": "^2.88.2",
"yaml-front-matter": "^4.1.1"
"yaml-front-matter": "^4.1.1",
"yarn": "^1.22.21"
},
"resolutions": {
"iconv-lite": "0.6.3",
"raw-body": "2.5.2"
}
}
Loading

0 comments on commit 1a45c17

Please sign in to comment.