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 Nov 25, 2022
1 parent 39b1d03 commit a3fbb30
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 531 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.24.8",
"gatsby-remark-katex": "^6.24.0",
"gatsby": "^5.2.0",
"gatsby-remark-katex": "^7.2.0",
"katex": "^0.16.3",
"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.24.0",
"gatsby-cypress": "^3.2.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
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.24.8",
"gatsby": "^5.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint-config-prettier": "^8.5.0",
"gatsby": "^4.24.8",
"gatsby": "^5.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.9.3"
Expand All @@ -42,21 +42,21 @@
"@theme-ui/presets": "^0.15.4",
"@theme-ui/prism": "^0.15.4",
"deepmerge": "^4.2.2",
"gatsby-core-utils": "^3.24.0",
"gatsby-plugin-catch-links": "^4.24.0",
"gatsby-plugin-emotion": "^7.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-mdx": "^4.3.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-core-utils": "^4.2.0",
"gatsby-plugin-catch-links": "^5.2.0",
"gatsby-plugin-emotion": "^8.2.0",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-mdx": "^5.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-theme-ui": "^0.15.4",
"gatsby-plugin-typescript": "^4.24.0",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-smartypants": "^5.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"gatsby-transformer-yaml": "^4.24.0",
"gatsby-plugin-typescript": "^5.2.0",
"gatsby-remark-copy-linked-files": "^6.2.0",
"gatsby-remark-images": "^7.2.0",
"gatsby-remark-smartypants": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-json": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"gatsby-transformer-yaml": "^5.2.0",
"mkdirp": "^1.0.4",
"parse-numeric-range": "^1.3.0",
"path-browserify": "^1.0.1",
Expand Down
Loading

0 comments on commit a3fbb30

Please sign in to comment.