Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shellbear committed Sep 20, 2021
1 parent 1058ba7 commit 4366112
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 127 deletions.
3 changes: 3 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"fast-glob": "^3.2.5",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.2",
"next": "^11.0.1",
"next": "^11.1.2",
"next-mdx-remote": "^3.0.1",
"notion-client": "^4.7.3",
"notion-utils": "^4.7.3",
"prettier": "^2.2.1",
"prismjs": "^1.23.0",
"notion-client": "^4.8.6",
"notion-utils": "^4.8.6",
"prettier": "^2.4.0",
"prismjs": "^1.25.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-notion-x": "^4.7.4",
"styled-components": "^5.2.3",
"react-notion-x": "^4.9.0",
"styled-components": "^5.3.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^3.3.1",
"husky": "4",
"lint-staged": "^11.0.1",
"next-sitemap": "^1.6.105",
"typescript": "^4.2.4"
"next-sitemap": "^1.6.168",
"typescript": "^4.4.3"
}
}
Loading

1 comment on commit 4366112

@vercel
Copy link

@vercel vercel bot commented on 4366112 Sep 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.