Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1050)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies (non-major)

* test(mocks-data): rectify broken types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <sabertazimi@gmail.com>
  • Loading branch information
renovate[bot] and sabertazimi committed Mar 4, 2023
1 parent a21c415 commit 954752e
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 141 deletions.
2 changes: 2 additions & 0 deletions __mocks__/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const basePosts = Array.from(Array(5).keys()).map(index => ({
return {
default: MDXContent
};`,
scope: {},
frontmatter: {},
},
}));

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@codesandbox/sandpack-react": "^2.0.17",
"@codesandbox/sandpack-themes": "^2.0.1",
"@codesandbox/sandpack-react": "^2.0.27",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^19.0.7",
"antd": "^5.2.2",
"antd": "^5.2.3",
"classnames": "^2.3.2",
"framer-motion": "^10.0.0",
"framer-motion": "^10.0.1",
"gray-matter": "^4.0.3",
"katex": "^0.16.4",
"next": "^13.2.1",
"next-mdx-remote": "^4.3.0",
"next": "^13.2.3",
"next-mdx-remote": "^4.4.1",
"next-progress": "^2.2.0",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
Expand Down Expand Up @@ -93,13 +93,13 @@
"@types/jest": "^29.4.0",
"@types/jest-axe": "^3.5.5",
"@types/mdast": "^3.0.10",
"@types/node": "^18.14.1",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/unist": "^2.0.6",
"cypress": "^12.7.0",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.1",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.6.0",
"jest": "^29.4.3",
"jest-axe": "^7.0.0",
Expand All @@ -108,7 +108,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prettier-plugin-tailwindcss": "^0.2.4",
"standard-version": "^9.5.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.2.0",
Expand Down
Loading

1 comment on commit 954752e

@vercel
Copy link

@vercel vercel bot commented on 954752e Mar 4, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

blog – ./

blog-git-main-sabertaz.vercel.app
blog-sabertaz.vercel.app
blog.tazimi.dev

Please sign in to comment.