Maintenance update

This commit is contained in:
Chrystian Huot 2020-04-24 08:50:21 -04:00
parent f903ce1778
commit 8dae9ecce8
4 changed files with 17685 additions and 16782 deletions

25241
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,39 +9,39 @@
"author": "Chrystian Huot",
"license": "LICENSE",
"dependencies": {
"@angular/animations": "^9.0.6",
"@angular/cdk": "^9.1.2",
"@angular/common": "~9.0.6",
"@angular/compiler": "~9.0.6",
"@angular/core": "~9.0.6",
"@angular/animations": "^9.1.3",
"@angular/cdk": "^9.2.1",
"@angular/common": "~9.1.3",
"@angular/compiler": "~9.1.3",
"@angular/core": "~9.1.3",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "~9.0.6",
"@angular/material": "^9.1.2",
"@angular/platform-browser": "~9.0.6",
"@angular/platform-browser-dynamic": "~9.0.6",
"@angular/router": "~9.0.6",
"apollo-angular": "^1.8.0",
"apollo-angular-link-http": "^1.9.0",
"@angular/forms": "~9.1.3",
"@angular/material": "^9.2.1",
"@angular/platform-browser": "~9.1.3",
"@angular/platform-browser-dynamic": "~9.1.3",
"@angular/router": "~9.1.3",
"apollo-angular": "^1.9.1",
"apollo-angular-link-http": "^1.10.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-ws": "^1.0.19",
"apollo-link": "^1.2.14",
"apollo-link-ws": "^1.0.20",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"rxjs": "~6.5.4",
"rxjs": "~6.5.5",
"subscriptions-transport-ws": "^0.9.16",
"tslib": "^1.11.1",
"zone.js": "~0.10.2"
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.6",
"@angular/cli": "~9.0.6",
"@angular/compiler-cli": "~9.0.6",
"@angular/language-service": "~9.0.6",
"@types/node": "~13.9.1",
"codelyzer": "^5.2.1",
"ts-node": "~8.6.2",
"tslint": "~6.1.0",
"@angular-devkit/build-angular": "~0.901.3",
"@angular/cli": "~9.1.3",
"@angular/compiler-cli": "~9.1.3",
"@angular/language-service": "~9.1.3",
"@types/node": "~13.13.2",
"codelyzer": "^5.2.2",
"ts-node": "~8.9.0",
"tslint": "~6.1.1",
"typescript": "~3.6.4"
}
}

9162
server/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,22 +11,22 @@
"license": "LICENSE",
"dependencies": {
"apollo-datasource": "^0.7.0",
"apollo-server-express": "^2.11.0",
"camelcase": "^5.3.1",
"apollo-server-express": "^2.12.0",
"camelcase": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.6.0",
"helmet": "^3.21.3",
"mariadb": "^2.2.0",
"helmet": "^3.22.0",
"mariadb": "^2.3.1",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemon": "^2.0.2",
"pg": "^7.18.2",
"sequelize": "^5.21.5",
"nodemon": "^2.0.3",
"pg": "^8.0.3",
"sequelize": "^5.21.7",
"sequelize-cli": "^5.5.1",
"sqlite3": "^4.1.1",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
},
"devDependencies": {
"eslint": "^6.8.0"