Skip to content

Commit

Permalink
feat: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 27, 2023
1 parent cdca876 commit 6ab7b9f
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 334 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -14,13 +14,9 @@

**适用于 [surmon.me](https://github.com/surmon-china/surmon.me) 博客的管理员后台应用,使用 [`React`](https://github.com/facebook/react)[`Veact`](https://github.com/veactjs/veact) 进行开发。**

> **👁 在线预览:[Online DEMO site](https://github.surmon.me/veact-admin)**
**在线预览:[Online demo site](https://github.surmon.me/veact-admin)**

> **📝 更新记录:[CHANGELOG.md](/CHANGELOG.md#changelog)**
---

**🔥 其他 [相关项目](https://github.com/stars/surmon-china/lists/surmon-me)**
**其他 [相关项目](https://github.com/stars/surmon-china/lists/surmon-me)**

- **[`nodepress`](https://github.com/surmon-china/nodepress)** - RESTful API service for Blog | 博客服务端
- **[`surmon.me`](https://github.com/surmon-china/surmon.me)** - SSR blog website | 博客前端
Expand Down
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -22,44 +22,44 @@
"@ant-design/icons": "^5.2.6",
"@monaco-editor/react": "^4.6.0",
"antd": "^4.24.12",
"axios": "^1.5.1",
"axios": "^1.6.2",
"bezier-easing": "^2.1.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"marked": "^9.1.0",
"marked-highlight": "^2.0.6",
"marked": "^10.0.0",
"marked-highlight": "^2.0.7",
"monaco-editor": "^0.44.0",
"performant-array-to-tree": "^1.11.0",
"query-string": "^8.1.0",
"rc-picker": "2.x",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.20.0",
"react-top-loading-bar": "^2.3.1",
"react-transition-group": "^4.4.5",
"ua-parser-js": "^1.0.36",
"ua-parser-js": "^1.0.37",
"veact": "^0.1.4",
"veact-use": "^0.1.3"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react-transition-group": "^4.4.7",
"@types/ua-parser-js": "^0.7.37",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-transition-group": "^4.4.9",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"less": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
}
}

0 comments on commit 6ab7b9f

Please sign in to comment.