mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 06:20:02 +09:00
chore: update deps
This commit is contained in:
parent
97572f3d03
commit
956f32c490
@ -1,10 +1,10 @@
|
|||||||
import npmName from 'npm-name';
|
import npmName from 'npm-name';
|
||||||
import { send, sendError } from '../../../util/http';
|
import { send, sendError } from '../../../util/http';
|
||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
|
|
||||||
export default async function handler(
|
export default async function handler(
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
const { query } = req.query;
|
const { query } = req.query;
|
||||||
|
|
||||||
|
56
package.json
56
package.json
@ -9,57 +9,57 @@
|
|||||||
"test": "jest --coverage && CI=true react-scripts test --coverage"
|
"test": "jest --coverage && CI=true react-scripts test --coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/browser": "^6.2.0",
|
"@sentry/browser": "^6.3.0",
|
||||||
"cross-fetch": "^3.0.6",
|
"cross-fetch": "^3.1.4",
|
||||||
"easy-peasy": "^4.0.1",
|
"easy-peasy": "^5.0.3",
|
||||||
"fetch-suspense": "^1.2.2",
|
"fetch-suspense": "^1.2.2",
|
||||||
"framer-motion": "^3.7.0",
|
"framer-motion": "^4.1.6",
|
||||||
"i18next": ">=19.9.0",
|
"i18next": ">=20.2.1",
|
||||||
"i18next-browser-languagedetector": "^6.0.1",
|
"i18next-browser-languagedetector": "^6.1.0",
|
||||||
"i18next-chained-backend": "^2.0.1",
|
"i18next-chained-backend": "^2.1.0",
|
||||||
"i18next-localstorage-backend": "^3.1.2",
|
"i18next-localstorage-backend": "^3.1.2",
|
||||||
"i18next-xhr-backend": "^3.2.2",
|
"i18next-xhr-backend": "^3.2.2",
|
||||||
"npm-name": "^6.0.1",
|
"npm-name": "^6.0.1",
|
||||||
"rc-tooltip": "^5.0.2",
|
"rc-tooltip": "^5.1.0",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.2",
|
||||||
"react-ga": "^3.3.0",
|
"react-ga": "^3.3.0",
|
||||||
"react-helmet": "^6.0.0",
|
"react-helmet": "^6.0.0",
|
||||||
"react-i18next": "11.8.8",
|
"react-i18next": "11.8.13",
|
||||||
"react-icons": "^4.2.0",
|
"react-icons": "^4.2.0",
|
||||||
"react-router": "^5.1.2",
|
"react-router": "^5.1.2",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "4.0.3",
|
||||||
"react-spinners": "^0.10.6",
|
"react-spinners": "^0.10.6",
|
||||||
"react-toastify": "^7.0.3",
|
"react-toastify": "^7.0.3",
|
||||||
"styled-components": "^5.2.1",
|
"styled-components": "^5.2.3",
|
||||||
"swr": "^0.4.2",
|
"swr": "^0.5.5",
|
||||||
"validator": "^13.5.2",
|
"validator": "^13.6.0",
|
||||||
"whois-json": "^2.0.4"
|
"whois-json": "^2.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sentry/cli": "^1.62.0",
|
"@sentry/cli": "^1.64.0",
|
||||||
"@testing-library/jest-dom": "^5.11.9",
|
"@testing-library/jest-dom": "^5.11.10",
|
||||||
"@testing-library/react": "^11.2.5",
|
"@testing-library/react": "^11.2.6",
|
||||||
"@types/i18next-node-fs-backend": "^2.1.0",
|
"@types/i18next-node-fs-backend": "^2.1.0",
|
||||||
"@types/jest": "26.0.20",
|
"@types/jest": "26.0.22",
|
||||||
"@types/node": "^14.14.31",
|
"@types/node": "^14.14.41",
|
||||||
"@types/react-dom": "^17.0.1",
|
"@types/react-dom": "^17.0.3",
|
||||||
"@types/react-helmet": "^6.1.0",
|
"@types/react-helmet": "^6.1.1",
|
||||||
"@types/react-router-dom": "^5.1.7",
|
"@types/react-router-dom": "^5.1.7",
|
||||||
"@types/styled-components": "^5.1.7",
|
"@types/styled-components": "^5.1.9",
|
||||||
"@types/validator": "^13.1.3",
|
"@types/validator": "^13.1.3",
|
||||||
"@vercel/build-utils": "^2.9.0",
|
"@vercel/build-utils": "^2.10.2",
|
||||||
"@vercel/node": "^1.9.0",
|
"@vercel/node": "^1.10.0",
|
||||||
"codacy-coverage": "^3.4.0",
|
"codacy-coverage": "^3.4.0",
|
||||||
"husky": "^5.1.1",
|
"husky": "^6.0.0",
|
||||||
"i18next-node-fs-backend": "^2.1.3",
|
"i18next-node-fs-backend": "^2.1.3",
|
||||||
"mutationobserver-shim": "^0.3.5",
|
"mutationobserver-shim": "^0.3.5",
|
||||||
"nock": "^13.0.8",
|
"nock": "^13.0.11",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"pretty-quick": "^3.1.0",
|
"pretty-quick": "^3.1.0",
|
||||||
"ts-jest": "26.5.2",
|
"ts-jest": "26.5.5",
|
||||||
"typescript": "^4.2.0"
|
"typescript": "^4.2.4"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
@ -60,6 +60,7 @@ const modifiers: Modifier[] = [
|
|||||||
(word): string => njoin('Smart', capitalize(word), { elision: false }),
|
(word): string => njoin('Smart', capitalize(word), { elision: false }),
|
||||||
(word): string => njoin('Snap', capitalize(word), { elision: false }),
|
(word): string => njoin('Snap', capitalize(word), { elision: false }),
|
||||||
(word): string => njoin('Super', lower(word), { elision: false }),
|
(word): string => njoin('Super', lower(word), { elision: false }),
|
||||||
|
(word): string => njoin('Strong', lower(word), { elision: false }),
|
||||||
(word): string => njoin('Ultra', lower(word)),
|
(word): string => njoin('Ultra', lower(word)),
|
||||||
(word): string => njoin('Un', lower(word), { elision: false }),
|
(word): string => njoin('Un', lower(word), { elision: false }),
|
||||||
(word): string => njoin('Uni', lower(word)),
|
(word): string => njoin('Uni', lower(word)),
|
||||||
|
@ -2,19 +2,19 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"lib": ["dom", "dom.iterable", "ESNext"],
|
"lib": ["dom", "dom.iterable", "ESNext"],
|
||||||
|
"module": "ESNext",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
"jsx": "react-jsx",
|
||||||
|
"allowJs": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"sourceMap": true,
|
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"module": "ESNext",
|
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react-jsx",
|
|
||||||
"allowJs": true,
|
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"noFallthroughCasesInSwitch": true
|
"noFallthroughCasesInSwitch": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user