Skip to content

Commit be696e4

Browse files
committed
refactor: don't use "latest" version for fs-extra and globby
1 parent 5f5a8cc commit be696e4

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
@@ -33,8 +33,8 @@
3333
"eslint-plugin-import": "^2.22.1",
3434
"eslint-plugin-vue": "^7.5.0",
3535
"event-hooks-webpack-plugin": "^2.2.0",
36-
"fs-extra": "latest",
37-
"globby": "latest",
36+
"fs-extra": "^9.1.0",
37+
"globby": "^11.0.2",
3838
"html-webpack-plugin": "^5.0.0",
3939
"minimatch": "^3.0.4",
4040
"sass": "^1.32.6",

0 commit comments

Comments
 (0)