mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
fix use-dark-mode
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fisch0920/use-dark-mode": "^2.3.2",
|
||||
"@fisch0920/use-dark-mode": "^2.4.0",
|
||||
"@keyv/redis": "^2.2.3",
|
||||
"classnames": "^2.3.1",
|
||||
"date-fns": "^2.28.0",
|
||||
@@ -37,23 +37,22 @@
|
||||
"lqip-modern": "^1.2.0",
|
||||
"next": "^12.1.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notion-client": "^6.0.26",
|
||||
"notion-client": "^6.1.0",
|
||||
"notion-types": "^6.0.26",
|
||||
"notion-utils": "^6.0.26",
|
||||
"notion-utils": "^6.1.0",
|
||||
"p-map": "^5.3.0",
|
||||
"p-memoize": "^6.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-notion-x": "^6.0.26",
|
||||
"react-notion-x": "^6.1.0",
|
||||
"react-static-tweets": "^0.7.1",
|
||||
"react-use": "^17.3.2",
|
||||
"static-tweets": "^0.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "^12.1.0",
|
||||
"@types/classnames": "^2.3.1",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/node-fetch": "^3.0.3",
|
||||
"@types/react": "^17.0.31",
|
||||
|
||||
Reference in New Issue
Block a user