Skip to content

Commit

Permalink
chore(deps): update starters and examples (#35565)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 3, 2022
1 parent bf854ca commit c09287a
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
88 changes: 44 additions & 44 deletions starters/gatsby-starter-blog-theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme/package.json
Expand Up @@ -17,6 +17,6 @@
"gatsby-theme-blog": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"theme-ui": "0.14.4"
"theme-ui": "0.14.5"
}
}
18 changes: 9 additions & 9 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions starters/gatsby-starter-minimal-ts/package.json
Expand Up @@ -22,9 +22,9 @@
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/node": "^17.0.26",
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"typescript": "^4.6.3"
"@types/react-dom": "^17.0.16",
"typescript": "^4.6.4"
}
}

0 comments on commit c09287a

Please sign in to comment.