Skip to content

Commit bfe43a6

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/pretty-quick-3.3.1
2 parents ae95ab3 + 31bb1b1 commit bfe43a6

File tree

6 files changed

+306
-140
lines changed

6 files changed

+306
-140
lines changed

examples/cra-react-router/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"react-scripts": "^5.0.1",
1414
"typescript": "^4.6.3"
1515
},
16+
"devDependencies": {
17+
"ajv": "8.16.0"
18+
},
1619
"scripts": {
1720
"start": "react-scripts start",
1821
"build": "react-scripts build"

examples/gatsby-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"react-dom": "file:../../node_modules/react-dom"
1212
},
1313
"devDependencies": {
14-
"prettier": "2.0.5"
14+
"prettier": "2.0.5",
15+
"ajv": "8.16.0"
1516
},
1617
"keywords": [
1718
"gatsby"

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@auth0/auth0-react": "file:../..",
12-
"next": "13.5.6",
12+
"next": "14.1.1",
1313
"react": "file:../../node_modules/react",
1414
"react-dom": "file:../../node_modules/react-dom"
1515
}

0 commit comments

Comments
 (0)