Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dujiajun committed Sep 12, 2023
1 parent f547571 commit 259564b
Show file tree
Hide file tree
Showing 2 changed files with 839 additions and 720 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
"format": "prettier --write src"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@ant-design/icons": "^5.2.6",
"ahooks": "^3.7.8",
"antd": "^5.8.2",
"axios": "^1.4.0",
"next": "^13.4.12",
"antd": "^5.9.0",
"axios": "^1.5.0",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-responsive": "^9.0.2",
"recharts": "^2.7.2",
"rehype-sanitize": "^5.0.1",
"recharts": "^2.8.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"swr": "^2.2.0"
"swr": "^2.2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 259564b

Please sign in to comment.