Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Update generator deps (#83)
Browse files Browse the repository at this point in the history
* chore: update generator packages deps

* Create nice-stingrays-mix.md
  • Loading branch information
juanpicado authored Aug 5, 2022
1 parent 62c9b89 commit c51faf7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/nice-stingrays-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"generator-verdaccio-plugin": patch
---

chore: update generator packages deps

8 changes: 4 additions & 4 deletions src/app/templates/typescript/auth/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@types/express": "4.17.13",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"@verdaccio/types": "10.5.1",
"eslint": "8.16.0",
"jest": "28.1.1",
"typescript": "4.7.3"
"@verdaccio/types": "10.5.2",
"eslint": "8.21.0",
"jest": "28.1.3",
"typescript": "4.7.4"
},
"keywords": ["<%= keywords %>]"],
"license": "<%= license %>",
Expand Down
8 changes: 4 additions & 4 deletions src/app/templates/typescript/middleware/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@types/express": "4.17.13",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"@verdaccio/types": "10.5.1",
"eslint": "8.16.0",
"jest": "28.1.1",
"typescript": "4.7.3"
"@verdaccio/types": "10.5.2",
"eslint": "8.21.0",
"jest": "28.1.3",
"typescript": "4.7.4"
},
"keywords": ["<%= keywords %>"],
"license": "<%= license %>",
Expand Down
12 changes: 6 additions & 6 deletions src/app/templates/typescript/storage/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@types/jest": "27.5.1",
"@types/node": "12.12.5",
"@types/express": "4.17.13",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"@verdaccio/types": "10.5.1",
"eslint": "8.16.0",
"jest": "28.1.1",
"typescript": "4.7.3"
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@verdaccio/types": "10.5.2",
"eslint": "8.21.0",
"jest": "28.1.3",
"typescript": "4.7.4"
},
"keywords": ["<%= keywords %>"],
"license": "<%= license %>",
Expand Down

0 comments on commit c51faf7

Please sign in to comment.