chore(repo): migrate to v13.1.4

This commit is contained in:
AgentEnder 2021-11-11 11:21:46 -06:00 committed by Victor Savkin
parent 4d8c3496a3
commit f6a562d1ec
92 changed files with 379 additions and 201 deletions

View File

@ -5,6 +5,6 @@
"types": ["node"],
"lib": ["DOM", "es2019"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,5 +7,5 @@
"lib": ["DOM"]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,8 +9,11 @@
"**/*.test.ts",
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -8,5 +8,5 @@
"types": ["node"]
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts"]
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}

View File

@ -10,9 +10,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["node"] },
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["node"] },
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,6 +9,6 @@
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["node"] },
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/next/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,6 +9,6 @@
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["node"] },
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../dist/out-tsc", "types": ["node"] },
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/next/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -5,6 +5,6 @@
"types": ["node", "jest"],
"lib": ["dom", "es2019"]
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.ts", "**/*.tsx", "next-env.d.ts"]
}

View File

@ -9,9 +9,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -8,6 +8,6 @@
"../../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -8,9 +8,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,6 +9,6 @@
"../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../../node_modules/@nrwl/react/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -1,13 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../dist/out-tsc",
"types": ["node"]
},
"compilerOptions": { "outDir": "../../../dist/out-tsc", "types": ["node"] },
"files": [
"../../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../../node_modules/@nrwl/next/typings/image.d.ts"
],
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx"],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -61,18 +61,18 @@
"@ngrx/schematics": "12.5.1",
"@ngrx/store": "12.5.1",
"@ngrx/store-devtools": "12.5.1",
"@nrwl/cli": "13.0.0",
"@nrwl/cypress": "13.0.0",
"@nrwl/eslint-plugin-nx": "13.0.0",
"@nrwl/jest": "13.0.0",
"@nrwl/linter": "13.0.0",
"@nrwl/next": "13.0.0",
"@nrwl/node": "13.0.0",
"@nrwl/nx-cloud": "12.5.0",
"@nrwl/react": "13.0.0",
"@nrwl/tao": "13.0.0",
"@nrwl/web": "13.0.0",
"@nrwl/workspace": "13.0.0",
"@nrwl/cli": "13.1.4",
"@nrwl/cypress": "13.1.4",
"@nrwl/eslint-plugin-nx": "13.1.4",
"@nrwl/jest": "13.1.4",
"@nrwl/linter": "13.1.4",
"@nrwl/next": "13.1.4",
"@nrwl/node": "13.1.4",
"@nrwl/nx-cloud": "12.5.2",
"@nrwl/react": "13.1.4",
"@nrwl/tao": "13.1.4",
"@nrwl/web": "13.1.4",
"@nrwl/workspace": "13.1.4",
"@parcel/watcher": "2.0.0-alpha.11",
"@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
@ -141,7 +141,7 @@
"ejs": "^3.1.5",
"enhanced-resolve": "^5.8.3",
"eslint": "7.32.0",
"eslint-config-next": "^12.0.0",
"eslint-config-next": "12.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
@ -296,3 +296,4 @@
"**/xmlhttprequest-ssl": "~1.6.2"
}
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node", "jest"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*_spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*_spec.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,10 +7,14 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*_spec.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -6,6 +6,6 @@
"declaration": true,
"types": ["node"]
},
"exclude": ["**/*.spec.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

View File

@ -9,5 +9,5 @@
"types": []
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts"]
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}

View File

@ -7,9 +7,13 @@
},
"include": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"**/*.spec.js",
"**/*.test.js",
"**/*.spec.jsx",
"**/*.test.jsx",
"**/*.d.ts"
]
}

255
yarn.lock
View File

@ -2424,10 +2424,10 @@
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.0.tgz#1ce019c9e470d7ad05cf0523ee9f606a2e460b65"
integrity sha512-ztXvXG0dEHbWsOZZ2x443fVJK2QtVOhCU6QfmeJjnbmeYhiHhJ4sWOF2QFt0EgNTcyt6prLBVUFGQheW6Jc6lA==
"@next/eslint-plugin-next@11.1.2":
version "11.1.2"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.1.2.tgz#f26cf90bcb6cd2e4645e2ba253bbc9aaaa43a170"
integrity sha512-cN+ojHRsufr9Yz0rtvjv8WI5En0RPZRJnt0y16Ha7DD+0n473evz8i1ETEJHmOLeR7iPJR0zxRrxeTN/bJMOjg==
"@next/eslint-plugin-next@12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.0.0.tgz#754e603ee3e4b248f33c172a27e772a189a99974"
integrity sha512-pXpSBUkaHfIPD3LOpa3SJCxoPAHS68JBgtQylmhjG/Nu2EogzxHFs+GuIyKsLJVKG/8VKe5JobnEQ4u/NmLPPg==
dependencies:
glob "7.1.7"
@ -2677,27 +2677,27 @@
yargs "15.4.1"
yargs-parser "20.0.0"
"@nrwl/cli@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-13.0.0.tgz#1798cd7898fd3ae23ca04665df2cc1517e2bfd64"
integrity sha512-88bK7gTD7bwRHg0b5VUWbTnL4mdPb2vx5dehTTCrATtPAN4UCc1qgch7rbqr2f4urS5/SVFKvbRxs3Eyx5hpWw==
"@nrwl/cli@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-13.1.4.tgz#deb21c477eccbe0ea95f22bf74e63f30d275e374"
integrity sha512-X2mJwjXitBbY/zRkcVJCUI4Kwk7bPJ/ZJwZHQH5Sn9IAX3p13ELQ1eAanxpOpUakVLvkjlAJ1g5vzt1znzs8wA==
dependencies:
"@nrwl/tao" "13.0.0"
"@nrwl/tao" "13.1.4"
chalk "4.1.0"
enquirer "~2.3.6"
v8-compile-cache "2.3.0"
yargs "15.4.1"
yargs-parser "20.0.0"
"@nrwl/cypress@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-13.0.0.tgz#10dc4fc3013810a334b60c434a474c02cf44b239"
integrity sha512-itvePwQpFElplkVxC2oCDSWR66TMlbnoBOFH02sZVxr+ya2HnrF8otFtjmd11GqJiUE1gdYjr3ADmGxQa655OQ==
"@nrwl/cypress@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/cypress/-/cypress-13.1.4.tgz#880c2cd3320192ea454ee6356bb4de6240609539"
integrity sha512-t3HewJdWl7wWAoFm6ZCtMbe8AODvV7Gtck4RP/cB0lFn6Di0q8tUNutVXSfNSdAvSURvegurZsyb30ehIM1FcQ==
dependencies:
"@cypress/webpack-preprocessor" "^5.9.1"
"@nrwl/devkit" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/devkit" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/workspace" "13.1.4"
chalk "4.1.0"
enhanced-resolve "^5.8.3"
fork-ts-checker-webpack-plugin "6.2.10"
@ -2709,38 +2709,38 @@
webpack-node-externals "^3.0.0"
yargs-parser "20.0.0"
"@nrwl/devkit@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-13.0.0.tgz#de0b8ab66f80ee757870102cea025d687f67dee8"
integrity sha512-Qu90n08MIrT+9mYixInK7bJHgtLtJdjLpCDQmjqKvIoHhCWLPGMCRYQdvJ6ABtEDmXx06i7UV6VQd94LSHLXVw==
"@nrwl/devkit@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-13.1.4.tgz#b3dc2dd5690d1af87339fc3e616301d3fd952f74"
integrity sha512-2jzb7A94O8k3lQfIvCgVb/LPoym2P6EoKAEYYX6OgPY0hwjaqik1LgkWxSnN0yTPL5gCCxb6pYLHS8A0tDye2w==
dependencies:
"@nrwl/tao" "13.0.0"
"@nrwl/tao" "13.1.4"
ejs "^3.1.5"
ignore "^5.0.4"
rxjs "^6.5.4"
semver "7.3.4"
tslib "^2.0.0"
"@nrwl/eslint-plugin-nx@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-13.0.0.tgz#285668cd54c07541a5452a8555de588b9d3610fe"
integrity sha512-OcgB37/Nxxn7W+t2eKMSSO8Z9tb4ovcuDoObe4zNmgFvNwxvzwgpSSF8zl7uw5yA3H3QYHshlsN8pBNN79nGjA==
"@nrwl/eslint-plugin-nx@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-13.1.4.tgz#c0b6208f1efe1dad83ee2cde15943e4f502769ee"
integrity sha512-D/OTTGWOo4qh90YTD36tjJkiUrhtja37i3T5Xgytxs1MgLn2cjynwykRPLYWLeVcQnxdsJZtB6SFVCkOGto6LQ==
dependencies:
"@nrwl/devkit" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/devkit" "13.1.4"
"@nrwl/workspace" "13.1.4"
"@typescript-eslint/experimental-utils" "~4.33.0"
confusing-browser-globals "^1.0.9"
ts-node "^9.1.1"
tsconfig-paths "^3.9.0"
"@nrwl/jest@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-13.0.0.tgz#386a74e3fb443a5898970f9c1b46323ccdab8fd0"
integrity sha512-L+ugMCAb9O/NYSyfXv6JGnwIH8S0X83Ql7xbSltUE8jDY0NzT/Y66BWT4znUplhcM8R2TehrnFJtNygeubG8pA==
"@nrwl/jest@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-13.1.4.tgz#19bf60ac1cb939c4a7714f2f92651290e2675877"
integrity sha512-Lb+jVgHhamnO/kkJpRbgr7lvLGh4pqgp+WXzcDJo8in0TgWcdZzldCfV7lXiFoRVv1FgUjVYb5BgfNcVsrDJLg==
dependencies:
"@jest/reporters" "27.2.2"
"@jest/test-result" "27.2.2"
"@nrwl/devkit" "13.0.0"
"@nrwl/devkit" "13.1.4"
chalk "4.1.0"
identity-obj-proxy "3.0.0"
jest-config "27.2.2"
@ -2749,50 +2749,50 @@
rxjs "^6.5.4"
tslib "^2.0.0"
"@nrwl/linter@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-13.0.0.tgz#42b9385fd47dd6235e5eea93d208779bb580331e"
integrity sha512-S4en2XGFro8S73x6Vjfxuzb1Y8Nf1vExJnYRWYYJEWY3mjJAKxvZulYq8XD5epVTQ/HNTVQMp548r2JVQaU34A==
"@nrwl/linter@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-13.1.4.tgz#23b5f4d0a1e282778a5d49a9323c35ec30700166"
integrity sha512-eeBP2BOA8U7QpDbWcYQ7d30I9oSXsxl7jZnhggRUDxmrW1SzJmMTXCSAwRLFnHediFAYQVR1FxVmIjX8cxRPBQ==
dependencies:
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
eslint "7.32.0"
glob "7.1.4"
minimatch "3.0.4"
tmp "~0.2.1"
tslib "^2.0.0"
"@nrwl/next@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-13.0.0.tgz#fed1359b51a64f346808922fa62575d40c34c9f7"
integrity sha512-GxYZj/ujvc9z9fvgZ4wP18dWOOXHZzEzQjR19BM1py/OgGswBp4PyqKlLksLb5aNRkIKBC05qtYVTBP2+l/blw==
"@nrwl/next@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/next/-/next-13.1.4.tgz#0dd5cdad193493f44ab8890656a2c9882d88e49e"
integrity sha512-NHfvrvVOZaEZKETbcuQW+Cx91+JJTqED+gsmZFi5xdPOrplQaiXC0q9t8vrixA0Y8Z//0Y4wy+VOstJXPAp1tQ==
dependencies:
"@babel/plugin-proposal-decorators" "^7.14.5"
"@nrwl/cypress" "13.0.0"
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/react" "13.0.0"
"@nrwl/web" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/cypress" "13.1.4"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/react" "13.1.4"
"@nrwl/web" "13.1.4"
"@nrwl/workspace" "13.1.4"
"@svgr/webpack" "^5.5.0"
chalk "4.1.0"
eslint-config-next "^11.1.2"
eslint-config-next "^12.0.0"
fs-extra "^9.1.0"
ts-node "~9.1.1"
tsconfig-paths "^3.9.0"
url-loader "^4.1.1"
webpack-merge "^5.8.0"
"@nrwl/node@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/node/-/node-13.0.0.tgz#0b547cceabb0b795b287399c9075ec1775b38ad5"
integrity sha512-+KGKtC4j7AVN4WS5oQV9AUR/Q46NUlujzBxp/GDJVbn0U1n7Ki6kWWS/+IoKbqd8TfPlFbsoHtq5+VY6gqUe/w==
"@nrwl/node@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/node/-/node-13.1.4.tgz#d2ab7760bdb25a77d97f6f2879e800324ca1f653"
integrity sha512-MPfzx+two45dBZ8B5w5u10UB2UTa9ZM5K1Mna/vbspDg5s4rPdK7XG9oZrBWt7cKkpBNE9KGkCzxgP65Nab1RQ==
dependencies:
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/workspace" "13.1.4"
chalk "4.1.0"
copy-webpack-plugin "^9.0.1"
enhanced-resolve "^5.8.3"
@ -2812,10 +2812,10 @@
webpack-merge "^5.8.0"
webpack-node-externals "^3.0.0"
"@nrwl/nx-cloud@12.5.0":
version "12.5.0"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-12.5.0.tgz#a24d347d99a6d41242f28d649647c118cd0dafbb"
integrity sha512-3WhuYYNW9L4xFCdCTWBlJUN0CoWMAYpfY1tnLM/ZVgW2Akv9jLgXKbCKV+cO0xqglSy+eMokwwQnB9PxF35aYQ==
"@nrwl/nx-cloud@12.5.2":
version "12.5.2"
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-12.5.2.tgz#579b831b6167b605a68b636645a63261b28aa941"
integrity sha512-Ut1/UR2RiRM79mYpKNKqmQtvPpxzGl3Hyka9TlmyIlciUtkK25cp/ou38+B1oe0wil9OY0wHr3omcVm2OUwZKg==
dependencies:
axios "^0.21.1"
chalk "4.1.0"
@ -2824,20 +2824,20 @@
strip-json-comments "^3.1.1"
tar "6.1.11"
"@nrwl/react@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-13.0.0.tgz#83d7ba7258baba0b8d5cd64c05291f16755657a5"
integrity sha512-B3o5DiYqNg6E9YkIJCOXnv6LtChJ1AQWFgjRJ5I/fI344v0bJeENuUxj+GNtRSet5wheo42MRnGz4/Y8FiV+YQ==
"@nrwl/react@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/react/-/react-13.1.4.tgz#758ce9aa91a607a337cb14698b8a048f28bc0853"
integrity sha512-poDUZVglWowB8ajn2bRx52JPeRyC7M0P7bBXnQyMIHScz25F+igULUBWOSdYCuvXRQ/Q7AqVNvpZDMwHoRKZaw==
dependencies:
"@babel/core" "^7.15.0"
"@babel/preset-react" "^7.14.5"
"@nrwl/cypress" "13.0.0"
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/storybook" "13.0.0"
"@nrwl/web" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/cypress" "13.1.4"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/storybook" "13.1.4"
"@nrwl/web" "13.1.4"
"@nrwl/workspace" "13.1.4"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
"@storybook/node-logger" "6.1.20"
"@svgr/webpack" "^5.5.0"
@ -2852,37 +2852,20 @@
webpack "^5.58.1"
webpack-merge "^5.8.0"
"@nrwl/storybook@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-13.0.0.tgz#9148cd69066203f870a0fec2b56c9abc86dc73fe"
integrity sha512-0mnTs1iTgIF+qbnYCdQkAX+bezFz7E2EB62JPkutvgiVg+4Y7/kmA/AGUj3W42zbMI96AtzIZRmAcOCWzIwhlg==
"@nrwl/storybook@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/storybook/-/storybook-13.1.4.tgz#8097bcbe85f4f0dccfbab857d13f53ee442b549f"
integrity sha512-htoH+w0KKZrW/7tJnaGNX9IsuOhMAnMxZM0i2OUBnZcjavx2tlu0MWmri32Lsge+FOHqJOkngrUAxcM+1BbxjQ==
dependencies:
"@nrwl/cypress" "13.0.0"
"@nrwl/devkit" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/cypress" "13.1.4"
"@nrwl/devkit" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/workspace" "13.1.4"
core-js "^3.6.5"
semver "7.3.4"
ts-loader "^9.2.6"
tsconfig-paths-webpack-plugin "3.4.1"
"@nrwl/tao@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-13.0.0.tgz#280d912d71b68448e0200b56d919748f69b367e8"
integrity sha512-lq9kL1V3cfAL/UiOEvSxW1epuSMuN2O1jcu2/wrFjJSg3XG4hA78PTucOMetiVuQ51Eat1w3ZOfeqN0GzxAKFw==
dependencies:
chalk "4.1.0"
enquirer "~2.3.6"
fs-extra "^9.1.0"
jsonc-parser "3.0.0"
nx "13.0.0"
rxjs "^6.5.4"
rxjs-for-await "0.0.2"
semver "7.3.4"
tmp "~0.2.1"
tslib "^2.0.0"
yargs-parser "20.0.0"
"@nrwl/tao@13.1.3":
version "13.1.3"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-13.1.3.tgz#5a88029b0aa9dfd4bca0a86d3dde2b608c468b36"
@ -2900,10 +2883,27 @@
tslib "^2.0.0"
yargs-parser "20.0.0"
"@nrwl/web@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-13.0.0.tgz#6ffaf8a748b8d4c8f3cdc149ac60cd6c0f988600"
integrity sha512-BD79NQUbba+ZpMfXLvlBBlk++NO6xnRyPCj7PNUmpdRK/QQLWV2rS+ddsjVeW5OZ8ylYsYlFVQ4+ayV9eXpsSQ==
"@nrwl/tao@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-13.1.4.tgz#407c7f4c91676722c35699b1cc816c55680525d7"
integrity sha512-XslTN56x5Y1sEuVkGoAMCibEU0V5CunOORSewMWsNaEWtefhkLD00R0L02Uj4q1d28H+6TiucjR/mGFjyEzWUQ==
dependencies:
chalk "4.1.0"
enquirer "~2.3.6"
fs-extra "^9.1.0"
jsonc-parser "3.0.0"
nx "13.1.4"
rxjs "^6.5.4"
rxjs-for-await "0.0.2"
semver "7.3.4"
tmp "~0.2.1"
tslib "^2.0.0"
yargs-parser "20.0.0"
"@nrwl/web@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/web/-/web-13.1.4.tgz#6d1a569a1b9a3ee312c0b96a03b2d5b97e449b6c"
integrity sha512-ana2YrMHYltowOHG3f3+EzA5jQVL4+QsVniN8qXFJrwecpFEoRlCZYGvhomhe3TyC4QlQkmmSm575foV8dzAyQ==
dependencies:
"@babel/core" "^7.15.0"
"@babel/plugin-proposal-class-properties" "^7.14.5"
@ -2913,11 +2913,11 @@
"@babel/preset-env" "^7.15.0"
"@babel/preset-typescript" "^7.15.0"
"@babel/runtime" "^7.14.8"
"@nrwl/cypress" "13.0.0"
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/workspace" "13.0.0"
"@nrwl/cypress" "13.1.4"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
"@nrwl/linter" "13.1.4"
"@nrwl/workspace" "13.1.4"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
"@rollup/plugin-babel" "^5.3.0"
"@rollup/plugin-commonjs" "^20.0.0"
@ -2978,6 +2978,7 @@
terser "4.3.8"
terser-webpack-plugin "^5.1.1"
ts-loader "^9.2.6"
ts-node "~9.1.1"
tsconfig-paths "^3.9.0"
tsconfig-paths-webpack-plugin "3.4.1"
tslib "^2.0.0"
@ -2988,15 +2989,15 @@
webpack-subresource-integrity "^1.5.2"
worker-plugin "3.2.0"
"@nrwl/workspace@13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-13.0.0.tgz#7db7ffcc39f831c79019e2c6bc9bd812749736df"
integrity sha512-VY44LSDUU48i0V9FyLv5fSJHGB4xOvgswujlCBWsAhWm/KuJKkFauP71DYAU9mcklHm1UUYADyhllARIf/rffw==
"@nrwl/workspace@13.1.4":
version "13.1.4"
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-13.1.4.tgz#861411a995e7741e9e097aa8b85f2693360b40a2"
integrity sha512-dQlxswf2XlMyEJBK4+fZHQTpxtevcWzDCVO9iLjuvL1XZDbDQG95+N7DsASq67qOxFAlpYWVxAVZAXIHsnX9tQ==
dependencies:
"@nrwl/cli" "13.0.0"
"@nrwl/devkit" "13.0.0"
"@nrwl/jest" "13.0.0"
"@nrwl/linter" "13.0.0"
"@nrwl/cli" "13.1.4"
"@nrwl/devkit" "13.1.4"
"@nrwl/jest" "13.1.4"
"@nrwl/linter" "13.1.4"
"@parcel/watcher" "2.0.0-alpha.11"
chalk "4.1.0"
chokidar "^3.5.1"
@ -10087,12 +10088,12 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"
eslint-config-next@^11.1.2:
version "11.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-11.1.2.tgz#73c918f2fa6120d5f65080bf3fcf6b154905707e"
integrity sha512-dFutecxX2Z5/QVlLwdtKt+gIfmNMP8Qx6/qZh3LM/DFVdGJEAnUKrr4VwGmACB2kx/PQ5bx3R+QxnEg4fDPiTg==
eslint-config-next@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.0.0.tgz#0789aa739ab8227bab08839ba5e3794aad63208f"
integrity sha512-h4o5e8Nq7DLgXVt0sDmgNaHauSNBfYb78ru6FPg3H9jRYAP7Z/9P4Olcs4MfpVzW4O1bDolyM0mcKVmqNOZj5g==
dependencies:
"@next/eslint-plugin-next" "11.1.2"
"@next/eslint-plugin-next" "12.0.0"
"@rushstack/eslint-patch" "^1.0.6"
"@typescript-eslint/parser" "^4.20.0"
eslint-import-resolver-node "^0.3.4"
@ -16415,13 +16416,6 @@ nwsapi@^2.2.0:
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
nx@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/nx/-/nx-13.0.0.tgz#e90c9f84dc3e93eea25713535c3dfac0dbe3b769"
integrity sha512-T8iHmW9x6xwPBc4/9nEA5NMAAXvzDxIrejkwNuJMhpw6c1aaS+k8XtePg6V0rIhR7AcU+umLznUviLH1A81JAg==
dependencies:
"@nrwl/cli" "*"
nx@13.1.3:
version "13.1.3"
resolved "https://registry.yarnpkg.com/nx/-/nx-13.1.3.tgz#0b2db9b5bc87a47fb3a90014d2b2abb44f568851"
@ -16429,6 +16423,13 @@ nx@13.1.3:
dependencies:
"@nrwl/cli" "*"
nx@13.1.4:
version "13.1.4"
resolved "https://registry.yarnpkg.com/nx/-/nx-13.1.4.tgz#7bdd0cc8080caa0b3e9ce34128d1c5e0ca4370ae"
integrity sha512-m2j3wymaFlEl/7EoGxlgRzdmgQV1Rsh42df1cM8xFzAzV8ZGtR3Zq19qK7r9SUabpq8jMzp1e6rLQTHewCJWig==
dependencies:
"@nrwl/cli" "*"
oauth-sign@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"