Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit e7507d8

Browse files
authored
Merge pull request #144 from otoyo/update-libraries
Update libraries
2 parents f7c7f99 + 113b9e2 commit e7507d8

File tree

2 files changed

+1420
-1302
lines changed

2 files changed

+1420
-1302
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@
1616
}
1717
},
1818
"dependencies": {
19-
"@notionhq/client": "^1.0.4",
20-
"axios": "^0.27.2",
21-
"got": "^12.3.1",
22-
"image-size": "^1.0.1",
19+
"@notionhq/client": "^2.2.2",
20+
"axios": "^1.2.1",
21+
"got": "^12.5.3",
2322
"mermaid": "^9.3.0",
24-
"metascraper": "^5.30.2",
25-
"metascraper-description": "^5.30.2",
26-
"metascraper-image": "^5.30.2",
27-
"metascraper-title": "^5.30.2",
28-
"next": "^13.0.5",
29-
"prismjs": "^1.28.0",
23+
"metascraper": "^5.32.3",
24+
"metascraper-description": "^5.32.3",
25+
"metascraper-image": "^5.32.3",
26+
"metascraper-title": "^5.32.3",
27+
"next": "^13.0.7",
28+
"prismjs": "^1.29.0",
3029
"react": "^18.2.0",
3130
"react-dom": "^18.2.0",
32-
"react-katex": "^2.0.2",
33-
"react-share": "^4.4.0",
31+
"react-katex": "^3.0.1",
32+
"react-share": "^4.4.1",
3433
"react-twitter-embed": "^4.0.4",
35-
"react-youtube": "^9.0.2",
36-
"shell-quote": "^1.7.3",
37-
"swr": "^1.3.0"
34+
"react-youtube": "^10.1.0",
35+
"shell-quote": "^1.7.4",
36+
"swr": "^2.0.0"
3837
},
3938
"devDependencies": {
4039
"@testing-library/jest-dom": "^5.16.5",
4140
"@testing-library/react": "^13.4.0",
42-
"@types/node": "^17.0.35",
41+
"@types/node": "^18.11.17",
4342
"@types/prismjs": "^1.26.0",
44-
"@types/react": "^17.0.39",
45-
"@typescript-eslint/eslint-plugin": "^5.26.0",
46-
"eslint": "8.16.0",
47-
"eslint-config-next": "^13.0.5",
48-
"husky": "^8.0.1",
49-
"jest": "^27.5.1",
50-
"lint-staged": "^12.4.2",
51-
"node-mocks-http": "^1.11.0",
52-
"prettier": "^2.6.2",
53-
"typescript": "^4.7.2"
43+
"@types/react": "^18.0.26",
44+
"@typescript-eslint/eslint-plugin": "^5.46.1",
45+
"eslint": "8.30.0",
46+
"eslint-config-next": "^13.0.7",
47+
"husky": "^8.0.2",
48+
"jest": "^29.3.1",
49+
"jest-environment-jsdom": "29.3.1",
50+
"lint-staged": "^13.1.0",
51+
"node-mocks-http": "^1.12.1",
52+
"prettier": "^2.8.1",
53+
"typescript": "^4.8.4"
5454
}
5555
}

0 commit comments

Comments
 (0)