Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2020
1 parent 13aead3 commit a91e6f3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"@nestjs/core": "7.0.7",
"@nestjs/testing": "7.0.7",
"@types/glob": "7.1.1",
"@types/inline-css": "^0.0.32",
"@types/inline-css": "0.0.32",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.149",
"@types/nodemailer": "6.4.0",
Expand Down
54 changes: 27 additions & 27 deletions sample/01-basic/package.json
Expand Up @@ -20,37 +20,37 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs-modules/mailer": "^1.3.19",
"@nestjs/common": "^7.0.7",
"@nestjs/core": "^7.0.7",
"@nestjs/platform-express": "^7.0.7",
"dotenv": "^8.2.0",
"nodemailer": "^6.4.6",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.5"
"@nestjs-modules/mailer": "1.3.19",
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"@nestjs/platform-express": "7.0.7",
"dotenv": "8.2.0",
"nodemailer": "6.4.6",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5"
},
"devDependencies": {
"@nestjs/cli": "^7.1.2",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.7",
"@types/express": "^4.17.4",
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.7",
"@types/express": "4.17.4",
"@types/jest": "25.2.1",
"@types/node": "^13.11.0",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"jest": "^25.2.7",
"prettier": "^2.0.2",
"supertest": "^4.0.2",
"@types/node": "13.11.0",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.2",
"jest": "25.2.7",
"prettier": "2.0.2",
"supertest": "4.0.2",
"ts-jest": "25.3.1",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.1",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
"ts-loader": "6.2.2",
"ts-node": "8.8.1",
"tsconfig-paths": "3.9.0",
"typescript": "3.8.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -521,7 +521,7 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/inline-css@^0.0.32":
"@types/inline-css@0.0.32":
version "0.0.32"
resolved "https://registry.yarnpkg.com/@types/inline-css/-/inline-css-0.0.32.tgz#edc99ba54c1d10cec343084ffea6e40435fa22ed"
integrity sha512-/QLPW0Tu2o5iq5B6fepkwT5J4xMPLaA/xnUi/jFDdRbT/ECVrpKB20X/4rM8BrIKkV/Z83anIBF8I4pbJhU1aw==
Expand Down

0 comments on commit a91e6f3

Please sign in to comment.