mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
2a11165f8e
Removes [node-fetch](https://github.com/node-fetch/node-fetch). It's no longer used after updating ancestor dependency [create-react-class](https://github.com/facebook/react). These dependencies need to be updated together. Removes `node-fetch` Updates `create-react-class` from 15.6.3 to 15.7.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v15.7.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect - dependency-name: create-react-class dependency-type: indirect ... 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> |
||
---|---|---|
.. | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
assets.go | ||
Dockerfile.build | ||
package-lock.json | ||
package.json | ||
README.create-react-app.md | ||
README.md |
Kube-ArangoDB Dashboard
The dashboard shows the current state of an operator.
Development
During development, you can run the dev-server like this (in this directory):
# Only once
npm install
npm start