Skip to content

Commit

Permalink
fix use-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 31, 2022
1 parent 173bb76 commit 03aa7db
Show file tree
Hide file tree
Showing 2 changed files with 648 additions and 819 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 03aa7db

Please sign in to comment.