Skip to content

Commit

Permalink
- updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saheelahmed2 committed Feb 17, 2024
1 parent 6875dd2 commit 4d5eae8
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,35 @@
"clean": "gatsby clean",
"test": "echo 'No test script yet'"
},
"dependencies": {
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@lekoarts/gatsby-theme-minimal-blog": "^2.5.1",
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"@matejmazur/react-katex": "^3.0.2",
"@theme-ui/components": "^0.3.1",
"gatsby": "^2.24.53",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-remark-autolink-headers": "^2.3.1",
"gatsby-remark-responsive-iframe": "^2.4.12",
"katex": "^0.11.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-map-gl": "^5.2.2"
"gatsby": "^5.12.3",
"gatsby-plugin-feed": "^5.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-theme-ui": "^0.16.1",
"gatsby-remark-autolink-headers": "^6.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-transformer-remark": "^6.12.0",
"katex": "^0.16.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^5.2.2",
"theme-ui": "^0.16.1"
},
"devDependencies": {
"@types/node": "^20.6.1",
"cross-env": "^5.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"gh-pages": "^3.1.0"
},
"volta": {
"node": "20.6.1"
}
}
}

0 comments on commit 4d5eae8

Please sign in to comment.