mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
Bumps the prod-update group in /admin-frontend with 5 updates: | Package | From | To | | --- | --- | --- | | [@arco-design/web-react](https://github.com/arco-design/arco-design) | `2.60.2` | `2.61.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.28` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.61` | `18.2.66` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.2.22` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.2` | `6.22.3` | Updates `@arco-design/web-react` from 2.60.2 to 2.61.0 - [Release notes](https://github.com/arco-design/arco-design/releases) - [Commits](https://github.com/arco-design/arco-design/compare/2.60.2...2.61.0) Updates `@types/node` from 20.11.24 to 20.11.28 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.61 to 18.2.66 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.19 to 18.2.22 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-router-dom` from 6.22.2 to 6.22.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@arco-design/web-react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-update - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-update - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-update - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-update - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-update ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "nonebot-bison-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "bison",
|
|
"proxy": "http://127.0.0.1:8080",
|
|
"dependencies": {
|
|
"@arco-design/web-react": "^2.61.0",
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/plugin-syntax-flow": "^7.23.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
"@reduxjs/toolkit": "^1.9.6",
|
|
"@testing-library/dom": "^9.3.4",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.11.28",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.22.3",
|
|
"react-scripts": "5.0.1",
|
|
"redux": "^4.2.1",
|
|
"redux-persist": "^6.0.0",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^3.5.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && cp -r -f build/* ../nonebot_bison/admin_page/dist",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint --fix src/**/*.ts src/**/*.tsx"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-redux": "^4.1.0"
|
|
}
|
|
}
|