mirror of
https://github.com/bitwarden/web
synced 2025-12-29 06:33:28 +00:00
Bump node to 14 (#955)
* Bump node to 14 * Update Readme * Change engine to ~14 * Bump jslib * Remove @angular/localize since it's not used
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"@types/duo_web_sdk": "^2.7.0",
|
||||
"@types/jquery": "^3.5.5",
|
||||
"@types/lunr": "^2.3.3",
|
||||
"@types/node": "^10.17.57",
|
||||
"@types/node": "^14.14.43",
|
||||
"@types/node-forge": "^0.9.7",
|
||||
"@types/papaparse": "^5.2.5",
|
||||
"@types/webcrypto": "^0.0.28",
|
||||
@@ -75,7 +75,6 @@
|
||||
"@angular/compiler": "^11.2.11",
|
||||
"@angular/core": "^11.2.11",
|
||||
"@angular/forms": "^11.2.11",
|
||||
"@angular/localize": "^11.2.11",
|
||||
"@angular/platform-browser": "^11.2.11",
|
||||
"@angular/platform-browser-dynamic": "^11.2.11",
|
||||
"@angular/router": "^11.2.11",
|
||||
@@ -84,7 +83,7 @@
|
||||
"angular2-toaster": "11.0.1",
|
||||
"big-integer": "1.6.48",
|
||||
"bootstrap": "4.6.0",
|
||||
"braintree-web-drop-in": "1.27.0",
|
||||
"braintree-web-drop-in": "1.28.0",
|
||||
"browser-hrtime": "^1.1.8",
|
||||
"core-js": "^3.11.0",
|
||||
"date-input-polyfill": "^2.14.0",
|
||||
@@ -104,5 +103,9 @@
|
||||
"whatwg-fetch": "3.6.2",
|
||||
"zone.js": "0.11.4",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "~14",
|
||||
"npm": "~6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user