Skip to content

Commit bf258d4

Browse files
fix: pnpm
1 parent 872235c commit bf258d4

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@
1010
"docs": "npx typedoc --out docs",
1111
"prepare": "husky install"
1212
},
13-
"dependencies": {
14-
"@commitlint/cli": "^18.4.4",
15-
"@commitlint/config-conventional": "^18.4.4",
16-
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
17-
"react": "^18.2.0"
18-
},
1913
"devDependencies": {
20-
"husky": "^9.0.11",
14+
"husky": "^9.1.6",
2115
"lerna": "^8.1.5",
2216
"prettier": "^3.3.3",
2317
"tsup": "^8.1.0",
2418
"typedoc": "^0.26.7",
2519
"typedoc-material-theme": "^1.1.0",
26-
"typedoc-plugin-coverage": "^3.3.0"
20+
"typedoc-plugin-coverage": "^3.3.0",
21+
"@commitlint/cli": "^18.4.4",
22+
"@commitlint/config-conventional": "^18.4.4",
23+
"@ianvs/prettier-plugin-sort-imports": "^4.3.1"
2724
}
2825
}

pnpm-lock.yaml

+12-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)