Update ui dependencies

This commit is contained in:
viktorstrate
2020-04-23 21:55:24 +02:00
parent 7f6d3169aa
commit c4413c2d09
3 changed files with 956 additions and 730 deletions

1643
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,32 +4,32 @@
"license": "GPL-3.0",
"description": "UI app for Photoview",
"dependencies": {
"@babel/preset-env": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"babel-plugin-styled-components": "^1.10.7",
"copy-to-clipboard": "^3.3.1",
"downloadjs": "^1.4.7",
"graphql": "^14.6.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"lodash": "^4.17.15",
"parcel-bundler": "^1.12.4",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-apollo": "^3.0.1",
"react-dom": "^16.13.0",
"react-lazyload": "^2.6.5",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-lazyload": "^2.6.7",
"react-router-dom": "^5.1.2",
"react-spring": "^8.0.27",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.0",
"styled-components": "^5.0.1",
"styled-components": "^5.1.0",
"subscriptions-transport-ws": "^0.9.16",
"url-join": "^4.0.1"
},
@@ -41,18 +41,17 @@
"now-build": "react-scripts build"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-plugin-graphql-tag": "^2.5.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"husky": "^4.2.3",
"isarray": "^2.0.5",
"lint-staged": "^10.0.8",
"eslint-plugin-react-hooks": "^3.0.0",
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"parcel-plugin-sw-cache": "^0.3.1",
"react-helmet": "^5.2.1",
"prettier": "^2.0.5",
"react-router-prop-types": "^1.0.4"
},
"cache": {

View File

@@ -7,7 +7,7 @@ import Sidebar from './components/sidebar/Sidebar'
import { Query } from 'react-apollo'
import gql from 'graphql-tag'
import { Authorized } from './AuthorizedRoute'
import Helmet from 'react-helmet'
import { Helmet } from 'react-helmet'
import Header from './components/header/Header'
const adminQuery = gql`
@@ -61,7 +61,7 @@ const SideButtonLink = styled(NavLink)`
}
`
const SideButton = props => {
const SideButton = (props) => {
return (
<SideButtonLink {...props} activeStyle={{ color: '#4183c4' }}>
{props.children}