Skip to content

Commit a159c7f

Browse files
committed
chore: clean up misc
1 parent e123a5a commit a159c7f

File tree

38 files changed

+2575
-170
lines changed

38 files changed

+2575
-170
lines changed

.pnpmfile.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module.exports = {
22
hooks: {
3-
readPackage: (pkg) => {
3+
readPackage: (pkg) => {
44
// @stencil/core 没有锁住 jest 的版本,所以需要手动锁住
55
if (pkg.name === '@stencil/core') {
66
pkg.dependencies = {
7+
"jest": "27.5.1",
8+
"jest-cli": "27.5.1",
79
'jest-runner': '27.5.1',
810
'jest-environment-node': '27.5.1',
911
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
"jest-environment-node": "^29.7.0",
140140
"jest-light-runner": "^0.6.0",
141141
"jest-preset-stylelint": "^7.0.0",
142-
"jest-taro-helper": "workspace:*",
143142
"jsdom": "^24.0.0",
144143
"lint-staged": "^13.0.2",
145144
"minimist": "^1.2.8",

0 commit comments

Comments
 (0)