Skip to content

Commit

Permalink
Merge pull request #23 from biaov/release/v1.2.1
Browse files Browse the repository at this point in the history
发布 v1.2.1
  • Loading branch information
biaov authored Nov 16, 2023
2 parents b1c31e0 + e5ffe1b commit a0ed62b
Show file tree
Hide file tree
Showing 23 changed files with 1,682 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
一个简单的生态系统,包含 APP,H5,微信小程序,控制台,服务端 😄

<h2 align="center">
<a href="https://github.com/biaov/ecosystem"><img src="https://img.shields.io/badge/version-v1.2.0-blue" /></a>
<a href="https://github.com/biaov/ecosystem"><img src="https://img.shields.io/badge/version-v1.2.1-blue" /></a>
<a href="https://github.com/biaov/ecosystem/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" /></a>
</h2>

Expand Down
735 changes: 366 additions & 369 deletions admin/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ecosystem-admin",
"private": false,
"version": "1.2.0",
"version": "0.0.0",
"author": {
"name": "biaov",
"email": "biaov@qq.com",
Expand Down Expand Up @@ -44,33 +44,33 @@
"@ant-design/icons": "^5.2.6",
"@antv/g2": "^4.2.10",
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.10.1",
"axios": "^1.5.1",
"antd": "^5.11.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0"
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.2.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"typescript": "5.0.4",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-eslint": "^1.8.1"
}
}
Loading

0 comments on commit a0ed62b

Please sign in to comment.