feat(build-system): prefix some dependencies with "semver:" (#2690)
This makes both npm and yarn to workpull/2712/head
parent
8f32d58fae
commit
b1e048e218
|
@ -36,7 +36,7 @@
|
|||
"angular-clipboard": "^1.6.2",
|
||||
"angular-cookies": "~1.5.0",
|
||||
"angular-file-saver": "^1.1.3",
|
||||
"angular-google-analytics": "github:revolunet/angular-google-analytics#~1.1.9",
|
||||
"angular-google-analytics": "github:revolunet/angular-google-analytics#semver:~1.1.9",
|
||||
"angular-json-tree": "1.0.1",
|
||||
"angular-jwt": "~0.1.8",
|
||||
"angular-loading-bar": "~0.9.0",
|
||||
|
@ -62,8 +62,8 @@
|
|||
"moment": "^2.21.0",
|
||||
"ng-file-upload": "~12.2.13",
|
||||
"rdash-ui": "1.0.*",
|
||||
"splitargs": "github:deviantony/splitargs#~0.2.0",
|
||||
"toastr": "github:CodeSeven/toastr#~2.1.3",
|
||||
"splitargs": "github:deviantony/splitargs#semver:~0.2.0",
|
||||
"toastr": "github:CodeSeven/toastr#semver:~2.1.3",
|
||||
"ui-select": "^0.19.8",
|
||||
"xterm": "^3.8.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue