Skip to content

Commit

Permalink
⬆️ pnpm 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 a5cc9b0
Show file tree
Hide file tree
Showing 47 changed files with 4,905 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"homepage": "https://github.com/ebullient",
"main": "src/main.ts",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"lint": "eslint --fix --ext .ts .",
"test": "jest",
"coverage": "jest --coverage",
"preversion": "npm run test && npm run build",
"preversion": "pnpm run test && pnpm 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 All @@ -35,7 +36,6 @@
"@types/color": "^3.0.6",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/mustache": "^4.2.5",
"@types/node": "^20.11.19",
"@types/request": "^2.48.12",
Expand All @@ -50,7 +50,6 @@
"esbuild-sass-plugin": "^3.0.0",
"eslint": "^8.56.0",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"mathjax": "^3.2.2",
"obsidian": "^1.4.11",
"reveal-elapsed-time-bar": "^0.1.3",
Expand All @@ -60,20 +59,29 @@
"reveal.js-plugins": "^4.2.5",
"reveal.js-pointer": "^0.1.4",
"sass": "^1.71.0",
"ts-jest": "^29.1.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/parser": "^7.0.1",
"color": "^4.2.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jszip": "^3.10.1",
"mustache": "^4.2.0",
"request": "^2.88.2",
"ts-jest": "^29.1.2",
"ts-mockito": "^2.6.1",
"yaml-front-matter": "^4.1.1"
},
"resolutions": {
"iconv-lite": "0.6.3",
"raw-body": "2.5.2"
}
}
Loading

0 comments on commit a5cc9b0

Please sign in to comment.