fix(deps): pin dependencies

This commit is contained in:
Renovate Bot 2020-05-11 00:24:29 +00:00
parent 2f2de58d14
commit c0caa31a2b
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 66 additions and 66 deletions

View file

@ -8,16 +8,16 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0", "@fullhuman/postcss-purgecss": "2.2.0",
"@testing-library/jest-dom": "^5.5.0", "@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "^10.0.4", "@testing-library/react": "10.0.4",
"@testing-library/user-event": "^10.1.0", "@testing-library/user-event": "10.1.0",
"@types/d3-array": "^2.0.0", "@types/d3-array": "2.0.0",
"@types/jest": "^25.2.1", "@types/jest": "25.2.1",
"@types/node": "^12.12.38", "@types/node": "12.12.38",
"@types/react": "^16.9.34", "@types/react": "16.9.34",
"@types/react-dom": "^16.9.7", "@types/react-dom": "16.9.7",
"@types/react-router-dom": "^5.1.5", "@types/react-router-dom": "5.1.5",
"@vx/axis": "0.0.196", "@vx/axis": "0.0.196",
"@vx/curve": "0.0.196", "@vx/curve": "0.0.196",
"@vx/gradient": "0.0.196", "@vx/gradient": "0.0.196",
@ -25,18 +25,18 @@
"@vx/group": "0.0.196", "@vx/group": "0.0.196",
"@vx/scale": "0.0.196", "@vx/scale": "0.0.196",
"@vx/shape": "0.0.196", "@vx/shape": "0.0.196",
"autoprefixer": "^9.7.6", "autoprefixer": "9.7.6",
"d3-array": "^2.4.0", "d3-array": "2.4.0",
"date-fns": "^2.13.0", "date-fns": "2.13.0",
"npm-run-all": "^4.1.5", "npm-run-all": "4.1.5",
"postcss-cli": "^7.1.1", "postcss-cli": "7.1.1",
"prettier": "^2.0.5", "prettier": "2.0.5",
"react": "^16.13.1", "react": "16.13.1",
"react-dom": "^16.13.1", "react-dom": "16.13.1",
"react-router-dom": "^5.1.2", "react-router-dom": "5.1.2",
"react-scripts": "3.4.1", "react-scripts": "3.4.1",
"tailwindcss": "^1.4.5", "tailwindcss": "1.4.5",
"typescript": "^3.7.5" "typescript": "3.8.3"
}, },
"scripts": { "scripts": {
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css", "build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",

View file

@ -23,53 +23,53 @@
"test:e2e": "jest --config ./apps/listory/test/jest-e2e.json" "test:e2e": "jest --config ./apps/listory/test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@hapi/joi": "^17.1.1", "@hapi/joi": "17.1.1",
"@nestjs/common": "^7.0.9", "@nestjs/common": "7.0.9",
"@nestjs/config": "^0.4.0", "@nestjs/config": "0.4.0",
"@nestjs/core": "^7.0.9", "@nestjs/core": "7.0.9",
"@nestjs/jwt": "^7.0.0", "@nestjs/jwt": "7.0.0",
"@nestjs/passport": "^7.0.0", "@nestjs/passport": "7.0.0",
"@nestjs/platform-express": "^7.0.9", "@nestjs/platform-express": "7.0.9",
"@nestjs/schedule": "^0.3.1", "@nestjs/schedule": "0.3.1",
"@nestjs/serve-static": "^2.1.0", "@nestjs/serve-static": "2.1.0",
"@nestjs/swagger": "^4.5.4", "@nestjs/swagger": "4.5.4",
"@nestjs/terminus": "^7.0.1", "@nestjs/terminus": "7.0.1",
"@nestjs/typeorm": "^7.0.0", "@nestjs/typeorm": "7.0.0",
"class-transformer": "^0.2.3", "class-transformer": "0.2.3",
"class-validator": "^0.12.2", "class-validator": "0.12.2",
"date-fns": "^2.13.0", "date-fns": "2.13.0",
"nestjs-typeorm-paginate": "^2.0.3", "nestjs-typeorm-paginate": "2.0.3",
"passport": "^0.4.1", "passport": "0.4.1",
"passport-jwt": "^4.0.0", "passport-jwt": "4.0.0",
"passport-spotify": "^1.1.0", "passport-spotify": "1.1.0",
"pg": "^8.0.3", "pg": "8.0.3",
"reflect-metadata": "^0.1.13", "reflect-metadata": "0.1.13",
"rimraf": "^3.0.2", "rimraf": "3.0.2",
"rxjs": "^6.5.5", "rxjs": "6.5.5",
"swagger-ui-express": "^4.1.4", "swagger-ui-express": "4.1.4",
"typeorm": "^0.2.24" "typeorm": "0.2.24"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^7.1.5", "@nestjs/cli": "7.1.5",
"@nestjs/schematics": "^7.0.0", "@nestjs/schematics": "7.0.0",
"@nestjs/testing": "^7.0.9", "@nestjs/testing": "7.0.9",
"@types/express": "^4.17.6", "@types/express": "4.17.6",
"@types/hapi__joi": "^17.1.0", "@types/hapi__joi": "17.1.0",
"@types/jest": "^25.2.1", "@types/jest": "25.2.1",
"@types/node": "^13.13.5", "@types/node": "13.13.5",
"@types/passport-jwt": "^3.0.3", "@types/passport-jwt": "3.0.3",
"@types/supertest": "^2.0.9", "@types/supertest": "2.0.9",
"jest": "^25.5.4", "jest": "25.5.4",
"prettier": "^2.0.5", "prettier": "2.0.5",
"supertest": "^4.0.2", "supertest": "4.0.2",
"ts-jest": "^25.5.0", "ts-jest": "25.5.0",
"ts-loader": "^7.0.2", "ts-loader": "7.0.2",
"ts-node": "^8.10.1", "ts-node": "8.10.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "3.9.0",
"tslint": "^6.1.2", "tslint": "6.1.2",
"tslint-config-prettier": "^1.18.0", "tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "^2.3.0", "tslint-plugin-prettier": "2.3.0",
"typescript": "^3.8.3" "typescript": "3.8.3"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [