Skip to content

Commit

Permalink
plugin updates
Browse files Browse the repository at this point in the history
plugin updates
  • Loading branch information
ehinrichs committed May 29, 2024
1 parent b0ee2f9 commit 1c68c2e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
33 changes: 25 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"citation-js": "^0.7.12",
"gatsby": "^5.13.3",
Expand All @@ -25,17 +26,16 @@
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"gatsby-remark-images": "^7.13.1",
"gatsby-transformer-remark": "^6.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-gallery": "^1.3.0",
"react-lightgallery": "^0.9.0"
},
"devDependencies": {
"@types/node": "^18.19.13",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"typescript": "^5.3.3"
}
}

0 comments on commit 1c68c2e

Please sign in to comment.