mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01: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:
parent
54cd5a68b3
commit
bb95eb84ea
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '14.x'
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
@ -175,7 +175,7 @@ jobs:
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '14.x'
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
### Requirements
|
||||
|
||||
- [Node.js](https://nodejs.org) v8.11 or greater
|
||||
- [Node.js](https://nodejs.org) v14 or greater
|
||||
|
||||
### Run the app
|
||||
|
||||
|
683
package-lock.json
generated
683
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user