Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Bump react-spinners from 0.5.1 to 0.5.13 in /ui (#170)
Browse files Browse the repository at this point in the history
* Bump react-spinners from 0.5.1 to 0.5.13 in /ui

Bumps [react-spinners](https://github.com/davidhu2000/react-spinners) from 0.5.1 to 0.5.13.
- [Release notes](https://github.com/davidhu2000/react-spinners/releases)
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davidhu2000/react-spinners/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* import
  • Loading branch information
dependabot-preview[bot] authored and lanwen committed Jul 30, 2019
1 parent 9aaa422 commit 95034cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-spinners": "^0.5.1",
"react-spinners": "^0.5.13",
"react-transition-group": "^4.2.1",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/Session/SessionInfo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import PropTypes from 'prop-types';

import { BeatLoader } from 'react-spinners';
import BeatLoader from "react-spinners/BeatLoader";

const SessionInfo = ({session = "", browser = { caps: {}}}) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/Sessions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
import { CSSTransition, TransitionGroup, } from 'react-transition-group';
import { ajax } from "rxjs/ajax";
import { StyledSessions } from "./style.css";
import { BeatLoader } from 'react-spinners';
import BeatLoader from "react-spinners/BeatLoader";

const Sessions = ({ sessions = {} }) => {
const ids = Object.keys(sessions);
Expand Down
2 changes: 1 addition & 1 deletion ui/src/containers/Capabilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "highlight.js/styles/sunburst.css";
import Select from "react-select";

import { StyledCapabilities } from "./style.css";
import { BeatLoader } from "react-spinners";
import BeatLoader from "react-spinners/BeatLoader";
import { useEventCallback } from "rxjs-hooks";


Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8795,10 +8795,10 @@ react-select@^3.0.4:
react-input-autosize "^2.2.1"
react-transition-group "^2.2.1"

react-spinners@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.5.1.tgz#fc2d66ba36e52c8769b119de0f4a79591fc8313d"
integrity sha512-8MW2565BOoh2VrJNFXDayT0yMw6VPh7xc7UtvY7lX2Ci1V2dvKrjeVBM3ojj8vWrR0pKqY9MyZ9Ehx9wOxi47g==
react-spinners@^0.5.13:
version "0.5.13"
resolved "https://registry.yarnpkg.com/react-spinners/-/react-spinners-0.5.13.tgz#09da41ee6b321083ff9670cbf78e11effb3feb87"
integrity sha512-zrQTWlyhqs+3nQ4Zpg19eW4elYQgrrvu0fXL1tIP3CKgLBxkO+rmXdL8l34qTHrpDZnukMFGLxyqQebijeVSJA==
dependencies:
"@emotion/core" "^10.0.4"
prop-types "^15.5.10"
Expand Down

0 comments on commit 95034cc

Please sign in to comment.