update third party dependencies

master
MaysWind 2019-04-09 17:13:54 +08:00
parent 5c4acf8616
commit 550fa5f4f5
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -199,8 +199,9 @@
"integrity": "sha1-tPGzM+x87THCB9tePXdmU3XRjqA="
},
"angular-clipboard": {
"version": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102",
"from": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102"
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/angular-clipboard/-/angular-clipboard-1.7.0.tgz",
"integrity": "sha512-4/eg3zZw1MJpIsMc+mWzeVNyWBu8YWpXPTdmbgyPRp/6f0xB6I3XR2iC6Mb4mg/5E9q6exCd0sX2yiIsw+ZLJw=="
},
"angular-cookies": {
"version": "1.6.10",

View File

@ -33,7 +33,7 @@
"angular-promise-buttons": "^0.1.23",
"angular-sweetalert": "^1.1.2",
"angular-utf8-base64": "^0.0.5",
"angular-clipboard": "git://github.com/mayswind/angular-clipboard.git#597a03b73a13754926bd2406979e5de65eb98102",
"angular-clipboard": "^1.7.0",
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
"angularjs-dragula": "^2.0.0"
},