Skip to content

Commit

Permalink
chore(deps): update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2023
1 parent e13fe94 commit b327202
Show file tree
Hide file tree
Showing 4 changed files with 1,252 additions and 1,109 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@nickymeuleman/gatsby-theme-blog": "*",
"gatsby": "^4.25.2",
"gatsby-remark-katex": "^6.25.0",
"gatsby": "^5.4.1",
"gatsby-remark-katex": "^7.4.0",
"katex": "^0.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-cypress": "^2.25.0",
"gatsby-cypress": "^3.4.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
Expand Down
32 changes: 16 additions & 16 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"develop": "gatsby develop -H 0.0.0.0"
},
"peerDependencies": {
"gatsby": "^4.25.2",
"gatsby": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint-config-prettier": "^8.6.0",
"gatsby": "^4.25.2",
"gatsby": "^5.4.1",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2",
"typescript": "^4.9.4"
Expand All @@ -42,21 +42,21 @@
"@theme-ui/presets": "^0.15.3",
"@theme-ui/prism": "^0.15.3",
"deepmerge": "^4.2.2",
"gatsby-core-utils": "^3.25.0",
"gatsby-plugin-catch-links": "^4.25.0",
"gatsby-plugin-emotion": "^7.25.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-mdx": "^4.4.0",
"gatsby-plugin-sharp": "^4.25.0",
"gatsby-core-utils": "^4.4.0",
"gatsby-plugin-catch-links": "^5.4.0",
"gatsby-plugin-emotion": "^8.4.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-mdx": "^5.4.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-theme-ui": "^0.15.3",
"gatsby-plugin-typescript": "^4.25.0",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-smartypants": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-json": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"gatsby-transformer-yaml": "^4.25.0",
"gatsby-plugin-typescript": "^5.4.0",
"gatsby-remark-copy-linked-files": "^6.4.0",
"gatsby-remark-images": "^7.4.0",
"gatsby-remark-smartypants": "^6.4.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-transformer-json": "^5.4.0",
"gatsby-transformer-sharp": "^5.4.0",
"gatsby-transformer-yaml": "^5.4.0",
"mkdirp": "^1.0.4",
"parse-numeric-range": "^1.3.0",
"path-browserify": "^1.0.1",
Expand Down
Loading

0 comments on commit b327202

Please sign in to comment.