Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 204e93c

Browse files
committed
⬆️ Upgrade dependencies
1 parent 86c7f64 commit 204e93c

2 files changed

Lines changed: 497 additions & 458 deletions

File tree

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,31 @@
2020
"postbuild": "next-sitemap --config next-sitemap.config.js"
2121
},
2222
"dependencies": {
23+
"axios": ">=0.21.3",
2324
"feed": "^4.2.2",
2425
"gitalk": "^1.7.2",
25-
"next": "^11.1.1",
26-
"notion-client": "^4.6.0",
27-
"notion-utils": "^4.6.0",
28-
"preact": "^10.5.13",
26+
"next": "^11.1.2",
27+
"notion-client": "^4.8.6",
28+
"notion-utils": "^4.8.6",
29+
"preact": "^10.5.14",
2930
"react": "^17.0.2",
3031
"react-cusdis": "^2.0.1",
3132
"react-dom": "^17.0.2",
32-
"react-notion-x": "^4.6.0",
33+
"react-notion-x": "^4.8.7",
3334
"use-ackee": "^3.0.0"
3435
},
3536
"devDependencies": {
36-
"autoprefixer": "^10.2.5",
37-
"eslint": "^7.26.0",
38-
"eslint-config-next": "^11.0.0",
37+
"autoprefixer": "^10.3.4",
38+
"eslint": "^7.32.0",
39+
"eslint-config-next": "^11.1.2",
3940
"eslint-config-standard": "^16.0.2",
40-
"eslint-plugin-import": "^2.23.0",
41+
"eslint-plugin-import": "^2.24.2",
4142
"eslint-plugin-node": "^11.1.0",
4243
"eslint-plugin-promise": "^5.1.0",
43-
"eslint-plugin-react": "^7.23.2",
44-
"next-sitemap": "^1.6.102",
45-
"postcss": "^8.2.15",
46-
"tailwindcss": "^2.1.2"
44+
"eslint-plugin-react": "^7.25.1",
45+
"next-sitemap": "^1.6.164",
46+
"postcss": "^8.3.6",
47+
"tailwindcss": "^2.2.9"
4748
},
4849
"resolutions": {
4950
"axios": ">=0.21.1"

0 commit comments

Comments
 (0)