1
0
mirror of https://github.com/uetchy/namae.git synced 2025-10-14 23:22:19 +09:00

chore: update deps

This commit is contained in:
2020-02-24 16:42:03 +09:00
parent 5ba70749a2
commit 0fa08f57f3
4 changed files with 780 additions and 550 deletions

View File

@@ -11,13 +11,13 @@
"test": "react-scripts test --coverage"
},
"dependencies": {
"@sentry/browser": "^5.12.1",
"@sentry/browser": "^5.12.4",
"fetch-suspense": "^1.2.0",
"framer-motion": "^1.8.4",
"i18next": ">=19.1.0",
"i18next-browser-languagedetector": "^4.0.1",
"i18next": ">=19.3.1",
"i18next-browser-languagedetector": "^4.0.2",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.0.0",
"i18next-localstorage-backend": "^3.1.1",
"i18next-xhr-backend": "^3.1.2",
"isomorphic-unfetch": "^3.0.0",
"prop-types": "^15.7.2",
@@ -25,29 +25,29 @@
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-i18next": "11.3.1",
"react-i18next": "11.3.3",
"react-icons": "^3.9.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.1",
"react-scripts": "3.4.0",
"react-spinners": "^0.8.0",
"react-tippy": "^1.3.4",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.1.4",
"@testing-library/react": "^9.4.1",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@types/react-helmet": "^5.0.15",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.2",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@types/styled-components": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.18.3",
"husky": "^4.2.1",
"husky": "^4.2.3",
"i18next-node-fs-backend": "^2.1.3"
},
"browserslist": {