Skip to content

Commit 4366112

Browse files
committed
Bump dependencies
1 parent 1058ba7 commit 4366112

File tree

3 files changed

+195
-127
lines changed

3 files changed

+195
-127
lines changed

next-env.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/types/global" />
33
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"fast-glob": "^3.2.5",
2828
"framer-motion": "^4.1.17",
2929
"gray-matter": "^4.0.2",
30-
"next": "^11.0.1",
30+
"next": "^11.1.2",
3131
"next-mdx-remote": "^3.0.1",
32-
"notion-client": "^4.7.3",
33-
"notion-utils": "^4.7.3",
34-
"prettier": "^2.2.1",
35-
"prismjs": "^1.23.0",
32+
"notion-client": "^4.8.6",
33+
"notion-utils": "^4.8.6",
34+
"prettier": "^2.4.0",
35+
"prismjs": "^1.25.0",
3636
"raw-loader": "^4.0.2",
37-
"react": "17.0.2",
38-
"react-dom": "17.0.2",
37+
"react": "^17.0.2",
38+
"react-dom": "^17.0.2",
3939
"react-icons": "^4.2.0",
40-
"react-notion-x": "^4.7.4",
41-
"styled-components": "^5.2.3",
40+
"react-notion-x": "^4.9.0",
41+
"styled-components": "^5.3.1",
4242
"styled-system": "^5.1.5"
4343
},
4444
"devDependencies": {
@@ -51,7 +51,7 @@
5151
"eslint-plugin-prettier": "^3.3.1",
5252
"husky": "4",
5353
"lint-staged": "^11.0.1",
54-
"next-sitemap": "^1.6.105",
55-
"typescript": "^4.2.4"
54+
"next-sitemap": "^1.6.168",
55+
"typescript": "^4.4.3"
5656
}
5757
}

0 commit comments

Comments
 (0)