Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c592740efa9d907eac3ad7d8f6e720608f3e962f
Authored by
xiaoxie
2022-05-01 21:33:56 +0800
1 parent
260bfd59
升级shelljs,解决较高版本node打包时的警告
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/package.json
web_src/package.json
View file @
c592740
...
...
@@ -52,7 +52,7 @@
52
52
"postcss-url": "^7.2.1",
53
53
"rimraf": "^2.6.0",
54
54
"semver": "^5.3.0",
55
- "shelljs": "^0.
7.6
",
55
+ "shelljs": "^0.
8.5
",
56
56
"uglifyjs-webpack-plugin": "^1.1.1",
57
57
"url-loader": "^0.5.8",
58
58
"vue-loader": "^13.3.0",
...
...