Skip to content

Commit

Permalink
Update dependency @types/node to v16.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2021
1 parent deba577 commit fa1a5e2
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 130 deletions.
4 changes: 2 additions & 2 deletions api/service-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgriesinger/service-a",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.11.12",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions api/service-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zgriesinger/service-b",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.11.12",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/single-page-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@zgriesinger/single-page-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@types/node": "16.11.12",
"@types/react": "17.0.16",
"@types/react-dom": "17.0.9",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit fa1a5e2

Please sign in to comment.