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 Dec 5, 2023
1 parent 2e9740a commit bf7e1ab
Show file tree
Hide file tree
Showing 5 changed files with 1,462 additions and 1,415 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.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.6.4.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs
62 changes: 31 additions & 31 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.6.4",
"packageManager": "yarn@3.7.0",
"description": "A blog system based on React and Next",
"keywords": [
"blog",
Expand Down Expand Up @@ -53,28 +53,28 @@
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@codesandbox/sandpack-react": "^2.9.0",
"@codesandbox/sandpack-react": "^2.10.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^20.0.2",
"antd": "^5.10.0",
"antd": "^5.12.1",
"classnames": "^2.3.2",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.14",
"gray-matter": "^4.0.3",
"katex": "^0.16.9",
"next": "^13.5.4",
"next-mdx-remote": "^4.4.1",
"next-progress": "^2.3.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.1.0",
"next-seo": "^6.4.0",
"next-sitemap": "^4.2.3",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-live-runner": "^1.0.5",
"react-use": "^17.4.0",
"react-use": "^17.4.2",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"rehype-slug": "^6.0.0",
Expand All @@ -84,43 +84,43 @@
"remark-github": "^12.0.0",
"remark-math": "^5.1.1",
"remark-mdx-code-meta": "^2.0.0",
"typed.js": "^2.0.132",
"typed.js": "^2.1.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@dg-scripts/stylelint-config": "^5.14.0",
"@octokit/types": "^12.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/jest-axe": "^3.5.6",
"@types/mdast": "^4.0.1",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/unist": "^3.0.0",
"@octokit/types": "^12.4.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@types/jest-axe": "^3.5.9",
"@types/mdast": "^4.0.3",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/unist": "^3.0.2",
"commit-and-tag-version": "^11.3.0",
"cypress": "^13.3.1",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^9.0.0",
"cypress": "^13.6.0",
"eslint": "^8.55.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"start-server-and-test": "^2.0.1",
"stylelint": "^15.10.3",
"tailwindcss": "^3.3.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.8",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.11.0",
"tailwindcss": "^3.3.6",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"resolutions": {
"unified": "^11.0.3",
"unified": "^11.0.4",
"vfile": "^6.0.1"
}
}
Loading

0 comments on commit bf7e1ab

Please sign in to comment.