1
Fork 0

Update ui dependencies

This commit is contained in:
viktorstrate 2020-08-18 13:20:34 +02:00
parent cb2d806900
commit 4890b0c5b7
2 changed files with 2060 additions and 2047 deletions

4079
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"license": "GPL-3.0",
"description": "UI app for Photoview",
"dependencies": {
"@babel/preset-env": "^7.10.2",
"@babel/preset-env": "^7.11.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
@ -12,24 +12,24 @@
"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",
"babel-plugin-styled-components": "^1.11.1",
"copy-to-clipboard": "^3.3.1",
"downloadjs": "^1.4.7",
"graphql": "^15.1.0",
"graphql-tag": "^2.10.3",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"parcel-bundler": "^1.12.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-lazyload": "^2.6.8",
"react-lazyload": "^2.6.9",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"semantic-ui-react": "^1.2.0",
"styled-components": "^5.1.1",
"subscriptions-transport-ws": "^0.9.16",
"subscriptions-transport-ws": "^0.9.18",
"url-join": "^4.0.1"
},
"scripts": {
@ -37,16 +37,16 @@
"build": "parcel build src/index.html --no-source-maps"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"babel-eslint": "^10.1.0",
"babel-plugin-graphql-tag": "^2.5.0",
"babel-plugin-graphql-tag": "^3.0.0",
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
"eslint": "^7.2.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.10",
"lint-staged": "^10.2.11",
"parcel-plugin-sw-cache": "^0.3.1",
"prettier": "^2.0.5",
"react-router-prop-types": "^1.0.4"