mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Node.js packages update
This commit is contained in:
parent
b0c958fcd5
commit
d9f3835f96
22
package.json
22
package.json
|
|
@ -5,16 +5,16 @@
|
|||
"start:prod": "AOT=1 ROLLUP=1 meteor --production --settings private/settings.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^8.0.3",
|
||||
"@angular/cdk": "^8.0.1",
|
||||
"@angular/common": "8.0.3",
|
||||
"@angular/compiler": "8.0.3",
|
||||
"@angular/core": "8.0.3",
|
||||
"@angular/forms": "8.0.3",
|
||||
"@angular/material": "^8.0.1",
|
||||
"@angular/platform-browser": "8.0.3",
|
||||
"@angular/platform-browser-dynamic": "8.0.3",
|
||||
"@angular/router": "8.0.3",
|
||||
"@angular/animations": "^8.1.0",
|
||||
"@angular/cdk": "^8.0.2",
|
||||
"@angular/common": "8.1.0",
|
||||
"@angular/compiler": "8.1.0",
|
||||
"@angular/core": "8.1.0",
|
||||
"@angular/forms": "8.1.0",
|
||||
"@angular/material": "^8.0.2",
|
||||
"@angular/platform-browser": "8.1.0",
|
||||
"@angular/platform-browser-dynamic": "8.1.0",
|
||||
"@angular/router": "8.1.0",
|
||||
"@babel/runtime": "7.4.5",
|
||||
"bcrypt": "^3.0.6",
|
||||
"core-js": "3.1.4",
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
"zone.js": "0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "8.0.3",
|
||||
"@angular/compiler-cli": "8.1.0",
|
||||
"@types/meteor": "1.4.28",
|
||||
"@types/multiparty": "0.0.32",
|
||||
"@types/node": "^12.0.10",
|
||||
|
|
|
|||
Loading…
Reference in a new issue