mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
Drag n drop sorting for custom fields (#906)
* Try to fix some security vulnerabilities present in used packages (Ran npm audit fix, solved some of the issues) * Implement custom field ordering with new handle placement (WIP, as an update for the jslib is needed to work correctly) * Update reference for jslib * Restore original state of package-lock.json * Downgrade node sass package
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"test:watch": "karma start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "^7.2.1",
|
||||
"@angular/compiler-cli": "^7.2.11",
|
||||
"@ngtools/webpack": "^7.2.2",
|
||||
"@types/chrome": "^0.0.73",
|
||||
"@types/jasmine": "^2.8.8",
|
||||
@@ -75,6 +75,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "7.2.1",
|
||||
"@angular/cdk": "7.2.1",
|
||||
"@angular/common": "7.2.1",
|
||||
"@angular/compiler": "7.2.1",
|
||||
"@angular/core": "7.2.1",
|
||||
|
||||
Reference in New Issue
Block a user