Skip to content

Commit

Permalink
fix: ajv dependency was not installed with blitz new (#4297)
Browse files Browse the repository at this point in the history
* add ajv to devDeps

* Create four-dots-retire.md
  • Loading branch information
siddhsuresh authored Feb 6, 2024
1 parent 28a7904 commit 71b9950
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-dots-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---

fix: ajv dependency was not installed with blitz new
1 change: 1 addition & 0 deletions packages/generator/templates/app/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@vitejs/plugin-react": "2.2.0",
"ajv": "^7.0.0",
"eslint": "8.27.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
Expand Down
1 change: 1 addition & 0 deletions packages/generator/templates/pages/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@vitejs/plugin-react": "2.2.0",
"ajv": "^7.0.0",
"eslint": "8.27.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
Expand Down

0 comments on commit 71b9950

Please sign in to comment.