Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed Sep 6, 2021
1 parent 86c7f64 commit 204e93c
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 458 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,31 @@
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"axios": ">=0.21.3",
"feed": "^4.2.2",
"gitalk": "^1.7.2",
"next": "^11.1.1",
"notion-client": "^4.6.0",
"notion-utils": "^4.6.0",
"preact": "^10.5.13",
"next": "^11.1.2",
"notion-client": "^4.8.6",
"notion-utils": "^4.8.6",
"preact": "^10.5.14",
"react": "^17.0.2",
"react-cusdis": "^2.0.1",
"react-dom": "^17.0.2",
"react-notion-x": "^4.6.0",
"react-notion-x": "^4.8.7",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"eslint": "^7.26.0",
"eslint-config-next": "^11.0.0",
"autoprefixer": "^10.3.4",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"next-sitemap": "^1.6.102",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2"
"eslint-plugin-react": "^7.25.1",
"next-sitemap": "^1.6.164",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9"
},
"resolutions": {
"axios": ">=0.21.1"
Expand Down
Loading

0 comments on commit 204e93c

Please sign in to comment.