Skip to content

Commit 1ef0318

Browse files
authored
fix: move pretty-format under dependencies
1 parent d96ce6b commit 1ef0318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"karma-mocha": "^2.0.1",
5656
"karma-webpack": "^4.0.2",
5757
"mocha": "^10.0.0",
58-
"pretty-format": "^26.0.1",
5958
"webpack": "^4.41.2",
6059
"webpack-cli": "^3.3.10"
6160
},
@@ -64,6 +63,7 @@
6463
"j-component": "^1.4.6",
6564
"less": "^3.10.3",
6665
"miniprogram-compiler": "latest",
67-
"postcss": "^7.0.23"
66+
"postcss": "^7.0.23",
67+
"pretty-format": "^26.0.1"
6868
}
6969
}

0 commit comments

Comments
 (0)