mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
97a722f260
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.0.2 to 13.1.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.0.2...v13.1.1) Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "4.11.3",
|
|
"@material-ui/icons": "4.11.2",
|
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
"@reduxjs/toolkit": "1.5.0",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@testing-library/user-event": "^13.1.1",
|
|
"@types/jest": "^26.0.21",
|
|
"@types/lodash.uniqby": "4.7.6",
|
|
"@types/node": "^14.14.35",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-redux": "7.1.16",
|
|
"@types/react-router-dom": "5.1.7",
|
|
"@types/react-syntax-highlighter": "13.5.0",
|
|
"@types/recharts": "1.8.19",
|
|
"axios": "0.21.1",
|
|
"clsx": "1.1.1",
|
|
"lodash.uniqby": "4.7.0",
|
|
"query-string": "6.14.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "7.2.3",
|
|
"react-router-dom": "5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-syntax-highlighter": "15.4.3",
|
|
"recharts": "2.0.9",
|
|
"typescript": "~4.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"redux-devtools": "3.7.0"
|
|
}
|
|
}
|