Skip to content

Commit c1ebe88

Browse files
committed
working on dependencies
working on dependencies
1 parent 1c68c2e commit c1ebe88

File tree

2 files changed

+74
-20
lines changed

2 files changed

+74
-20
lines changed

package-lock.json

+68-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "minimal-blog",
44
"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.",
5-
"version": "1.3.16",
5+
"version": "6.2.3",
66
"author": "LekoArts",
77
"license": "0BSD",
88
"starter-name": "gatsby-starter-minimal-blog",
@@ -17,9 +17,10 @@
1717
},
1818
"dependencies": {
1919
"@emotion/react": "^11.11.4",
20-
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
20+
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.3",
21+
"@theme-ui/color-modes": "^0.16.2",
2122
"citation-js": "^0.7.12",
22-
"gatsby": "^5.13.3",
23+
"gatsby": "^5.13.6",
2324
"gatsby-plugin-feed": "^5.13.1",
2425
"gatsby-plugin-manifest": "^5.13.1",
2526
"gatsby-plugin-sitemap": "^6.13.1",
@@ -32,10 +33,10 @@
3233
"react-lightgallery": "^0.9.0"
3334
},
3435
"devDependencies": {
35-
"@types/node": "^20.12.12",
36+
"@types/node": "^20.12.13",
3637
"@types/react": "^18.3.3",
3738
"@types/react-dom": "^18.3.0",
3839
"cross-env": "^7.0.3",
39-
"typescript": "^5.3.3"
40+
"typescript": "^5.4.5"
4041
}
4142
}

0 commit comments

Comments
 (0)