Skip to content

Commit

Permalink
working on dependencies
Browse files Browse the repository at this point in the history
working on dependencies
  • Loading branch information
ehinrichs committed May 29, 2024
1 parent 1c68c2e commit c1ebe88
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 20 deletions.
83 changes: 68 additions & 15 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "minimal-blog",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"version": "1.3.16",
"version": "6.2.3",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
Expand All @@ -17,9 +17,10 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.3",
"@theme-ui/color-modes": "^0.16.2",
"citation-js": "^0.7.12",
"gatsby": "^5.13.3",
"gatsby": "^5.13.6",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
Expand All @@ -32,10 +33,10 @@
"react-lightgallery": "^0.9.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}

0 comments on commit c1ebe88

Please sign in to comment.