Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2023
1 parent fcb32ea commit b9fe61b
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 665 deletions.
403 changes: 202 additions & 201 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.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.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
42 changes: 21 additions & 21 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.5.1",
"packageManager": "yarn@3.6.0",
"description": "A blog system based on React and Next",
"keywords": [
"blog",
Expand Down Expand Up @@ -52,21 +52,21 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@codesandbox/sandpack-react": "^2.6.4",
"@ant-design/icons": "^5.1.4",
"@codesandbox/sandpack-react": "^2.6.7",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^19.0.8",
"antd": "^5.4.7",
"@octokit/rest": "^19.0.11",
"antd": "^5.5.2",
"classnames": "^2.3.2",
"framer-motion": "^10.12.10",
"framer-motion": "^10.12.16",
"gray-matter": "^4.0.3",
"katex": "^0.16.7",
"next": "^13.4.2",
"next": "^13.4.4",
"next-mdx-remote": "^4.4.1",
"next-progress": "^2.3.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.9",
"next-sitemap": "^4.1.3",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
Expand All @@ -89,34 +89,34 @@
},
"devDependencies": {
"@dg-scripts/stylelint-config": "^5.13.5",
"@octokit/types": "^9.2.2",
"@octokit/types": "^9.2.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/jest-axe": "^3.5.5",
"@types/mdast": "^3.0.11",
"@types/node": "^18.16.9",
"@types/react": "^18.2.6",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/unist": "^2.0.6",
"commit-and-tag-version": "^11.2.1",
"cypress": "^12.12.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"cypress": "^12.13.0",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"jest-axe": "^7.0.1",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.3.2",
"postcss-preset-env": "^8.4.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.6.1",
"stylelint": "^15.6.2",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit b9fe61b

Please sign in to comment.