mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 23:09:03 +00:00
Merge remote-tracking branch 'origin/renovate/pin-dependencies'
This commit is contained in:
commit
d2f4612ab5
2 changed files with 16 additions and 16 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -9,14 +9,14 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^3.14.6",
|
"gatsby": "3.14.6",
|
||||||
"gatsby-plugin-plausible": "^0.0.7",
|
"gatsby-plugin-plausible": "0.0.7",
|
||||||
"gatsby-plugin-robots-txt": "^1.7.1",
|
"gatsby-plugin-robots-txt": "1.7.1",
|
||||||
"gatsby-plugin-sitemap": "^4.10.0",
|
"gatsby-plugin-sitemap": "4.10.0",
|
||||||
"gatsby-plugin-sri": "^1.1.0",
|
"gatsby-plugin-sri": "1.1.0",
|
||||||
"gatsby-theme-code-notes": "^2.3.0",
|
"gatsby-theme-code-notes": "2.3.0",
|
||||||
"react": "^17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "17.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alexcarpenter/slugify": {
|
"node_modules/@alexcarpenter/slugify": {
|
||||||
|
|
16
package.json
16
package.json
|
@ -9,14 +9,14 @@
|
||||||
"start": "gatsby develop"
|
"start": "gatsby develop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^3.14.6",
|
"gatsby": "3.14.6",
|
||||||
"gatsby-plugin-plausible": "^0.0.7",
|
"gatsby-plugin-plausible": "0.0.7",
|
||||||
"gatsby-plugin-robots-txt": "^1.7.1",
|
"gatsby-plugin-robots-txt": "1.7.1",
|
||||||
"gatsby-plugin-sitemap": "^4.10.0",
|
"gatsby-plugin-sitemap": "4.10.0",
|
||||||
"gatsby-plugin-sri": "^1.1.0",
|
"gatsby-plugin-sri": "1.1.0",
|
||||||
"gatsby-theme-code-notes": "^2.3.0",
|
"gatsby-theme-code-notes": "2.3.0",
|
||||||
"react": "^17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "17.0.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue