Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1071)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 17, 2023
1 parent 833aafa commit 619f0da
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 377 deletions.
516 changes: 258 additions & 258 deletions .yarn/releases/yarn-3.4.1.cjs → .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ packageExtensions:
dependencies:
postcss: "*"

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sabertazimi/blog",
"version": "3.8.0",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"description": "A blog system based on React and Next",
"keywords": [
"blog",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@codesandbox/sandpack-react": "^2.1.3",
"@codesandbox/sandpack-react": "^2.1.9",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^19.0.7",
"antd": "^5.3.0",
"antd": "^5.3.1",
"classnames": "^2.3.2",
"framer-motion": "^10.2.4",
"framer-motion": "^10.6.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.4",
"next": "^13.2.4",
Expand Down Expand Up @@ -92,15 +92,15 @@
"@octokit/types": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.0",
"@types/jest-axe": "^3.5.5",
"@types/mdast": "^3.0.10",
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/unist": "^2.0.6",
"commit-and-tag-version": "^11.1.0",
"cypress": "^12.7.0",
"commit-and-tag-version": "^11.2.0",
"cypress": "^12.8.1",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.7.0",
Expand All @@ -111,9 +111,9 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"prettier-plugin-tailwindcss": "^0.2.5",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.2.0",
"stylelint": "^15.3.0",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
Expand Down
Loading

1 comment on commit 619f0da

@vercel
Copy link

@vercel vercel bot commented on 619f0da Mar 17, 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.