Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/examples/users-api/j…
Browse files Browse the repository at this point in the history
…ose-4.15.5
  • Loading branch information
nandan-bhat committed Jun 21, 2024
2 parents 5a7d6b2 + 4b55bde commit c39b806
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 133 deletions.
3 changes: 3 additions & 0 deletions examples/cra-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"react-scripts": "^5.0.1",
"typescript": "^4.6.3"
},
"devDependencies": {
"ajv": "8.16.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
Expand Down
3 changes: 2 additions & 1 deletion examples/gatsby-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"react-dom": "file:../../node_modules/react-dom"
},
"devDependencies": {
"prettier": "2.0.5"
"prettier": "2.0.5",
"ajv": "8.16.0"
},
"keywords": [
"gatsby"
Expand Down
Loading

0 comments on commit c39b806

Please sign in to comment.