Skip to content

Commit f8bcd03

Browse files
committedMay 28, 2022
enh: relax dependency version
1 parent 58ba053 commit f8bcd03

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"rollup": "^1.0.0 || ^2.0.0"
3737
},
3838
"dependencies": {
39-
"commenting": "1.1.0",
40-
"glob": "7.2.0",
41-
"lodash": "4.17.21",
42-
"magic-string": "0.26.2",
43-
"mkdirp": "1.0.4",
44-
"moment": "2.29.3",
45-
"package-name-regex": "2.0.6",
46-
"spdx-expression-validate": "2.0.0",
47-
"spdx-satisfies": "5.0.1"
39+
"commenting": "~1.1.0",
40+
"glob": "~7.2.0",
41+
"lodash": "~4.17.21",
42+
"magic-string": "~0.26.2",
43+
"mkdirp": "~1.0.4",
44+
"moment": "~2.29.3",
45+
"package-name-regex": "~2.0.6",
46+
"spdx-expression-validate": "~2.0.0",
47+
"spdx-satisfies": "~5.0.1"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "7.18.2",

0 commit comments

Comments
 (0)
Please sign in to comment.