1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 12:10:32 +09:00

chore: update deps

This commit is contained in:
uetchy 2020-08-20 01:16:30 +09:00
parent c7bbe707a9
commit 9278b7a2ee
3 changed files with 2162 additions and 2280 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test

View File

@ -9,12 +9,12 @@
"test": "jest --coverage && CI=true react-scripts test --coverage"
},
"dependencies": {
"@sentry/browser": "^5.19.0",
"@sentry/browser": "^5.21.1",
"easy-peasy": "^3.3.1",
"fetch-suspense": "^1.2.2",
"framer-motion": "^1.11.1",
"i18next": ">=19.5.4",
"i18next-browser-languagedetector": "^4.1.1",
"framer-motion": "^2.5.1",
"i18next": ">=19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.1.1",
"i18next-xhr-backend": "^3.2.2",
@ -27,43 +27,43 @@
"react-dom": "^16.13.1",
"react-ga": "^3.1.1",
"react-helmet": "^6.0.0",
"react-i18next": "11.5.1",
"react-icons": "^3.10.0",
"react-i18next": "11.7.0",
"react-icons": "^3.11.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "3.4.3",
"react-spinners": "^0.9.0",
"react-toastify": "^6.0.8",
"styled-components": "^5.1.1",
"swr": "^0.2.3",
"swr": "^0.3.0",
"validator": "^13.1.0",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@now/build-utils": "^2.4.0",
"@sentry/cli": "^1.52.3",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.0.2",
"@now/build-utils": "^2.4.2",
"@sentry/cli": "^1.55.1",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "26.0.3",
"@types/node": "^14.0.14",
"@types/jest": "26.0.10",
"@types/node": "^14.6.0",
"@types/node-fetch": "^2.5.5",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^5.0.1",
"@types/styled-components": "^5.1.2",
"@types/validator": "^13.1.0",
"@vercel/node": "^1.7.1",
"@vercel/node": "^1.7.4",
"codacy-coverage": "^3.4.0",
"husky": "^4.2.3",
"i18next-node-fs-backend": "^2.1.3",
"jest": "24.9.0",
"mutationobserver-shim": "^0.3.5",
"nock": "^12.0.3",
"nock": "^13.0.4",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"ts-jest": "26.1.0",
"typescript": "^3.9.5"
"ts-jest": "24.3.0",
"typescript": "^3.9.7"
},
"husky": {
"hooks": {

4400
yarn.lock

File diff suppressed because it is too large Load Diff