Skip to content

Commit

Permalink
chore: upgrade to gatsby 5
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Jan 9, 2024
1 parent b6a1642 commit 10b89bf
Show file tree
Hide file tree
Showing 2 changed files with 1,282 additions and 1,577 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "gatsby-remark-images-remote",
"description": "Processes local and remote images in markdown so they can be used in the production build.",
"version": "2.1.1",
"version": "3.0.0",
"dependencies": {
"@babel/runtime": "^7.18.9",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"gatsby-core-utils": "^3.21.0",
"gatsby-core-utils": "^4.13.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"mdast-util-definitions": "^1.2.5",
Expand All @@ -20,16 +20,16 @@
"@babel/core": "^7.18.0",
"babel-preset-gatsby-package": "^2.21.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.15.0",
"gatsby-plugin-utils": "^4.13.0",
"hast-util-to-html": "^6.1.0",
"mdast-util-to-hast": "^6.0.2"
},
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^4.19.2",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-source-filesystem": "^4.19.0"
"gatsby": "^5.0.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0"
},
"repository": {
"type": "git",
Expand All @@ -41,6 +41,6 @@
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
},
"engines": {
"node": ">=12.13.0"
"node": ">=18.0.0"
}
}
Loading

0 comments on commit 10b89bf

Please sign in to comment.