update gatsby 5

This commit is contained in:
2022-11-24 00:35:59 +08:00
parent 40a106e8b9
commit 33e9df892f
2 changed files with 6875 additions and 6118 deletions

12975
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,14 +15,14 @@
"clean": "gatsby clean" "clean": "gatsby clean"
}, },
"dependencies": { "dependencies": {
"gatsby": "^4.24.4", "gatsby": "^5.1.0",
"gatsby-plugin-google-analytics": "^4.24.0", "gatsby-plugin-google-analytics": "^5.1.0",
"gatsby-plugin-google-gtag": "^4.24.0", "gatsby-plugin-google-gtag": "^5.1.0",
"gatsby-plugin-image": "^2.24.0", "gatsby-plugin-image": "^3.1.0",
"gatsby-plugin-sharp": "^4.24.0", "gatsby-plugin-sharp": "^5.1.0",
"gatsby-source-filesystem": "^4.24.0", "gatsby-source-filesystem": "^5.1.0",
"gatsby-transformer-sharp": "^4.24.0", "gatsby-transformer-sharp": "^5.1.0",
"react": "^18.1.0", "react": "^18.2.0",
"react-dom": "^18.1.0" "react-dom": "^18.2.0"
} }
} }