forked from transitive-bullshit/nextjs-notion-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bug fixes and update core deps
- Loading branch information
1 parent
ea64a04
commit c7a80fb
Showing
11 changed files
with
141 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,13 @@ | |
"name": "nextjs-notion-starter-kit", | ||
"version": "0.1.0", | ||
"private": true, | ||
"type": "module", | ||
"description": "The perfect starter kit for building beautiful websites with Next.js and Notion.", | ||
"author": "Travis Fischer <[email protected]>", | ||
"repository": "transitive-bullshit/nextjs-notion-starter-kit", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
|
@@ -28,23 +29,24 @@ | |
"@keyv/redis": "^2.2.3", | ||
"classnames": "^2.3.1", | ||
"date-fns": "^2.25.0", | ||
"expiry-map": "^2.0.0", | ||
"fathom-client": "^3.0.0", | ||
"got": "^11.8.2", | ||
"isomorphic-unfetch": "^3.1.0", | ||
"keyv": "^4.1.1", | ||
"lqip-modern": "^1.2.0", | ||
"next": "^12.1.0", | ||
"node-fetch": "^2.6.1", | ||
"notion-client": "^5.0.0", | ||
"notion-types": "^5.0.0", | ||
"notion-utils": "^5.0.0", | ||
"p-map": "^4.0.0", | ||
"p-memoize": "^4.0.0", | ||
"notion-client": "^6.0.0", | ||
"notion-types": "^6.0.0", | ||
"notion-utils": "^6.0.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": "^5.0.0", | ||
"react-notion-x": "^6.0.0", | ||
"react-static-tweets": "^0.7.1", | ||
"react-use": "^17.3.2", | ||
"static-tweets": "^0.7.1", | ||
|
@@ -64,7 +66,6 @@ | |
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"next-compose-plugins": "^2.2.1", | ||
"next-transpile-modules": "^9.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.4.4" | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.