mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
Update npm dependencies
This commit is contained in:
17702
ui/package-lock.json
generated
17702
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,20 +4,20 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"description": "UI app for Photoview",
|
"description": "UI app for Photoview",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-env": "^7.12.7",
|
"@babel/preset-env": "^7.13.12",
|
||||||
"@types/react": "^17.0.0",
|
"@types/react": "^17.0.3",
|
||||||
"babel-plugin-styled-components": "^1.12.0",
|
"babel-plugin-styled-components": "^1.12.0",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
"graphql": "^15.4.0",
|
"graphql": "^15.5.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.2",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-spring": "^8.0.27",
|
"react-spring": "^8.0.27",
|
||||||
"semantic-ui-css": "^2.4.1",
|
"semantic-ui-css": "^2.4.1",
|
||||||
"semantic-ui-react": "^2.0.1",
|
"semantic-ui-react": "^2.0.3",
|
||||||
"styled-components": "^5.2.1",
|
"styled-components": "^5.2.3",
|
||||||
"subscriptions-transport-ws": "^0.9.18",
|
"subscriptions-transport-ws": "^0.9.18",
|
||||||
"url-join": "^4.0.1"
|
"url-join": "^4.0.1"
|
||||||
},
|
},
|
||||||
@@ -29,35 +29,35 @@
|
|||||||
"jest": "jest"
|
"jest": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@apollo/client": "^3.3.4",
|
"@apollo/client": "^3.3.13",
|
||||||
"@babel/core": "^7.12.9",
|
"@babel/core": "^7.13.14",
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
|
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
||||||
"@babel/plugin-transform-runtime": "^7.12.1",
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
||||||
"@babel/preset-react": "^7.12.7",
|
"@babel/preset-react": "^7.13.13",
|
||||||
"@testing-library/jest-dom": "^5.11.6",
|
"@testing-library/jest-dom": "^5.11.10",
|
||||||
"@testing-library/react": "^11.2.2",
|
"@testing-library/react": "^11.2.6",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-jest": "^26.6.3",
|
"babel-jest": "^26.6.3",
|
||||||
"babel-plugin-graphql-tag": "^3.1.0",
|
"babel-plugin-graphql-tag": "^3.2.0",
|
||||||
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
|
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
|
||||||
"browser-sync": "^2.26.14",
|
"browser-sync": "^2.26.14",
|
||||||
"connect-history-api-fallback": "^1.6.0",
|
"connect-history-api-fallback": "^1.6.0",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"esbuild": "^0.8.52",
|
"esbuild": "^0.8.52",
|
||||||
"eslint": "^7.15.0",
|
"eslint": "^7.23.0",
|
||||||
"eslint-plugin-jest": "^24.1.3",
|
"eslint-plugin-jest": "^24.3.3",
|
||||||
"eslint-plugin-jest-dom": "^3.6.3",
|
"eslint-plugin-jest-dom": "^3.7.0",
|
||||||
"eslint-plugin-react": "^7.21.5",
|
"eslint-plugin-react": "^7.23.1",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"fs-extra": "^4.0.3",
|
"fs-extra": "^9.1.0",
|
||||||
"husky": "^4.3.5",
|
"husky": "^6.0.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"lint-staged": "^10.5.3",
|
"lint-staged": "^10.5.4",
|
||||||
"mapbox-gl": "^1.13.0",
|
"mapbox-gl": "^2.2.0",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"react-router-prop-types": "^1.0.5",
|
"react-router-prop-types": "^1.0.5",
|
||||||
"react-test-renderer": "^17.0.1",
|
"react-test-renderer": "^17.0.2",
|
||||||
"workbox-build": "^6.1.1"
|
"workbox-build": "^6.1.2"
|
||||||
},
|
},
|
||||||
"cache": {
|
"cache": {
|
||||||
"swDest": "service-worker.js"
|
"swDest": "service-worker.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user