feat(server): upgrade packages
This commit is contained in:
parent
077ec8969c
commit
ad911d983f
2 changed files with 1808 additions and 1664 deletions
3418
server/package-lock.json
generated
3418
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -19,44 +19,44 @@
|
||||||
"author": "Simon Giesel",
|
"author": "Simon Giesel",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nestjs/common": "^7.0.9",
|
"@nestjs/common": "^7.4.4",
|
||||||
"@nestjs/core": "^7.0.9",
|
"@nestjs/core": "^7.4.4",
|
||||||
"@nestjs/platform-fastify": "^7.0.9",
|
"@nestjs/platform-fastify": "^7.4.4",
|
||||||
"class-transformer": "^0.2.3",
|
"class-transformer": "^0.3.1",
|
||||||
"class-validator": "^0.12.2",
|
"class-validator": "^0.12.2",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"fastify": "^2.13.1",
|
"fastify": "^3.4.1",
|
||||||
"fastify-swagger": "^2.5.1",
|
"fastify-swagger": "^3.3.0",
|
||||||
"handlebars": "^4.7.6",
|
"handlebars": "^4.7.6",
|
||||||
"node-ts": "^5.0.4",
|
"node-ts": "^5.0.8",
|
||||||
"point-of-view": "^3.8.0",
|
"point-of-view": "^4.5.1",
|
||||||
"reflect-metadata": "^0.1.13"
|
"reflect-metadata": "^0.1.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.11.6",
|
||||||
"@babel/preset-env": "^7.9.5",
|
"@babel/preset-env": "^7.11.5",
|
||||||
"@nestjs/swagger": "^4.5.3",
|
"@nestjs/swagger": "^4.6.1",
|
||||||
"@types/node": "^13.13.2",
|
"@types/node": "^14.11.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
||||||
"@typescript-eslint/parser": "^2.29.0",
|
"@typescript-eslint/parser": "^4.1.1",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"concurrently": "^5.2.0",
|
"concurrently": "^5.3.0",
|
||||||
"dateformat": "^3.0.3",
|
"dateformat": "^3.0.3",
|
||||||
"del": "^5.1.0",
|
"del": "^5.1.0",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^7.9.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-changed": "^4.0.2",
|
"gulp-changed": "^4.0.2",
|
||||||
"gulp-conventional-changelog": "^2.0.29",
|
"gulp-conventional-changelog": "^2.0.32",
|
||||||
"gulp-rename": "^2.0.0",
|
"gulp-rename": "^2.0.0",
|
||||||
"gulp-sass": "^4.1.0",
|
"gulp-sass": "^4.1.0",
|
||||||
"gulp-typescript": "^6.0.0-alpha.1",
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||||||
"gulp-uglifycss": "^1.1.0",
|
"gulp-uglifycss": "^1.1.0",
|
||||||
"material-design-icons": "^3.0.1",
|
"material-design-icons": "^3.0.1",
|
||||||
"nodemon": "^2.0.3",
|
"nodemon": "^2.0.4",
|
||||||
"normalize-scss": "^7.0.1",
|
"normalize-scss": "^7.0.1",
|
||||||
"ts-node": "^8.8.1",
|
"ts-node": "^9.0.0",
|
||||||
"typeface-roboto": "0.0.75",
|
"typeface-roboto": "0.0.75",
|
||||||
"typescript": "^3.8.3",
|
"typescript": "^4.0.3",
|
||||||
"webpack-stream": "^5.2.1"
|
"webpack-stream": "^6.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue