Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/TannerGabriel/Blog
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerGabriel committed Nov 11, 2019
2 parents 143520d + 2b8530b commit 2acf4c4
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 104 deletions.
30 changes: 15 additions & 15 deletions Nest-CRUD/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Nest-CRUD/package.json
Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"@nestjs/testing": "6.3.1",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/jest": "23.3.14",
"@types/node": "10.14.10",
"@types/node": "10.14.22",
"@types/supertest": "2.0.7",
"concurrently": "4.1.0",
"jest": "23.6.0",
Expand Down
30 changes: 15 additions & 15 deletions NestVueChat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions NestVueChat/package.json
Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"@nestjs/testing": "6.5.3",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/jest": "23.3.14",
"@types/node": "10.14.12",
"@types/node": "10.14.22",
"@types/socket.io": "2.1.2",
"@types/supertest": "2.0.8",
"concurrently": "4.1.1",
Expand Down
36 changes: 18 additions & 18 deletions nest-auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nest-auth/package.json
Expand Up @@ -37,11 +37,11 @@
},
"devDependencies": {
"@nestjs/testing": "6.5.3",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/jest": "23.3.14",
"@types/jsonwebtoken": "8.3.2",
"@types/jsonwebtoken": "8.3.5",
"@types/mongoose": "5.5.8",
"@types/node": "10.14.13",
"@types/node": "10.14.22",
"@types/passport-local-mongoose": "4.0.12",
"@types/supertest": "2.0.8",
"concurrently": "4.1.1",
Expand Down
30 changes: 15 additions & 15 deletions nest-file-uploading/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nest-file-uploading/package.json
Expand Up @@ -29,9 +29,9 @@
},
"devDependencies": {
"@nestjs/testing": "6.5.3",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/jest": "23.3.14",
"@types/node": "10.14.13",
"@types/node": "10.14.22",
"@types/supertest": "2.0.8",
"concurrently": "4.1.1",
"jest": "23.6.0",
Expand Down
25 changes: 12 additions & 13 deletions nest-graph-ql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nest-graph-ql/package.json
Expand Up @@ -56,9 +56,9 @@
},
"devDependencies": {
"@nestjs/testing": "6.4.0",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/jest": "23.3.14",
"@types/node": "10.14.10",
"@types/node": "10.14.22",
"@types/supertest": "2.0.7",
"concurrently": "4.1.1",
"jest": "23.6.0",
Expand Down

0 comments on commit 2acf4c4

Please sign in to comment.