1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

chore: update deps

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

View File

@ -9,16 +9,16 @@
},
"dependencies": {
"node-fetch": "^2.6.0",
"npm-name": "^5.5.0",
"npm-name": "^6.0.0",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@types/node-fetch": "^2.5.0",
"jest": "^24.9.0",
"nock": "^11.7.2",
"ts-jest": "^25.2.0"
"nock": "^12.0.1",
"ts-jest": "^25.2.1"
},
"engines": {
"node": ">=10.0.0"

View File

@ -3,23 +3,23 @@
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"dev": " yarn start",
"dev": "yarn start",
"lint": "yarn workspaces run lint",
"start": "now dev",
"test": "CI=true yarn workspaces run test"
},
"dependencies": {
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"devDependencies": {
"@sentry/cli": "^1.49.0",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@sentry/cli": "^1.51.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"codacy-coverage": "^3.4.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-react": "^7.17.0",
"husky": "^3.1.0",
"husky": "^4.2.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
},

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": {

1282
yarn.lock

File diff suppressed because it is too large Load Diff