1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02: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:
Oscar Hinton 2021-05-14 20:08:03 +02:00 committed by GitHub
parent 54cd5a68b3
commit bb95eb84ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 375 additions and 323 deletions

View File

@ -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: |

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}