Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed Mar 16, 2023
1 parent b56c643 commit 0dfc11d
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 308 deletions.
3 changes: 2 additions & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const BLOG = require('./blog.config')
module.exports = {
siteUrl: BLOG.link,
generateRobotsTxt: true,
sitemapSize: 7000
sitemapSize: 7000,
generateIndexSitemap: false
// ...other options
// https://github.com/iamvishnusankar/next-sitemap#configuration-options
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"axios": ">=0.21.1",
"axios": "^1.3.4",
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"next": "^13.2.4",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"preact": "^10.5.15",
"react": "^18.2.0",
"react-cusdis": "^2.0.1",
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"use-ackee": "^3.0.0"
"use-ackee": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"next-sitemap": "^1.6.203",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
"next-sitemap": "^4.0.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"bugs": {
"url": "https://github.com/craigary/nobelium/issues",
Expand Down
Loading

0 comments on commit 0dfc11d

Please sign in to comment.