update notion client version to stable

This commit is contained in:
jasongao97 2022-04-02 19:34:00 -04:00
parent 8454832108
commit 99d72bebf5
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -11,9 +11,9 @@
"dev": true
},
"@notionhq/client": {
"version": "0.4.13",
"resolved": "https://registry.npmjs.org/@notionhq/client/-/client-0.4.13.tgz",
"integrity": "sha512-tHC95h4JZYteHmIL49xdta0Yb9q0peXySqo9cqTQEVzpPwUdcPNgWQljMqfrSVKqlpGNX+DhXztY0LR6f3Iw6A==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@notionhq/client/-/client-1.0.4.tgz",
"integrity": "sha512-m7zZ5l3RUktayf1lRBV1XMb8HSKsmWTv/LZPqP7UGC1NMzOlc+bbTOPNQ4CP/c1P4cP61VWLb/zBq7a3c0nMaw==",
"requires": {
"@types/node-fetch": "^2.5.10",
"node-fetch": "^2.6.1"
@ -57,9 +57,9 @@
"integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA=="
},
"@types/node-fetch": {
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.12.tgz",
"integrity": "sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==",
"requires": {
"@types/node": "*",
"form-data": "^3.0.0"

View file

@ -18,7 +18,7 @@
},
"homepage": "https://github.com/nature-of-code/noc-notion#readme",
"dependencies": {
"@notionhq/client": "^0.4.13",
"@notionhq/client": "^1.0.4",
"axios": "^0.25.0",
"magicbook-codesplit": "^0.1.6",
"magicbook-katex": "0.0.7",