Skip to content

Commit

Permalink
🐛 Fix the deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed Oct 12, 2021
1 parent 39647a6 commit 1912c2f
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 488 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"axios": ">=0.21.3",
"axios": ">=0.22.0",
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"next": "^11.1.2",
"notion-client": "^4.8.6",
"notion-client": "^4.9.7",
"notion-utils": "^4.8.6",
"preact": "^10.5.14",
"preact": "^10.5.15",
"react": "^17.0.2",
"react-cusdis": "^2.0.1",
"react-dom": "^17.0.2",
"react-notion-x": "^4.8.7",
"react-notion-x": "^4.9.8",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"eslint": "^7.32.0",
"autoprefixer": "^10.3.7",
"eslint": "^8.0.0",
"eslint-config-next": "^11.1.2",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.1",
"next-sitemap": "^1.6.164",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9"
"eslint-plugin-react": "^7.26.1",
"next-sitemap": "^1.6.179",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.16"
},
"resolutions": {
"axios": ">=0.21.1"
Expand Down
Loading

0 comments on commit 1912c2f

Please sign in to comment.