mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
1a56ca3dd8
Bumps [postcss](https://github.com/postcss/postcss) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `postcss` from 7.0.14 to 8.4.16 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.14...8.4.16) Updates `react-scripts` from 3.1.2 to 5.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: react-scripts dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
780 B
JSON
31 lines
780 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"emotion": "^9.2.12",
|
|
"eslint": "^6.5.0",
|
|
"handlebars": "^4.7.7",
|
|
"js-yaml": ">=3.13.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "^16.10.1",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dom": "^16.10.1",
|
|
"react-emotion": "^9.2.12",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-timeout": "^1.1.2",
|
|
"semantic-ui-less": "^2.4.1",
|
|
"semantic-ui-react": "^0.81.3"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"browserslist": "",
|
|
"proxy": "https://192.168.140.212:8528",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|