diff --git a/democracy/desktop/.eslintrc b/democracy/desktop/.eslintrc
index cb9b8663..a6bbf36d 100644
--- a/democracy/desktop/.eslintrc
+++ b/democracy/desktop/.eslintrc
@@ -1,10 +1,7 @@
{
+ "root": true,
// Configuration for JavaScript files
- "extends": [
- "airbnb-base",
- "next/core-web-vitals",
- "plugin:prettier/recommended"
- ],
+ "extends": ["airbnb-base", "next/core-web-vitals", "plugin:prettier/recommended"],
"rules": {
"prettier/prettier": [
"error",
@@ -25,9 +22,6 @@
"next/core-web-vitals",
"plugin:prettier/recommended"
],
- "parserOptions": {
- "project": "./tsconfig.json"
- },
"rules": {
"prettier/prettier": [
"error",
@@ -70,10 +64,7 @@
], // Follow the same ordering as the official plugin `prettier-plugin-tailwindcss`
"@typescript-eslint/no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
- "unused-imports/no-unused-vars": [
- "error",
- { "argsIgnorePattern": "^_" }
- ]
+ "unused-imports/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
}
}
]
diff --git a/democracy/desktop/package.json b/democracy/desktop/package.json
index 6cc5118a..9ce097d0 100644
--- a/democracy/desktop/package.json
+++ b/democracy/desktop/package.json
@@ -13,63 +13,66 @@
"build-types": "tsc --noEmit --pretty"
},
"dependencies": {
- "@apollo/client": "^3.5.10",
- "@badrap/bar-of-progress": "^0.1.2",
- "@headlessui/react": "^1.5.0",
- "@heroicons/react": "^1.0.6",
- "@tailwindcss/forms": "^0.5.0",
- "@tailwindcss/line-clamp": "^0.3.1",
- "@tailwindcss/typography": "^0.5.2",
- "@types/d3": "^5.7.0",
- "accounting": "^0.4.1",
- "apollo-link-debounce": "^3.0.0",
- "axios": "^1.6.0",
- "chart.js": "^3.7.1",
- "d3": "^5.7.0",
- "dayjs": "^1.11.0",
- "graphql": "^16.3.0",
- "lodash-es": "^4.17.21",
- "next": "^12.1.4",
- "next-seo": "^5.4.0",
- "react": "^17.0.2",
- "react-chartjs-2": "^4.1.0",
- "react-cool-dimensions": "^2.0.7",
- "react-dom": "^17.0.2",
- "react-infinite-scroll-hook": "^4.0.3",
- "react-use": "^17.3.2",
- "recoil": "^0.7.0",
- "sharp": "^0.30.4",
- "slug": "^5.3.0"
+ "@apollo/client": "3.8.6",
+ "@badrap/bar-of-progress": "0.1.2",
+ "@headlessui/react": "1.7.17",
+ "@heroicons/react": "1.0.6",
+ "@tailwindcss/forms": "0.5.6",
+ "@tailwindcss/line-clamp": "0.3.1",
+ "@tailwindcss/typography": "0.5.10",
+ "@types/d3": "5.16.6",
+ "@yarnpkg/lockfile": "1.1.0",
+ "accounting": "0.4.1",
+ "apollo-link-debounce": "3.0.0",
+ "axios": "1.6.0",
+ "chart.js": "3.9.1",
+ "d3": "5.16.0",
+ "dayjs": "1.11.10",
+ "graphql": "16.8.1",
+ "lodash-es": "4.17.21",
+ "next": "12.3.4",
+ "next-seo": "5.15.0",
+ "react": "17.0.2",
+ "react-chartjs-2": "4.3.1",
+ "react-cool-dimensions": "2.0.7",
+ "react-dom": "17.0.2",
+ "react-infinite-scroll-hook": "4.1.1",
+ "react-use": "17.4.0",
+ "recoil": "0.7.7",
+ "sharp": "0.30.7",
+ "slug": "5.3.0"
},
"devDependencies": {
- "@next/bundle-analyzer": "^12.1.4",
- "@types/lodash-es": "^4.17.6",
- "@types/node": "^17.0.23",
- "@types/react": "^17.0.44",
- "@types/slug": "^5.0.3",
- "@typescript-eslint/eslint-plugin": "^5.18.0",
- "@typescript-eslint/parser": "^5.18.0",
- "autoprefixer": "^10.4.4",
- "cross-env": "^7.0.3",
- "cssnano": "^5.1.7",
- "eslint": "^8.13.0",
- "eslint-config-airbnb-base": "^15.0.0",
- "eslint-config-airbnb-typescript": "^17.0.0",
- "eslint-config-next": "^12.1.4",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-jsx-a11y": "^6.5.1",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
- "eslint-plugin-tailwindcss": "^3.5.0",
- "eslint-plugin-unused-imports": "^2.0.0",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.12",
- "prettier": "^2.6.2",
- "rimraf": "^3.0.2",
- "tailwindcss": "^3.0.23",
- "typescript": "^4.6.3"
+ "@next/bundle-analyzer": "12.3.4",
+ "@types/lodash-es": "4.17.10",
+ "@types/node": "17.0.45",
+ "@types/react": "17.0.69",
+ "@types/slug": "5.0.6",
+ "@typescript-eslint/eslint-plugin": "5.62.0",
+ "@typescript-eslint/parser": "5.62.0",
+ "autoprefixer": "10.4.16",
+ "cross-env": "7.0.3",
+ "cssnano": "5.1.15",
+ "eslint": "8.52.0",
+ "eslint-config-airbnb-base": "15.0.0",
+ "eslint-config-airbnb-typescript": "17.1.0",
+ "eslint-config-next": "12.3.4",
+ "eslint-config-prettier": "8.10.0",
+ "eslint-plugin-import": "2.29.0",
+ "eslint-plugin-jsx-a11y": "6.7.1",
+ "eslint-plugin-prettier": "4.2.1",
+ "eslint-plugin-react": "7.33.2",
+ "eslint-plugin-react-hooks": "4.6.0",
+ "eslint-plugin-tailwindcss": "3.13.0",
+ "eslint-plugin-unused-imports": "2.0.0",
+ "husky": "7.0.4",
+ "lint-staged": "12.5.0",
+ "npm-run-all": "4.1.5",
+ "postcss": "8.4.31",
+ "prettier": "2.8.8",
+ "rimraf": "3.0.2",
+ "tailwindcss": "3.3.5",
+ "typescript": "4.9.5"
},
"license": "ISC"
}
diff --git a/democracy/desktop/src/components/molecules/ChartPair.tsx b/democracy/desktop/src/components/molecules/ChartPair.tsx
index a4fbddb1..4a6c81a7 100644
--- a/democracy/desktop/src/components/molecules/ChartPair.tsx
+++ b/democracy/desktop/src/components/molecules/ChartPair.tsx
@@ -2,11 +2,7 @@ import { useEffect, useRef, useState } from 'react';
import { formatVotes } from '@/utils/Helpers';
-import DoughnutChart, {
- PartyVote,
- VoteCategory,
- Votes,
-} from '../organisms/DoughnutChart';
+import DoughnutChart, { PartyVote, VoteCategory, Votes } from '../organisms/DoughnutChart';
function sortPartyVotes(partyVotes: PartyVote[], key: string) {
try {
@@ -102,10 +98,10 @@ export default function ChartPair({ item, className, large }) {
partyVotes: item.voteResults.partyVotes.map((p: any) => ({
party: p.party,
main: p.main.toLowerCase(),
- yes: p.deviants.yes ?? 0,
- no: p.deviants.no ?? 0,
- abstination: p.deviants.abstination ?? 0,
- notVoted: p.deviants.notVoted ?? 0,
+ yes: p.deviants?.yes ?? 0,
+ no: p.deviants?.no ?? 0,
+ abstination: p.deviants?.abstination ?? 0,
+ notVoted: p.deviants?.notVoted ?? 0,
})),
}
: undefined;
@@ -117,12 +113,7 @@ export default function ChartPair({ item, className, large }) {
setDelay(setTimeout(() => close(), 500));
}}
>
-
+
{item.voteResults && (
close(), 500));
} else {
setHover1(item1);
- setPartyVotes(
- sortPartyVotes(officialVotes?.partyVotes ?? [], k1!)
- );
+ setPartyVotes(sortPartyVotes(officialVotes?.partyVotes ?? [], k1!));
setKey1(k1 ?? undefined);
}
}}
@@ -153,14 +142,12 @@ export default function ChartPair({ item, className, large }) {
item.voteResults.yes +
item.voteResults.no +
item.voteResults.abstination +
- item.voteResults.notVoted
+ item.voteResults.notVoted,
)})`}
{!hover1 && (
{item.voteResults.namedVote
- ? `${formatVotes(
- item.voteResults.yes + item.voteResults.no
- )} Abgeordnete`
+ ? `${formatVotes(item.voteResults.yes + item.voteResults.no)} Abgeordnete`
: `${item.voteResults.partyVotes.length} Fraktionen`}
)}
@@ -202,9 +189,7 @@ export default function ChartPair({ item, className, large }) {
{hover2
? `${hover2.label} (${calculatePercent(
hover2.count,
- item.communityVotes.yes +
- item.communityVotes.no +
- item.communityVotes.abstination
+ item.communityVotes.yes + item.communityVotes.no + item.communityVotes.abstination,
)})`
: formatVotes(item.votes)}
{!hover2 && ' Nutzer'}
@@ -218,15 +203,10 @@ export default function ChartPair({ item, className, large }) {
{hover1.label}
*/}
{partyVotes.map((p) => (
-
+
@@ -245,9 +225,7 @@ export default function ChartPair({ item, className, large }) {
}}
className="flex h-full"
>
*/}
-
- {p[key1!]}
-
+
{p[key1!]}
diff --git a/democracy/desktop/src/layout/Layout.tsx b/democracy/desktop/src/layout/Layout.tsx
index 63965f1a..6785285f 100644
--- a/democracy/desktop/src/layout/Layout.tsx
+++ b/democracy/desktop/src/layout/Layout.tsx
@@ -1,10 +1,10 @@
-import { FC, ReactNode } from 'react';
+import { FC } from 'react';
import Navigation from '@/components/molecules/Navigation';
import DonateDialog from '@/components/organisms/DonateDialog';
interface Props {
- children: ReactNode;
+ children: React.ReactNode;
}
const Layout: FC
= ({ children }) => (
diff --git a/democracy/desktop/src/templates/Main.tsx b/democracy/desktop/src/templates/Main.tsx
index 90f32c53..353672f5 100644
--- a/democracy/desktop/src/templates/Main.tsx
+++ b/democracy/desktop/src/templates/Main.tsx
@@ -1,10 +1,8 @@
-import { ReactNode } from 'react';
-
import { AppConfig } from '@/utils/AppConfig';
type IMainProps = {
- meta: ReactNode;
- children: ReactNode;
+ meta: React.ReactNode;
+ children: React.ReactNode;
};
const Main = (props: IMainProps) => (
diff --git a/democracy/desktop/tsconfig.json b/democracy/desktop/tsconfig.json
index d514f12f..ee9749d6 100644
--- a/democracy/desktop/tsconfig.json
+++ b/democracy/desktop/tsconfig.json
@@ -1,46 +1,31 @@
{
"compilerOptions": {
- "lib": ["dom", "dom.iterable", "esnext"],
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "removeComments": true,
- "preserveConstEnums": true,
- "strict": true,
- "alwaysStrict": true,
- "strictNullChecks": true,
- "noUncheckedIndexedAccess": true,
-
- "noImplicitAny": false,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "allowUnreachableCode": false,
- "noFallthroughCasesInSwitch": true,
-
"target": "es5",
- "outDir": "out",
- "declaration": true,
- "sourceMap": true,
-
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "allowJs": false,
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
"skipLibCheck": true,
+ "strict": false,
"forceConsistentCasingInFileNames": true,
-
- "jsx": "preserve",
"noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
"isolatedModules": true,
+ "jsx": "preserve",
"incremental": true,
-
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ],
+ "strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@/public/*": ["./public/*"]
}
},
- "exclude": ["./out/**/*", "./node_modules/**/*"],
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
+ "exclude": ["node_modules"]
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cc596efb..4783c9e4 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -298,170 +298,179 @@ importers:
democracy/desktop:
dependencies:
'@apollo/client':
- specifier: ^3.5.10
- version: 3.9.10(@types/react@17.0.80)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: 3.8.6
+ version: 3.8.6(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
'@badrap/bar-of-progress':
- specifier: ^0.1.2
+ specifier: 0.1.2
version: 0.1.2
'@headlessui/react':
- specifier: ^1.5.0
- version: 1.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: 1.7.17
+ version: 1.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
'@heroicons/react':
- specifier: ^1.0.6
+ specifier: 1.0.6
version: 1.0.6(react@17.0.2)
'@tailwindcss/forms':
- specifier: ^0.5.0
- version: 0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
+ specifier: 0.5.6
+ version: 0.5.6(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
'@tailwindcss/line-clamp':
- specifier: ^0.3.1
- version: 0.3.1(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
+ specifier: 0.3.1
+ version: 0.3.1(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
'@tailwindcss/typography':
- specifier: ^0.5.2
- version: 0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
+ specifier: 0.5.10
+ version: 0.5.10(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
'@types/d3':
- specifier: ^5.7.0
- version: 5.16.7
+ specifier: 5.16.6
+ version: 5.16.6
+ '@yarnpkg/lockfile':
+ specifier: 1.1.0
+ version: 1.1.0
accounting:
- specifier: ^0.4.1
+ specifier: 0.4.1
version: 0.4.1
apollo-link-debounce:
- specifier: ^3.0.0
- version: 3.0.0(@apollo/client@3.9.10(@types/react@17.0.80)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))
+ specifier: 3.0.0
+ version: 3.0.0(@apollo/client@3.8.6(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))
axios:
- specifier: ^1.6.0
- version: 1.6.8
+ specifier: 1.6.0
+ version: 1.6.0
chart.js:
- specifier: ^3.7.1
+ specifier: 3.9.1
version: 3.9.1
d3:
- specifier: ^5.7.0
+ specifier: 5.16.0
version: 5.16.0
dayjs:
- specifier: ^1.11.0
+ specifier: 1.11.10
version: 1.11.10
graphql:
- specifier: ^16.3.0
+ specifier: 16.8.1
version: 16.8.1
lodash-es:
- specifier: ^4.17.21
+ specifier: 4.17.21
version: 4.17.21
next:
- specifier: ^12.1.4
+ specifier: 12.3.4
version: 12.3.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
next-seo:
- specifier: ^5.4.0
+ specifier: 5.15.0
version: 5.15.0(next@12.3.4(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
react:
- specifier: ^17.0.2
+ specifier: 17.0.2
version: 17.0.2
react-chartjs-2:
- specifier: ^4.1.0
+ specifier: 4.3.1
version: 4.3.1(chart.js@3.9.1)(react@17.0.2)
react-cool-dimensions:
- specifier: ^2.0.7
+ specifier: 2.0.7
version: 2.0.7(react@17.0.2)
react-dom:
- specifier: ^17.0.2
+ specifier: 17.0.2
version: 17.0.2(react@17.0.2)
react-infinite-scroll-hook:
- specifier: ^4.0.3
+ specifier: 4.1.1
version: 4.1.1(react@17.0.2)
react-use:
- specifier: ^17.3.2
- version: 17.5.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ specifier: 17.4.0
+ version: 17.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
recoil:
- specifier: ^0.7.0
+ specifier: 0.7.7
version: 0.7.7(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
sharp:
- specifier: ^0.30.4
+ specifier: 0.30.7
version: 0.30.7
slug:
- specifier: ^5.3.0
+ specifier: 5.3.0
version: 5.3.0
devDependencies:
'@next/bundle-analyzer':
- specifier: ^12.1.4
+ specifier: 12.3.4
version: 12.3.4
'@types/lodash-es':
- specifier: ^4.17.6
- version: 4.17.12
+ specifier: 4.17.10
+ version: 4.17.10
'@types/node':
- specifier: ^17.0.23
+ specifier: 17.0.45
version: 17.0.45
'@types/react':
- specifier: ^17.0.44
- version: 17.0.80
+ specifier: 17.0.69
+ version: 17.0.69
'@types/slug':
- specifier: ^5.0.3
- version: 5.0.8
+ specifier: 5.0.6
+ version: 5.0.6
'@typescript-eslint/eslint-plugin':
- specifier: ^5.18.0
- version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)
+ specifier: 5.62.0
+ version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5)
'@typescript-eslint/parser':
- specifier: ^5.18.0
- version: 5.62.0(eslint@8.57.0)(typescript@4.9.5)
+ specifier: 5.62.0
+ version: 5.62.0(eslint@8.52.0)(typescript@4.9.5)
autoprefixer:
- specifier: ^10.4.4
- version: 10.4.19(postcss@8.4.38)
+ specifier: 10.4.16
+ version: 10.4.16(postcss@8.4.31)
cross-env:
- specifier: ^7.0.3
+ specifier: 7.0.3
version: 7.0.3
cssnano:
- specifier: ^5.1.7
- version: 5.1.15(postcss@8.4.38)
+ specifier: 5.1.15
+ version: 5.1.15(postcss@8.4.31)
eslint:
- specifier: ^8.13.0
- version: 8.57.0
+ specifier: 8.52.0
+ version: 8.52.0
eslint-config-airbnb-base:
- specifier: ^15.0.0
- version: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0))(eslint@8.57.0)
+ specifier: 15.0.0
+ version: 15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0))(eslint@8.52.0)
eslint-config-airbnb-typescript:
- specifier: ^17.0.0
- version: 17.1.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0))(eslint@8.57.0)
+ specifier: 17.1.0
+ version: 17.1.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5))(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0))(eslint@8.52.0)
eslint-config-next:
- specifier: ^12.1.4
- version: 12.3.4(eslint@8.57.0)(typescript@4.9.5)
+ specifier: 12.3.4
+ version: 12.3.4(eslint@8.52.0)(typescript@4.9.5)
eslint-config-prettier:
- specifier: ^8.5.0
- version: 8.10.0(eslint@8.57.0)
+ specifier: 8.10.0
+ version: 8.10.0(eslint@8.52.0)
eslint-plugin-import:
- specifier: ^2.26.0
- version: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.57.0)
+ specifier: 2.29.0
+ version: 2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0)
eslint-plugin-jsx-a11y:
- specifier: ^6.5.1
- version: 6.8.0(eslint@8.57.0)
+ specifier: 6.7.1
+ version: 6.7.1(eslint@8.52.0)
eslint-plugin-prettier:
- specifier: ^4.0.0
- version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8)
+ specifier: 4.2.1
+ version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.52.0))(eslint@8.52.0)(prettier@2.8.8)
eslint-plugin-react:
- specifier: ^7.29.4
- version: 7.34.1(eslint@8.57.0)
+ specifier: 7.33.2
+ version: 7.33.2(eslint@8.52.0)
eslint-plugin-react-hooks:
- specifier: ^4.4.0
- version: 4.6.0(eslint@8.57.0)
+ specifier: 4.6.0
+ version: 4.6.0(eslint@8.52.0)
eslint-plugin-tailwindcss:
- specifier: ^3.5.0
- version: 3.17.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
+ specifier: 3.13.0
+ version: 3.13.0(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))
eslint-plugin-unused-imports:
- specifier: ^2.0.0
- version: 2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)
+ specifier: 2.0.0
+ version: 2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)
+ husky:
+ specifier: 7.0.4
+ version: 7.0.4
+ lint-staged:
+ specifier: 12.5.0
+ version: 12.5.0
npm-run-all:
- specifier: ^4.1.5
+ specifier: 4.1.5
version: 4.1.5
postcss:
- specifier: ^8.4.12
- version: 8.4.38
+ specifier: 8.4.31
+ version: 8.4.31
prettier:
- specifier: ^2.6.2
+ specifier: 2.8.8
version: 2.8.8
rimraf:
- specifier: ^3.0.2
+ specifier: 3.0.2
version: 3.0.2
tailwindcss:
- specifier: ^3.0.23
- version: 3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
+ specifier: 3.3.5
+ version: 3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
typescript:
- specifier: ^4.6.3
+ specifier: 4.9.5
version: 4.9.5
packages/tsconfig: {}
@@ -495,7 +504,7 @@ importers:
version: 10.0.1(typescript@5.2.2)
tsup:
specifier: ^7.2.0
- version: 7.2.0(@swc/core@1.3.93)(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2))(typescript@5.2.2)
+ version: 7.2.0(@swc/core@1.3.93)(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(typescript@5.2.2))(typescript@5.2.2)
tsup-config:
specifier: workspace:*
version: link:../../../packages/tsup-config
@@ -1320,6 +1329,24 @@ packages:
peerDependencies:
graphql: 14.x || 15.x || 16.x
+ '@apollo/client@3.8.6':
+ resolution: {integrity: sha512-FnHg3vhQP8tQzgBs6oTJCFFIbovelDGYujj6MK7CJneiHf62TJstCIO0Ot4A1h7XrgFEtgl8a/OgajQWqrTuYw==}
+ peerDependencies:
+ graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql-ws: ^5.5.5
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
+ subscriptions-transport-ws: ^0.9.0 || ^0.11.0
+ peerDependenciesMeta:
+ graphql-ws:
+ optional: true
+ react:
+ optional: true
+ react-dom:
+ optional: true
+ subscriptions-transport-ws:
+ optional: true
+
'@apollo/client@3.9.10':
resolution: {integrity: sha512-w8i/Lk1P0vvWZF0Xb00XPonn79/0rgRJ1vopBlVudVuy9QP29/NZXK0rI2xJIN6VrKuEqJZaVGJC+7k23I2sfA==}
peerDependencies:
@@ -2429,10 +2456,6 @@ packages:
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/eslintrc@2.1.3':
- resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
-
'@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -2783,8 +2806,8 @@ packages:
engines: {node: '>=6'}
hasBin: true
- '@headlessui/react@1.7.19':
- resolution: {integrity: sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==}
+ '@headlessui/react@1.7.17':
+ resolution: {integrity: sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==}
engines: {node: '>=10'}
peerDependencies:
react: ^16 || ^17 || ^18
@@ -3561,8 +3584,8 @@ packages:
resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
engines: {node: '>=14.16'}
- '@tailwindcss/forms@0.5.7':
- resolution: {integrity: sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==}
+ '@tailwindcss/forms@0.5.6':
+ resolution: {integrity: sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==}
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
@@ -3571,20 +3594,11 @@ packages:
peerDependencies:
tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
- '@tailwindcss/typography@0.5.13':
- resolution: {integrity: sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==}
+ '@tailwindcss/typography@0.5.10':
+ resolution: {integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==}
peerDependencies:
tailwindcss: '>=3.0.0 || insiders'
- '@tanstack/react-virtual@3.5.0':
- resolution: {integrity: sha512-rtvo7KwuIvqK9zb0VZ5IL7fiJAEnG+0EiFZz8FUOs+2mhGqdGmjKIaT1XU7Zq0eFqL0jonLlhbayJI/J2SA/Bw==}
- peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
-
- '@tanstack/virtual-core@3.5.0':
- resolution: {integrity: sha512-KnPRCkQTyqhanNC0K63GBG3wA8I+D1fQuVnAvcBF8f13akOKeQp1gSbu6f77zCxhEk727iV5oQnbHLYzHrECLg==}
-
'@tootallnate/once@2.0.0':
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
engines: {node: '>= 10'}
@@ -3742,8 +3756,8 @@ packages:
'@types/d3-zoom@1.8.7':
resolution: {integrity: sha512-HJWci3jXwFIuFKDqGn5PmuwrhZvuFdrnUmtSKCLXFAWyf2lAIUKMKh1/lHOkWBl/f4KVupGricJiqkQy+cVTog==}
- '@types/d3@5.16.7':
- resolution: {integrity: sha512-GMwYYRuI+BNHS6c5B1OUDx6yKWtnolVYq1YxUkXn0HhlQyzKcpgpxJd7BKuazq+1+TridBbQjs4kztX6nIhl9g==}
+ '@types/d3@5.16.6':
+ resolution: {integrity: sha512-WYi3xeNZgo7KIxGMAinNpB2c3ymKjNWo5NOgtCN9nl+AdbBoF/hoOSSZ0QQO+tnCtSKrA7izQSOjMtPvjPBuyw==}
'@types/debug@4.1.12':
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
@@ -3833,8 +3847,8 @@ packages:
'@types/linkify-it@3.0.3':
resolution: {integrity: sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==}
- '@types/lodash-es@4.17.12':
- resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
+ '@types/lodash-es@4.17.10':
+ resolution: {integrity: sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==}
'@types/lodash@4.14.199':
resolution: {integrity: sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==}
@@ -3924,8 +3938,8 @@ packages:
'@types/range-parser@1.2.6':
resolution: {integrity: sha512-+0autS93xyXizIYiyL02FCY8N+KkKPhILhcUSA276HxzreZ16kl+cmwvV2qAM/PuCCwPXzOXOWhiPcw20uSFcA==}
- '@types/react@17.0.80':
- resolution: {integrity: sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==}
+ '@types/react@17.0.69':
+ resolution: {integrity: sha512-klEeru//GhiQvXUBayz0Q4l3rKHWsBR/EUOhOeow6hK2jV7MlO44+8yEk6+OtPeOlRfnpUnrLXzGK+iGph5aeg==}
'@types/react@18.2.75':
resolution: {integrity: sha512-+DNnF7yc5y0bHkBTiLKqXFe+L4B3nvOphiMY3tuA5X10esmjqk7smyBZzbGTy2vsiy/Bnzj8yFIBL8xhRacoOg==}
@@ -3954,8 +3968,8 @@ packages:
'@types/serve-static@1.15.4':
resolution: {integrity: sha512-aqqNfs1XTF0HDrFdlY//+SGUxmdSUbjeRXb5iaZc3x0/vMbYmdw9qvOgHWOyyLFxSSRnUuP5+724zBgfw8/WAw==}
- '@types/slug@5.0.8':
- resolution: {integrity: sha512-mblTWR1OST257k1gZ3QvqG+ERSr8Ea6dyM1FH6Jtm4jeXi0/r0/95VNctofuiywPxCVQuE8AuFoqmvJ4iVUlXQ==}
+ '@types/slug@5.0.6':
+ resolution: {integrity: sha512-7z9pKAJRwVN/aJnDm8CHgq+0qizT3OuunI4M8IlZ0UcsWYbG3EW2ob7qbaeB+qk1wygoi88/i1/KvUDpHX5zRA==}
'@types/stack-utils@2.0.3':
resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==}
@@ -4343,6 +4357,9 @@ packages:
'@xtuc/long@4.2.2':
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
+ '@yarnpkg/lockfile@1.1.0':
+ resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==}
+
abab@1.0.4:
resolution: {integrity: sha512-I+Wi+qiE2kUXyrRhNsWv6XsjUTBJjSoVSctKNBfLG5zG/Xe7Rjbxf13+vqYHNTwHaFU+FtSlVxOCTiMEVtPv0A==}
@@ -4721,6 +4738,9 @@ packages:
assured@1.0.15:
resolution: {integrity: sha512-EVb4T+6m5VdlTJ6gbv4WjBM1rHfzXP2BspsQ6VLswcnIQSabjJy7A9YEuG4/KmfF+9OEuT5xhqVJ+V1tClD5ww==}
+ ast-types-flow@0.0.7:
+ resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==}
+
ast-types-flow@0.0.8:
resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
@@ -4756,8 +4776,8 @@ packages:
resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==}
engines: {node: '>=8'}
- autoprefixer@10.4.19:
- resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
+ autoprefixer@10.4.16:
+ resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
@@ -5142,6 +5162,10 @@ packages:
resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
engines: {node: '>=8'}
+ cli-truncate@3.1.0:
+ resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
cli-ux@6.0.9:
resolution: {integrity: sha512-0Ku29QLf+P6SeBNWM7zyoJ49eKKOjxZBZ4OH2aFeRtC0sNXU3ftdJxQPKJ1SJ+axX34I1NsfTFahpXdnxklZgA==}
engines: {node: '>=12.0.0'}
@@ -5238,6 +5262,10 @@ packages:
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
engines: {node: '>= 10'}
+ commander@9.5.0:
+ resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
+ engines: {node: ^12.20.0 || >=14}
+
common-tags@1.8.2:
resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
engines: {node: '>=4.0.0'}
@@ -6120,6 +6148,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
+ eslint-plugin-import@2.29.0:
+ resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==}
+ engines: {node: '>=4'}
+ peerDependencies:
+ '@typescript-eslint/parser': '*'
+ eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
+ peerDependenciesMeta:
+ '@typescript-eslint/parser':
+ optional: true
+
eslint-plugin-import@2.29.1:
resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
engines: {node: '>=4'}
@@ -6156,6 +6194,12 @@ packages:
jest:
optional: true
+ eslint-plugin-jsx-a11y@6.7.1:
+ resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
+ engines: {node: '>=4.0'}
+ peerDependencies:
+ eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
+
eslint-plugin-jsx-a11y@6.8.0:
resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==}
engines: {node: '>=4.0'}
@@ -6207,17 +6251,23 @@ packages:
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
+ eslint-plugin-react@7.33.2:
+ resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==}
+ engines: {node: '>=4'}
+ peerDependencies:
+ eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
+
eslint-plugin-react@7.34.1:
resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
- eslint-plugin-tailwindcss@3.17.0:
- resolution: {integrity: sha512-Ofl7tNh57a3W8BKHstKZSkD2gSCEkw54ycwZ958IK9zUR8TiNYdp8b0WGoLWLeyOAbeF1VPVJFBnlkJeIM2kVg==}
- engines: {node: '>=14.0.0'}
+ eslint-plugin-tailwindcss@3.13.0:
+ resolution: {integrity: sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==}
+ engines: {node: '>=12.13.0'}
peerDependencies:
- tailwindcss: ^3.4.0
+ tailwindcss: ^3.3.2
eslint-plugin-unused-imports@2.0.0:
resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==}
@@ -6547,15 +6597,6 @@ packages:
fn.name@1.1.0:
resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==}
- follow-redirects@1.15.3:
- resolution: {integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==}
- engines: {node: '>=4.0'}
- peerDependencies:
- debug: '*'
- peerDependenciesMeta:
- debug:
- optional: true
-
follow-redirects@1.15.6:
resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
engines: {node: '>=4.0'}
@@ -6947,6 +6988,10 @@ packages:
resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==}
engines: {node: '>=0.10.0'}
+ has@1.0.4:
+ resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==}
+ engines: {node: '>= 0.4.0'}
+
hasown@2.0.0:
resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
engines: {node: '>= 0.4'}
@@ -7050,6 +7095,11 @@ packages:
humanize-ms@1.2.1:
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
+ husky@7.0.4:
+ resolution: {integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==}
+ engines: {node: '>=12'}
+ hasBin: true
+
hyperlinker@1.0.0:
resolution: {integrity: sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==}
engines: {node: '>=4'}
@@ -7074,10 +7124,6 @@ packages:
ignore-by-default@1.0.1:
resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==}
- ignore@5.2.4:
- resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
- engines: {node: '>= 4'}
-
ignore@5.3.0:
resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==}
engines: {node: '>= 4'}
@@ -7236,6 +7282,10 @@ packages:
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
engines: {node: '>=8'}
+ is-fullwidth-code-point@4.0.0:
+ resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
+ engines: {node: '>=12'}
+
is-generator-fn@2.1.0:
resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==}
engines: {node: '>=6'}
@@ -7614,10 +7664,6 @@ packages:
resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==}
hasBin: true
- jiti@1.21.0:
- resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
- hasBin: true
-
jose@4.15.4:
resolution: {integrity: sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==}
@@ -7794,6 +7840,9 @@ packages:
language-subtag-registry@0.3.22:
resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==}
+ language-tags@1.0.5:
+ resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==}
+
language-tags@1.0.9:
resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==}
engines: {node: '>=0.10'}
@@ -7810,6 +7859,10 @@ packages:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
engines: {node: '>= 0.8.0'}
+ lilconfig@2.0.5:
+ resolution: {integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==}
+ engines: {node: '>=10'}
+
lilconfig@2.1.0:
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
engines: {node: '>=10'}
@@ -7830,6 +7883,11 @@ packages:
linkify-it@3.0.3:
resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==}
+ lint-staged@12.5.0:
+ resolution: {integrity: sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ hasBin: true
+
listr-silent-renderer@1.1.1:
resolution: {integrity: sha512-L26cIFm7/oZeSNVhWB6faeorXhMg4HNlb/dS/7jHhr708jxlXrtrBWo4YUxZQkc6dGoxEAe6J/D3juTRBUzjtA==}
engines: {node: '>=4'}
@@ -8619,6 +8677,9 @@ packages:
optimism@0.10.3:
resolution: {integrity: sha512-9A5pqGoQk49H6Vhjb9kPgAeeECfUDF6aIICbMDL23kDLStBn1MWk3YvcZ4xWF9CsSf6XEgvRLkXy4xof/56vVw==}
+ optimism@0.17.5:
+ resolution: {integrity: sha512-TEcp8ZwK1RczmvMnvktxHSF2tKgMWjJ71xEFGX5ApLh67VsMSTy1ZUlipJw8W+KaqgOmQ+4pqwkeivY89j+4Vw==}
+
optimism@0.18.0:
resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==}
@@ -8818,6 +8879,11 @@ packages:
engines: {node: '>=0.10'}
hasBin: true
+ pidtree@0.5.0:
+ resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
pify@2.3.0:
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
engines: {node: '>=0.10.0'}
@@ -9560,11 +9626,11 @@ packages:
react: '*'
tslib: '*'
- react-use@17.5.0:
- resolution: {integrity: sha512-PbfwSPMwp/hoL847rLnm/qkjg3sTRCvn6YhUZiHaUa3FA6/aNoFX79ul5Xt70O1rK+9GxSVqkY0eTwMdsR/bWg==}
+ react-use@17.4.0:
+ resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==}
peerDependencies:
- react: '*'
- react-dom: '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
react@17.0.2:
resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==}
@@ -10053,6 +10119,10 @@ packages:
resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==}
engines: {node: '>=10'}
+ slice-ansi@5.0.0:
+ resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
+ engines: {node: '>=12'}
+
sliced@1.0.1:
resolution: {integrity: sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==}
@@ -10170,6 +10240,10 @@ packages:
resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==}
engines: {node: '>=4'}
+ string-argv@0.3.2:
+ resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==}
+ engines: {node: '>=0.6.19'}
+
string-convert@0.2.1:
resolution: {integrity: sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==}
@@ -10358,6 +10432,10 @@ packages:
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
engines: {node: '>=10'}
+ supports-color@9.4.0:
+ resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==}
+ engines: {node: '>=12'}
+
supports-hyperlinks@2.3.0:
resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==}
engines: {node: '>=8'}
@@ -10397,8 +10475,8 @@ packages:
resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==}
engines: {node: '>=10.0.0'}
- tailwindcss@3.4.3:
- resolution: {integrity: sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==}
+ tailwindcss@3.3.5:
+ resolution: {integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -11536,18 +11614,17 @@ snapshots:
dependencies:
graphql: 16.8.1
- '@apollo/client@3.9.10(@types/react@17.0.80)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@apollo/client@3.8.6(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
dependencies:
'@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1)
- '@wry/caches': 1.0.1
+ '@wry/context': 0.7.4
'@wry/equality': 0.5.7
- '@wry/trie': 0.5.0
+ '@wry/trie': 0.4.3
graphql: 16.8.1
graphql-tag: 2.12.6(graphql@16.8.1)
hoist-non-react-statics: 3.3.2
- optimism: 0.18.0
+ optimism: 0.17.5
prop-types: 15.8.1
- rehackt: 0.0.6(@types/react@17.0.80)(react@17.0.2)
response-iterator: 0.2.6
symbol-observable: 4.0.0
ts-invariant: 0.10.3
@@ -11557,8 +11634,6 @@ snapshots:
graphql-ws: 5.14.2(graphql@16.8.1)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- transitivePeerDependencies:
- - '@types/react'
'@apollo/client@3.9.10(@types/react@18.2.75)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
@@ -12708,20 +12783,6 @@ snapshots:
'@eslint-community/regexpp@4.10.0': {}
- '@eslint/eslintrc@2.1.3':
- dependencies:
- ajv: 6.12.6
- debug: 4.3.4(supports-color@8.1.1)
- espree: 9.6.1
- globals: 13.23.0
- ignore: 5.2.4
- import-fresh: 3.3.0
- js-yaml: 4.1.0
- minimatch: 3.1.2
- strip-json-comments: 3.1.1
- transitivePeerDependencies:
- - supports-color
-
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
@@ -13442,9 +13503,8 @@ snapshots:
yargs: 17.7.2
optional: true
- '@headlessui/react@1.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
+ '@headlessui/react@1.7.17(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
dependencies:
- '@tanstack/react-virtual': 3.5.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
client-only: 0.0.1
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
@@ -13511,42 +13571,6 @@ snapshots:
jest-util: 29.7.0
slash: 3.0.0
- '@jest/core@29.7.0':
- dependencies:
- '@jest/console': 29.7.0
- '@jest/reporters': 29.7.0
- '@jest/test-result': 29.7.0
- '@jest/transform': 29.7.0
- '@jest/types': 29.6.3
- '@types/node': 20.12.6
- ansi-escapes: 4.3.2
- chalk: 4.1.2
- ci-info: 3.9.0
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@20.12.6)(ts-node@10.9.2(@types/node@20.12.6)(typescript@5.2.2))
- jest-haste-map: 29.7.0
- jest-message-util: 29.7.0
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-resolve-dependencies: 29.7.0
- jest-runner: 29.7.0
- jest-runtime: 29.7.0
- jest-snapshot: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- jest-watcher: 29.7.0
- micromatch: 4.0.5
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-ansi: 6.0.1
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
- - ts-node
- optional: true
-
'@jest/core@29.7.0(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2))':
dependencies:
'@jest/console': 29.7.0
@@ -14364,30 +14388,22 @@ snapshots:
dependencies:
defer-to-connect: 2.0.1
- '@tailwindcss/forms@0.5.7(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
+ '@tailwindcss/forms@0.5.6(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
dependencies:
mini-svg-data-uri: 1.4.4
- tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
+ tailwindcss: 3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
- '@tailwindcss/line-clamp@0.3.1(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
+ '@tailwindcss/line-clamp@0.3.1(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
dependencies:
- tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
+ tailwindcss: 3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
- '@tailwindcss/typography@0.5.13(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
+ '@tailwindcss/typography@0.5.10(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)))':
dependencies:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
- tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
-
- '@tanstack/react-virtual@3.5.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2)':
- dependencies:
- '@tanstack/virtual-core': 3.5.0
- react: 17.0.2
- react-dom: 17.0.2(react@17.0.2)
-
- '@tanstack/virtual-core@3.5.0': {}
+ tailwindcss: 3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
'@tootallnate/once@2.0.0': {}
@@ -14546,7 +14562,7 @@ snapshots:
'@types/d3-interpolate': 1.4.5
'@types/d3-selection': 1.4.6
- '@types/d3@5.16.7':
+ '@types/d3@5.16.6':
dependencies:
'@types/d3-array': 1.2.12
'@types/d3-axis': 1.0.19
@@ -14693,7 +14709,7 @@ snapshots:
'@types/linkify-it@3.0.3':
optional: true
- '@types/lodash-es@4.17.12':
+ '@types/lodash-es@4.17.10':
dependencies:
'@types/lodash': 4.14.200
@@ -14778,7 +14794,7 @@ snapshots:
'@types/range-parser@1.2.6': {}
- '@types/react@17.0.80':
+ '@types/react@17.0.69':
dependencies:
'@types/prop-types': 15.7.9
'@types/scheduler': 0.16.8
@@ -14825,7 +14841,7 @@ snapshots:
'@types/mime': 3.0.3
'@types/node': 20.12.6
- '@types/slug@5.0.8': {}
+ '@types/slug@5.0.6': {}
'@types/stack-utils@2.0.3': {}
@@ -14876,15 +14892,15 @@ snapshots:
'@types/zen-observable@0.8.4': {}
- '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)':
+ '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5)':
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
'@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
- '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.57.0
+ eslint: 8.52.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare-lite: 1.4.0
@@ -14935,13 +14951,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
+ '@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5)':
dependencies:
'@typescript-eslint/scope-manager': 5.62.0
'@typescript-eslint/types': 5.62.0
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.57.0
+ eslint: 8.52.0
optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
@@ -15006,12 +15022,12 @@ snapshots:
'@typescript-eslint/types': 7.2.0
'@typescript-eslint/visitor-keys': 7.2.0
- '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
+ '@typescript-eslint/type-utils@5.62.0(eslint@8.52.0)(typescript@4.9.5)':
dependencies:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
- '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.57.0
+ eslint: 8.52.0
tsutils: 3.21.0(typescript@4.9.5)
optionalDependencies:
typescript: 4.9.5
@@ -15136,30 +15152,30 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@5.62.0(eslint@8.55.0)(typescript@5.4.4)':
+ '@typescript-eslint/utils@5.62.0(eslint@8.52.0)(typescript@4.9.5)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.6
'@typescript-eslint/scope-manager': 5.62.0
'@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.4)
- eslint: 8.55.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
+ eslint: 8.52.0
eslint-scope: 5.1.1
semver: 7.6.0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@4.9.5)':
+ '@typescript-eslint/utils@5.62.0(eslint@8.55.0)(typescript@5.4.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.55.0)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.6
'@typescript-eslint/scope-manager': 5.62.0
'@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
- eslint: 8.57.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.4)
+ eslint: 8.55.0
eslint-scope: 5.1.1
semver: 7.6.0
transitivePeerDependencies:
@@ -15456,6 +15472,8 @@ snapshots:
'@xtuc/long@4.2.2': {}
+ '@yarnpkg/lockfile@1.1.0': {}
+
abab@1.0.4:
optional: true
@@ -15806,9 +15824,9 @@ snapshots:
transitivePeerDependencies:
- graphql
- apollo-link-debounce@3.0.0(@apollo/client@3.9.10(@types/react@17.0.80)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)):
+ apollo-link-debounce@3.0.0(@apollo/client@3.8.6(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)):
dependencies:
- '@apollo/client': 3.9.10(@types/react@17.0.80)(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
+ '@apollo/client': 3.8.6(graphql-ws@5.14.2(graphql@16.8.1))(graphql@16.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
apollo-link-error@1.1.13(graphql@15.8.0):
dependencies:
@@ -16049,6 +16067,8 @@ snapshots:
noop6: 1.0.9
sliced: 1.0.1
+ ast-types-flow@0.0.7: {}
+
ast-types-flow@0.0.8: {}
ast-types@0.14.2:
@@ -16075,14 +16095,14 @@ snapshots:
auto-bind@4.0.0: {}
- autoprefixer@10.4.19(postcss@8.4.38):
+ autoprefixer@10.4.16(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
caniuse-lite: 1.0.30001607
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.5: {}
@@ -16111,7 +16131,7 @@ snapshots:
axios@1.6.0:
dependencies:
- follow-redirects: 1.15.3
+ follow-redirects: 1.15.6(debug@3.2.7)
form-data: 4.0.0
proxy-from-env: 1.1.0
transitivePeerDependencies:
@@ -16639,6 +16659,11 @@ snapshots:
slice-ansi: 3.0.0
string-width: 4.2.3
+ cli-truncate@3.1.0:
+ dependencies:
+ slice-ansi: 5.0.0
+ string-width: 5.1.2
+
cli-ux@6.0.9:
dependencies:
'@oclif/core': 1.26.2
@@ -16753,6 +16778,8 @@ snapshots:
commander@7.2.0: {}
+ commander@9.5.0: {}
+
common-tags@1.8.2: {}
commondir@1.0.1: {}
@@ -16853,22 +16880,6 @@ snapshots:
- supports-color
- utf-8-validate
- create-jest@29.7.0:
- dependencies:
- '@jest/types': 29.6.3
- chalk: 4.1.2
- exit: 0.1.2
- graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@20.11.28)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2))
- jest-util: 29.7.0
- prompts: 2.4.2
- transitivePeerDependencies:
- - '@types/node'
- - babel-plugin-macros
- - supports-color
- - ts-node
- optional: true
-
create-jest@29.7.0(@types/node@20.11.28)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2)):
dependencies:
'@jest/types': 29.6.3
@@ -16936,9 +16947,9 @@ snapshots:
css-color-keywords@1.0.0: {}
- css-declaration-sorter@6.4.1(postcss@8.4.38):
+ css-declaration-sorter@6.4.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
css-in-js-utils@3.1.0:
dependencies:
@@ -16984,48 +16995,48 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@5.2.14(postcss@8.4.38):
+ cssnano-preset-default@5.2.14(postcss@8.4.31):
dependencies:
- css-declaration-sorter: 6.4.1(postcss@8.4.38)
- cssnano-utils: 3.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-calc: 8.2.4(postcss@8.4.38)
- postcss-colormin: 5.3.1(postcss@8.4.38)
- postcss-convert-values: 5.1.3(postcss@8.4.38)
- postcss-discard-comments: 5.1.2(postcss@8.4.38)
- postcss-discard-duplicates: 5.1.0(postcss@8.4.38)
- postcss-discard-empty: 5.1.1(postcss@8.4.38)
- postcss-discard-overridden: 5.1.0(postcss@8.4.38)
- postcss-merge-longhand: 5.1.7(postcss@8.4.38)
- postcss-merge-rules: 5.1.4(postcss@8.4.38)
- postcss-minify-font-values: 5.1.0(postcss@8.4.38)
- postcss-minify-gradients: 5.1.1(postcss@8.4.38)
- postcss-minify-params: 5.1.4(postcss@8.4.38)
- postcss-minify-selectors: 5.2.1(postcss@8.4.38)
- postcss-normalize-charset: 5.1.0(postcss@8.4.38)
- postcss-normalize-display-values: 5.1.0(postcss@8.4.38)
- postcss-normalize-positions: 5.1.1(postcss@8.4.38)
- postcss-normalize-repeat-style: 5.1.1(postcss@8.4.38)
- postcss-normalize-string: 5.1.0(postcss@8.4.38)
- postcss-normalize-timing-functions: 5.1.0(postcss@8.4.38)
- postcss-normalize-unicode: 5.1.1(postcss@8.4.38)
- postcss-normalize-url: 5.1.0(postcss@8.4.38)
- postcss-normalize-whitespace: 5.1.1(postcss@8.4.38)
- postcss-ordered-values: 5.1.3(postcss@8.4.38)
- postcss-reduce-initial: 5.1.2(postcss@8.4.38)
- postcss-reduce-transforms: 5.1.0(postcss@8.4.38)
- postcss-svgo: 5.1.0(postcss@8.4.38)
- postcss-unique-selectors: 5.1.1(postcss@8.4.38)
-
- cssnano-utils@3.1.0(postcss@8.4.38):
+ css-declaration-sorter: 6.4.1(postcss@8.4.31)
+ cssnano-utils: 3.1.0(postcss@8.4.31)
+ postcss: 8.4.31
+ postcss-calc: 8.2.4(postcss@8.4.31)
+ postcss-colormin: 5.3.1(postcss@8.4.31)
+ postcss-convert-values: 5.1.3(postcss@8.4.31)
+ postcss-discard-comments: 5.1.2(postcss@8.4.31)
+ postcss-discard-duplicates: 5.1.0(postcss@8.4.31)
+ postcss-discard-empty: 5.1.1(postcss@8.4.31)
+ postcss-discard-overridden: 5.1.0(postcss@8.4.31)
+ postcss-merge-longhand: 5.1.7(postcss@8.4.31)
+ postcss-merge-rules: 5.1.4(postcss@8.4.31)
+ postcss-minify-font-values: 5.1.0(postcss@8.4.31)
+ postcss-minify-gradients: 5.1.1(postcss@8.4.31)
+ postcss-minify-params: 5.1.4(postcss@8.4.31)
+ postcss-minify-selectors: 5.2.1(postcss@8.4.31)
+ postcss-normalize-charset: 5.1.0(postcss@8.4.31)
+ postcss-normalize-display-values: 5.1.0(postcss@8.4.31)
+ postcss-normalize-positions: 5.1.1(postcss@8.4.31)
+ postcss-normalize-repeat-style: 5.1.1(postcss@8.4.31)
+ postcss-normalize-string: 5.1.0(postcss@8.4.31)
+ postcss-normalize-timing-functions: 5.1.0(postcss@8.4.31)
+ postcss-normalize-unicode: 5.1.1(postcss@8.4.31)
+ postcss-normalize-url: 5.1.0(postcss@8.4.31)
+ postcss-normalize-whitespace: 5.1.1(postcss@8.4.31)
+ postcss-ordered-values: 5.1.3(postcss@8.4.31)
+ postcss-reduce-initial: 5.1.2(postcss@8.4.31)
+ postcss-reduce-transforms: 5.1.0(postcss@8.4.31)
+ postcss-svgo: 5.1.0(postcss@8.4.31)
+ postcss-unique-selectors: 5.1.1(postcss@8.4.31)
+
+ cssnano-utils@3.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- cssnano@5.1.15(postcss@8.4.38):
+ cssnano@5.1.15(postcss@8.4.31):
dependencies:
- cssnano-preset-default: 5.2.14(postcss@8.4.38)
+ cssnano-preset-default: 5.2.14(postcss@8.4.31)
lilconfig: 2.1.0
- postcss: 8.4.38
+ postcss: 8.4.31
yaml: 1.10.2
csso@4.2.0:
@@ -17259,6 +17270,12 @@ snapshots:
optionalDependencies:
supports-color: 8.1.1
+ debug@4.3.4(supports-color@9.4.0):
+ dependencies:
+ ms: 2.1.2
+ optionalDependencies:
+ supports-color: 9.4.0
+
decamelize@1.2.0: {}
decamelize@4.0.0: {}
@@ -17811,35 +17828,35 @@ snapshots:
source-map: 0.6.1
optional: true
- eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0))(eslint@8.57.0):
+ eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0))(eslint@8.52.0):
dependencies:
confusing-browser-globals: 1.0.11
- eslint: 8.57.0
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)
+ eslint: 8.52.0
+ eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0)
object.assign: 4.1.5
object.entries: 1.1.8
semver: 6.3.1
- eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0))(eslint@8.57.0):
+ eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5))(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0))(eslint@8.52.0):
dependencies:
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
- eslint: 8.57.0
- eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0))(eslint@8.57.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
+ eslint: 8.52.0
+ eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0))(eslint@8.52.0)
+ eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0)
- eslint-config-next@12.3.4(eslint@8.57.0)(typescript@4.9.5):
+ eslint-config-next@12.3.4(eslint@8.52.0)(typescript@4.9.5):
dependencies:
'@next/eslint-plugin-next': 12.3.4
'@rushstack/eslint-patch': 1.10.1
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
- eslint: 8.57.0
+ '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
+ eslint: 8.52.0
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.57.0)
- eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0)
- eslint-plugin-react: 7.34.1(eslint@8.57.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0)
+ eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.29.0)(eslint@8.52.0)
+ eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0)
+ eslint-plugin-jsx-a11y: 6.7.1(eslint@8.52.0)
+ eslint-plugin-react: 7.33.2(eslint@8.52.0)
+ eslint-plugin-react-hooks: 4.6.0(eslint@8.52.0)
optionalDependencies:
typescript: 4.9.5
transitivePeerDependencies:
@@ -17864,9 +17881,9 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
- eslint-config-prettier@8.10.0(eslint@8.57.0):
+ eslint-config-prettier@8.10.0(eslint@8.52.0):
dependencies:
- eslint: 8.57.0
+ eslint: 8.52.0
eslint-config-prettier@9.0.0(eslint@8.52.0):
dependencies:
@@ -17888,11 +17905,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0):
+ eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.0)(eslint@8.52.0):
dependencies:
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.57.0
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.57.0)
+ eslint: 8.52.0
+ eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0)
glob: 7.2.3
is-glob: 4.0.3
resolve: 1.22.8
@@ -17917,14 +17934,14 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
- eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0):
+ eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.0)(eslint@8.52.0))(eslint@8.52.0):
dependencies:
debug: 3.2.7(supports-color@5.5.0)
optionalDependencies:
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
- eslint: 8.57.0
+ '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
+ eslint: 8.52.0
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0)
+ eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.29.0)(eslint@8.52.0)
transitivePeerDependencies:
- supports-color
@@ -17949,34 +17966,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.57.0):
- dependencies:
- array-includes: 3.1.8
- array.prototype.findlastindex: 1.2.5
- array.prototype.flat: 1.3.2
- array.prototype.flatmap: 1.3.2
- debug: 3.2.7(supports-color@5.5.0)
- doctrine: 2.1.0
- eslint: 8.57.0
- eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
- hasown: 2.0.2
- is-core-module: 2.13.1
- is-glob: 4.0.3
- minimatch: 3.1.2
- object.fromentries: 2.0.8
- object.groupby: 1.0.3
- object.values: 1.2.0
- semver: 6.3.1
- tsconfig-paths: 3.15.0
- optionalDependencies:
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
- transitivePeerDependencies:
- - eslint-import-resolver-typescript
- - eslint-import-resolver-webpack
- - supports-color
-
- eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0):
+ eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-typescript@2.7.1)(eslint@8.52.0):
dependencies:
array-includes: 3.1.8
array.prototype.findlastindex: 1.2.5
@@ -17984,9 +17974,9 @@ snapshots:
array.prototype.flatmap: 1.3.2
debug: 3.2.7(supports-color@5.5.0)
doctrine: 2.1.0
- eslint: 8.57.0
+ eslint: 8.52.0
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
+ eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.29.0)(eslint@8.52.0))(eslint@8.52.0)
hasown: 2.0.2
is-core-module: 2.13.1
is-glob: 4.0.3
@@ -17997,7 +17987,7 @@ snapshots:
semver: 6.3.1
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@4.9.5)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -18052,25 +18042,25 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0):
+ eslint-plugin-jsx-a11y@6.7.1(eslint@8.52.0):
dependencies:
'@babel/runtime': 7.24.4
aria-query: 5.3.0
array-includes: 3.1.8
array.prototype.flatmap: 1.3.2
- ast-types-flow: 0.0.8
+ ast-types-flow: 0.0.7
axe-core: 4.7.0
axobject-query: 3.2.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- es-iterator-helpers: 1.0.18
- eslint: 8.57.0
- hasown: 2.0.2
+ eslint: 8.52.0
+ has: 1.0.4
jsx-ast-utils: 3.3.5
- language-tags: 1.0.9
+ language-tags: 1.0.5
minimatch: 3.1.2
object.entries: 1.1.8
object.fromentries: 2.0.8
+ semver: 6.3.1
eslint-plugin-jsx-a11y@6.8.0(eslint@9.0.0):
dependencies:
@@ -18092,13 +18082,13 @@ snapshots:
object.entries: 1.1.8
object.fromentries: 2.0.8
- eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8):
+ eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0(eslint@8.52.0))(eslint@8.52.0)(prettier@2.8.8):
dependencies:
- eslint: 8.57.0
+ eslint: 8.52.0
prettier: 2.8.8
prettier-linter-helpers: 1.0.0
optionalDependencies:
- eslint-config-prettier: 8.10.0(eslint@8.57.0)
+ eslint-config-prettier: 8.10.0(eslint@8.52.0)
eslint-plugin-prettier@5.0.1(@types/eslint@8.56.7)(eslint-config-prettier@9.0.0(eslint@8.52.0))(eslint@8.52.0)(prettier@3.0.3):
dependencies:
@@ -18130,24 +18120,22 @@ snapshots:
'@types/eslint': 8.56.7
eslint-config-prettier: 9.1.0(eslint@8.57.0)
- eslint-plugin-react-hooks@4.6.0(eslint@8.57.0):
+ eslint-plugin-react-hooks@4.6.0(eslint@8.52.0):
dependencies:
- eslint: 8.57.0
+ eslint: 8.52.0
eslint-plugin-react-hooks@4.6.0(eslint@9.0.0):
dependencies:
eslint: 9.0.0
- eslint-plugin-react@7.34.1(eslint@8.57.0):
+ eslint-plugin-react@7.33.2(eslint@8.52.0):
dependencies:
array-includes: 3.1.8
- array.prototype.findlast: 1.2.5
array.prototype.flatmap: 1.3.2
- array.prototype.toreversed: 1.1.2
array.prototype.tosorted: 1.1.3
doctrine: 2.1.0
es-iterator-helpers: 1.0.18
- eslint: 8.57.0
+ eslint: 8.52.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.5
minimatch: 3.1.2
@@ -18182,18 +18170,18 @@ snapshots:
semver: 6.3.1
string.prototype.matchall: 4.0.11
- eslint-plugin-tailwindcss@3.17.0(tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))):
+ eslint-plugin-tailwindcss@3.13.0(tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))):
dependencies:
fast-glob: 3.3.2
- postcss: 8.4.38
- tailwindcss: 3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
+ postcss: 8.4.31
+ tailwindcss: 3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
- eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0):
+ eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0):
dependencies:
- eslint: 8.57.0
+ eslint: 8.52.0
eslint-rule-composer: 0.3.0
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@4.9.5))(eslint@8.57.0)(typescript@4.9.5)
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@4.9.5))(eslint@8.52.0)(typescript@4.9.5)
eslint-rule-composer@0.3.0: {}
@@ -18220,9 +18208,9 @@ snapshots:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.10.0
- '@eslint/eslintrc': 2.1.3
+ '@eslint/eslintrc': 2.1.4
'@eslint/js': 8.52.0
- '@humanwhocodes/config-array': 0.11.13
+ '@humanwhocodes/config-array': 0.11.14
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
'@ungap/structured-clone': 1.2.0
@@ -18241,9 +18229,9 @@ snapshots:
file-entry-cache: 6.0.1
find-up: 5.0.0
glob-parent: 6.0.2
- globals: 13.23.0
+ globals: 13.24.0
graphemer: 1.4.0
- ignore: 5.2.4
+ ignore: 5.3.1
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
@@ -18727,8 +18715,6 @@ snapshots:
fn.name@1.1.0: {}
- follow-redirects@1.15.3: {}
-
follow-redirects@1.15.6(debug@3.2.7):
optionalDependencies:
debug: 3.2.7(supports-color@5.5.0)
@@ -19259,6 +19245,8 @@ snapshots:
has-values@0.1.4: {}
+ has@1.0.4: {}
+
hasown@2.0.0:
dependencies:
function-bind: 1.1.2
@@ -19393,6 +19381,8 @@ snapshots:
dependencies:
ms: 2.1.3
+ husky@7.0.4: {}
+
hyperlinker@1.0.0: {}
hyphenate-style-name@1.0.5: {}
@@ -19411,8 +19401,6 @@ snapshots:
ignore-by-default@1.0.1: {}
- ignore@5.2.4: {}
-
ignore@5.3.0: {}
ignore@5.3.1: {}
@@ -19580,6 +19568,8 @@ snapshots:
is-fullwidth-code-point@3.0.0: {}
+ is-fullwidth-code-point@4.0.0: {}
+
is-generator-fn@2.1.0: {}
is-generator-function@1.0.10:
@@ -19837,11 +19827,11 @@ snapshots:
jest-cli@29.7.0:
dependencies:
- '@jest/core': 29.7.0
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.6)(typescript@5.2.2))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0
+ create-jest: 29.7.0(@types/node@20.11.28)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2))
exit: 0.1.2
import-local: 3.1.0
jest-config: 29.7.0(@types/node@20.11.28)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2))
@@ -20209,7 +20199,7 @@ snapshots:
jest@29.7.0:
dependencies:
- '@jest/core': 29.7.0
+ '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.12.6)(typescript@5.2.2))
'@jest/types': 29.6.3
import-local: 3.1.0
jest-cli: 29.7.0
@@ -20246,8 +20236,6 @@ snapshots:
jiti@1.20.0: {}
- jiti@1.21.0: {}
-
jose@4.15.4: {}
jose@4.15.5: {}
@@ -20503,6 +20491,10 @@ snapshots:
language-subtag-registry@0.3.22: {}
+ language-tags@1.0.5:
+ dependencies:
+ language-subtag-registry: 0.3.22
+
language-tags@1.0.9:
dependencies:
language-subtag-registry: 0.3.22
@@ -20520,6 +20512,8 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
+ lilconfig@2.0.5: {}
+
lilconfig@2.1.0: {}
lilconfig@3.1.1: {}
@@ -20541,6 +20535,25 @@ snapshots:
uc.micro: 1.0.6
optional: true
+ lint-staged@12.5.0:
+ dependencies:
+ cli-truncate: 3.1.0
+ colorette: 2.0.20
+ commander: 9.5.0
+ debug: 4.3.4(supports-color@9.4.0)
+ execa: 5.1.1
+ lilconfig: 2.0.5
+ listr2: 4.0.5
+ micromatch: 4.0.5
+ normalize-path: 3.0.0
+ object-inspect: 1.13.1
+ pidtree: 0.5.0
+ string-argv: 0.3.2
+ supports-color: 9.4.0
+ yaml: 1.10.2
+ transitivePeerDependencies:
+ - enquirer
+
listr-silent-renderer@1.1.1: {}
listr-update-renderer@0.5.0(listr@0.14.3):
@@ -21355,6 +21368,12 @@ snapshots:
dependencies:
'@wry/context': 0.4.4
+ optimism@0.17.5:
+ dependencies:
+ '@wry/context': 0.7.4
+ '@wry/trie': 0.4.3
+ tslib: 2.6.2
+
optimism@0.18.0:
dependencies:
'@wry/caches': 1.0.1
@@ -21571,6 +21590,8 @@ snapshots:
pidtree@0.3.1: {}
+ pidtree@0.5.0: {}
+
pify@2.3.0: {}
pify@3.0.0: {}
@@ -21603,53 +21624,53 @@ snapshots:
possible-typed-array-names@1.0.0: {}
- postcss-calc@8.2.4(postcss@8.4.38):
+ postcss-calc@8.2.4(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
postcss-value-parser: 4.2.0
- postcss-colormin@5.3.1(postcss@8.4.38):
+ postcss-colormin@5.3.1(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-convert-values@5.1.3(postcss@8.4.38):
+ postcss-convert-values@5.1.3(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-discard-comments@5.1.2(postcss@8.4.38):
+ postcss-discard-comments@5.1.2(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-discard-duplicates@5.1.0(postcss@8.4.38):
+ postcss-discard-duplicates@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-discard-empty@5.1.1(postcss@8.4.38):
+ postcss-discard-empty@5.1.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-discard-overridden@5.1.0(postcss@8.4.38):
+ postcss-discard-overridden@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-import@15.1.0(postcss@8.4.38):
+ postcss-import@15.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-js@4.0.1(postcss@8.4.38):
+ postcss-js@4.0.1(postcss@8.4.31):
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93(@swc/helpers@0.5.5))(@types/node@20.12.6)(typescript@5.2.2)):
dependencies:
@@ -21667,14 +21688,6 @@ snapshots:
postcss: 8.4.38
ts-node: 10.9.2(@swc/core@1.3.93(@swc/helpers@0.5.5))(typescript@5.4.4)
- postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2)):
- dependencies:
- lilconfig: 2.1.0
- yaml: 2.3.3
- optionalDependencies:
- postcss: 8.4.38
- ts-node: 10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2)
-
postcss-load-config@4.0.1(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.12.6)(typescript@5.2.2)):
dependencies:
lilconfig: 2.1.0
@@ -21707,126 +21720,126 @@ snapshots:
postcss: 8.4.38
ts-node: 10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2)
- postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2)):
+ postcss-load-config@4.0.2(postcss@8.4.31)(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)):
dependencies:
lilconfig: 3.1.1
yaml: 2.4.1
optionalDependencies:
- postcss: 8.4.38
- ts-node: 10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2)
+ postcss: 8.4.31
+ ts-node: 10.9.2(@types/node@17.0.45)(typescript@4.9.5)
- postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)):
+ postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2)):
dependencies:
lilconfig: 3.1.1
yaml: 2.4.1
optionalDependencies:
postcss: 8.4.38
- ts-node: 10.9.2(@types/node@17.0.45)(typescript@4.9.5)
+ ts-node: 10.9.2(@swc/core@1.3.93)(@types/node@20.11.28)(typescript@5.4.2)
- postcss-merge-longhand@5.1.7(postcss@8.4.38):
+ postcss-merge-longhand@5.1.7(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- stylehacks: 5.1.1(postcss@8.4.38)
+ stylehacks: 5.1.1(postcss@8.4.31)
- postcss-merge-rules@5.1.4(postcss@8.4.38):
+ postcss-merge-rules@5.1.4(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
caniuse-api: 3.0.0
- cssnano-utils: 3.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 3.1.0(postcss@8.4.31)
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
- postcss-minify-font-values@5.1.0(postcss@8.4.38):
+ postcss-minify-font-values@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-minify-gradients@5.1.1(postcss@8.4.38):
+ postcss-minify-gradients@5.1.1(postcss@8.4.31):
dependencies:
colord: 2.9.3
- cssnano-utils: 3.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 3.1.0(postcss@8.4.31)
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-minify-params@5.1.4(postcss@8.4.38):
+ postcss-minify-params@5.1.4(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
- cssnano-utils: 3.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 3.1.0(postcss@8.4.31)
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-minify-selectors@5.2.1(postcss@8.4.38):
+ postcss-minify-selectors@5.2.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
- postcss-nested@6.0.1(postcss@8.4.38):
+ postcss-nested@6.0.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
- postcss-normalize-charset@5.1.0(postcss@8.4.38):
+ postcss-normalize-charset@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-normalize-display-values@5.1.0(postcss@8.4.38):
+ postcss-normalize-display-values@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-positions@5.1.1(postcss@8.4.38):
+ postcss-normalize-positions@5.1.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@5.1.1(postcss@8.4.38):
+ postcss-normalize-repeat-style@5.1.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-string@5.1.0(postcss@8.4.38):
+ postcss-normalize-string@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@5.1.0(postcss@8.4.38):
+ postcss-normalize-timing-functions@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@5.1.1(postcss@8.4.38):
+ postcss-normalize-unicode@5.1.1(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-url@5.1.0(postcss@8.4.38):
+ postcss-normalize-url@5.1.0(postcss@8.4.31):
dependencies:
normalize-url: 6.1.0
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@5.1.1(postcss@8.4.38):
+ postcss-normalize-whitespace@5.1.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-ordered-values@5.1.3(postcss@8.4.38):
+ postcss-ordered-values@5.1.3(postcss@8.4.31):
dependencies:
- cssnano-utils: 3.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 3.1.0(postcss@8.4.31)
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
- postcss-reduce-initial@5.1.2(postcss@8.4.38):
+ postcss-reduce-initial@5.1.2(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
caniuse-api: 3.0.0
- postcss: 8.4.38
+ postcss: 8.4.31
- postcss-reduce-transforms@5.1.0(postcss@8.4.38):
+ postcss-reduce-transforms@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
postcss-selector-parser@6.0.10:
@@ -21839,15 +21852,15 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@5.1.0(postcss@8.4.38):
+ postcss-svgo@5.1.0(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
svgo: 2.8.0
- postcss-unique-selectors@5.1.1(postcss@8.4.38):
+ postcss-unique-selectors@5.1.1(postcss@8.4.31):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
postcss-value-parser@4.2.0: {}
@@ -22470,7 +22483,7 @@ snapshots:
react: 17.0.2
tslib: 2.6.2
- react-use@17.5.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
+ react-use@17.4.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2):
dependencies:
'@types/js-cookie': 2.2.7
'@xobotyi/scrollbar-width': 1.9.5
@@ -22588,11 +22601,6 @@ snapshots:
es-errors: 1.3.0
set-function-name: 2.0.2
- rehackt@0.0.6(@types/react@17.0.80)(react@17.0.2):
- optionalDependencies:
- '@types/react': 17.0.80
- react: 17.0.2
-
rehackt@0.0.6(@types/react@18.2.75)(react@18.2.0):
optionalDependencies:
'@types/react': 18.2.75
@@ -23075,6 +23083,11 @@ snapshots:
astral-regex: 2.0.0
is-fullwidth-code-point: 3.0.0
+ slice-ansi@5.0.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ is-fullwidth-code-point: 4.0.0
+
sliced@1.0.1: {}
slug@5.3.0: {}
@@ -23199,6 +23212,8 @@ snapshots:
strict-uri-encode@2.0.0: {}
+ string-argv@0.3.2: {}
+
string-convert@0.2.1: {}
string-env-interpolation@1.0.1: {}
@@ -23363,10 +23378,10 @@ snapshots:
optionalDependencies:
'@babel/core': 7.24.4
- stylehacks@5.1.1(postcss@8.4.38):
+ stylehacks@5.1.1(postcss@8.4.31):
dependencies:
browserslist: 4.23.0
- postcss: 8.4.38
+ postcss: 8.4.31
postcss-selector-parser: 6.1.0
stylis@4.3.1: {}
@@ -23407,6 +23422,8 @@ snapshots:
dependencies:
has-flag: 4.0.0
+ supports-color@9.4.0: {}
+
supports-hyperlinks@2.3.0:
dependencies:
has-flag: 4.0.0
@@ -23452,7 +23469,7 @@ snapshots:
string-width: 4.2.3
strip-ansi: 6.0.1
- tailwindcss@3.4.3(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)):
+ tailwindcss@3.3.5(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5)):
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -23462,17 +23479,17 @@ snapshots:
fast-glob: 3.3.2
glob-parent: 6.0.2
is-glob: 4.0.3
- jiti: 1.21.0
+ jiti: 1.20.0
lilconfig: 2.1.0
micromatch: 4.0.5
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.38
- postcss-import: 15.1.0(postcss@8.4.38)
- postcss-js: 4.0.1(postcss@8.4.38)
- postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
- postcss-nested: 6.0.1(postcss@8.4.38)
+ postcss: 8.4.31
+ postcss-import: 15.1.0(postcss@8.4.31)
+ postcss-js: 4.0.1(postcss@8.4.31)
+ postcss-load-config: 4.0.2(postcss@8.4.31)(ts-node@10.9.2(@types/node@17.0.45)(typescript@4.9.5))
+ postcss-nested: 6.0.1(postcss@8.4.31)
postcss-selector-parser: 6.1.0
resolve: 1.22.8
sucrase: 3.35.0
@@ -24125,30 +24142,6 @@ snapshots:
- supports-color
- ts-node
- tsup@7.2.0(@swc/core@1.3.93)(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2))(typescript@5.2.2):
- dependencies:
- bundle-require: 4.0.2(esbuild@0.18.20)
- cac: 6.7.14
- chokidar: 3.5.3
- debug: 4.3.4(supports-color@8.1.1)
- esbuild: 0.18.20
- execa: 5.1.1
- globby: 11.1.0
- joycon: 3.1.1
- postcss-load-config: 4.0.1(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@15.14.9)(typescript@5.2.2))
- resolve-from: 5.0.0
- rollup: 3.29.4
- source-map: 0.8.0-beta.0
- sucrase: 3.34.0
- tree-kill: 1.2.2
- optionalDependencies:
- '@swc/core': 1.3.93(@swc/helpers@0.5.5)
- postcss: 8.4.38
- typescript: 5.2.2
- transitivePeerDependencies:
- - supports-color
- - ts-node
-
tsup@7.2.0(@swc/core@1.3.93)(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.93)(@types/node@20.12.6)(typescript@5.2.2))(typescript@5.2.2):
dependencies:
bundle-require: 4.0.2(esbuild@0.18.20)