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 Nov 29, 2024
1 parent 198cba6 commit c0acc2b
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 167 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sabertazimi/blog",
"version": "4.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "A blog system based on React and Next",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -50,15 +50,15 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/icons": "^5.5.2",
"@ant-design/nextjs-registry": "^1.0.2",
"@codesandbox/sandpack-react": "^2.19.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^21.0.2",
"antd": "5.22.2",
"antd-style": "^3.7.1",
"classnames": "^2.5.1",
"framer-motion": "^11.11.17",
"framer-motion": "^11.12.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.11",
"next": "^14.2.18",
Expand Down Expand Up @@ -89,13 +89,13 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.4",
"@dg-scripts/stylelint-config": "^5.21.4",
"@octokit/types": "^13.6.1",
"@octokit/types": "^13.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/mdast": "^4.0.4",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/unist": "^3.0.3",
Expand All @@ -109,10 +109,10 @@
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"start-server-and-test": "^2.0.8",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
Expand Down
Loading

0 comments on commit c0acc2b

Please sign in to comment.