This commit is contained in:
Lee Robinson 2023-05-07 13:00:02 -05:00
parent 69cdf9d185
commit 8fa5334414
3 changed files with 122 additions and 120 deletions

View File

@ -1,4 +1,6 @@
export const createUrl = (pathname: string, params: URLSearchParams) => {
import { ReadonlyURLSearchParams } from 'next/navigation';
export const createUrl = (pathname: string, params: URLSearchParams | ReadonlyURLSearchParams) => {
const paramsString = params.toString();
const queryString = `${paramsString.length ? '?' : ''}${paramsString}`;

View File

@ -25,7 +25,7 @@
"@headlessui/react": "^1.7.14",
"@vercel/og": "^0.5.4",
"clsx": "^1.2.1",
"framer-motion": "^10.12.7",
"framer-motion": "^10.12.8",
"is-empty-iterable": "^3.0.0",
"next": "13.4.1",
"react": "18.2.0",
@ -35,20 +35,20 @@
"devDependencies": {
"@playwright/test": "^1.33.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.16.3",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"lint-staged": "^13.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "5.1.0-beta"
"typescript": "5.0.4"
}
}

222
pnpm-lock.yaml generated
View File

@ -4,18 +4,18 @@ specifiers:
'@headlessui/react': ^1.7.14
'@playwright/test': ^1.33.0
'@tailwindcss/typography': ^0.5.9
'@types/node': 18.16.3
'@types/react': 18.2.5
'@types/react-dom': 18.2.3
'@types/node': 20.1.0
'@types/react': 18.2.6
'@types/react-dom': 18.2.4
'@vercel/git-hooks': ^1.0.0
'@vercel/og': ^0.5.4
autoprefixer: ^10.4.14
clsx: ^1.2.1
eslint: ^8.39.0
eslint-config-next: ^13.4.0
eslint: ^8.40.0
eslint-config-next: ^13.4.1
eslint-config-prettier: ^8.8.0
eslint-plugin-unicorn: ^46.0.0
framer-motion: ^10.12.7
eslint-plugin-unicorn: ^47.0.0
framer-motion: ^10.12.8
is-empty-iterable: ^3.0.0
lint-staged: ^13.2.2
next: 13.4.1
@ -26,13 +26,13 @@ specifiers:
react-cookie: ^4.1.1
react-dom: 18.2.0
tailwindcss: ^3.3.2
typescript: 5.1.0-beta
typescript: 5.0.4
dependencies:
'@headlessui/react': 1.7.14_biqbaboplfbrettd7655fr4n2y
'@vercel/og': 0.5.4
clsx: 1.2.1
framer-motion: 10.12.7_biqbaboplfbrettd7655fr4n2y
framer-motion: 10.12.8_biqbaboplfbrettd7655fr4n2y
is-empty-iterable: 3.0.0
next: 13.4.1_biqbaboplfbrettd7655fr4n2y
react: 18.2.0
@ -42,21 +42,21 @@ dependencies:
devDependencies:
'@playwright/test': 1.33.0
'@tailwindcss/typography': 0.5.9_tailwindcss@3.3.2
'@types/node': 18.16.3
'@types/react': 18.2.5
'@types/react-dom': 18.2.3
'@types/node': 20.1.0
'@types/react': 18.2.6
'@types/react-dom': 18.2.4
'@vercel/git-hooks': 1.0.0
autoprefixer: 10.4.14_postcss@8.4.23
eslint: 8.39.0
eslint-config-next: 13.4.0_pj2xwwapkq5rx4msdfsj7eyvmq
eslint-config-prettier: 8.8.0_eslint@8.39.0
eslint-plugin-unicorn: 46.0.0_eslint@8.39.0
eslint: 8.40.0
eslint-config-next: 13.4.1_3qfatcekpgbllh6uk5ivyhkbxq
eslint-config-prettier: 8.8.0_eslint@8.40.0
eslint-plugin-unicorn: 47.0.0_eslint@8.40.0
lint-staged: 13.2.2
postcss: 8.4.23
prettier: 2.8.8
prettier-plugin-tailwindcss: 0.2.8_prettier@2.8.8
tailwindcss: 3.3.2
typescript: 5.1.0-beta
typescript: 5.0.4
packages:
@ -106,14 +106,14 @@ packages:
dev: false
optional: true
/@eslint-community/eslint-utils/4.4.0_eslint@8.39.0:
/@eslint-community/eslint-utils/4.4.0_eslint@8.40.0:
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
eslint: 8.39.0
eslint-visitor-keys: 3.4.0
eslint: 8.40.0
eslint-visitor-keys: 3.4.1
dev: true
/@eslint-community/regexpp/4.5.1:
@ -121,13 +121,13 @@ packages:
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
dev: true
/@eslint/eslintrc/2.0.2:
resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==}
/@eslint/eslintrc/2.0.3:
resolution: {integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
debug: 4.3.4
espree: 9.5.1
espree: 9.5.2
globals: 13.20.0
ignore: 5.2.4
import-fresh: 3.3.0
@ -138,8 +138,8 @@ packages:
- supports-color
dev: true
/@eslint/js/8.39.0:
resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==}
/@eslint/js/8.40.0:
resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@ -213,8 +213,8 @@ packages:
resolution: {integrity: sha512-eD6WCBMFjLFooLM19SIhSkWBHtaFrZFfg2Cxnyl3vS3DAdFRfnx5TY2RxlkuKXdIRCC0ySbtK9JXXt8qLCqzZg==}
dev: false
/@next/eslint-plugin-next/13.4.0:
resolution: {integrity: sha512-ZqQi1slguDavpuNUcl9va8+WtHHpgymIW2g+4Gs9FdI+5rjAvrUqqjfCec2hi3Cjbbp7zULFQuAiPwASKHbrxw==}
/@next/eslint-plugin-next/13.4.1:
resolution: {integrity: sha512-tVPS/2FKlA3ANCRCYZVT5jdbUKasBU8LG6bYqcNhyORDFTlDYa4cAWQJjZ7msIgLwMQIbL8CAsxrOL8maa/4Lg==}
dependencies:
glob: 7.1.7
dev: true
@ -338,7 +338,7 @@ packages:
engines: {node: '>=14'}
hasBin: true
dependencies:
'@types/node': 18.16.3
'@types/node': 20.1.0
playwright-core: 1.33.0
optionalDependencies:
fsevents: 2.3.2
@ -387,7 +387,7 @@ packages:
/@types/hoist-non-react-statics/3.3.1:
resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==}
dependencies:
'@types/react': 18.2.5
'@types/react': 18.2.6
hoist-non-react-statics: 3.3.2
dev: false
@ -395,8 +395,8 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
/@types/node/18.16.3:
resolution: {integrity: sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==}
/@types/node/20.1.0:
resolution: {integrity: sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==}
dev: true
/@types/normalize-package-data/2.4.1:
@ -406,14 +406,14 @@ packages:
/@types/prop-types/15.7.5:
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
/@types/react-dom/18.2.3:
resolution: {integrity: sha512-hxXEXWxFJXbY0LMj/T69mznqOZJXNtQMqVxIiirVAZnnpeYiD4zt+lPsgcr/cfWg2VLsxZ1y26vigG03prYB+Q==}
/@types/react-dom/18.2.4:
resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==}
dependencies:
'@types/react': 18.2.5
'@types/react': 18.2.6
dev: true
/@types/react/18.2.5:
resolution: {integrity: sha512-RuoMedzJ5AOh23Dvws13LU9jpZHIc/k90AgmK7CecAYeWmSr3553L4u5rk4sWAPBuQosfT7HmTfG4Rg5o4nGEA==}
/@types/react/18.2.6:
resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==}
dependencies:
'@types/prop-types': 15.7.5
'@types/scheduler': 0.16.3
@ -422,7 +422,7 @@ packages:
/@types/scheduler/0.16.3:
resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
/@typescript-eslint/parser/5.59.2_pj2xwwapkq5rx4msdfsj7eyvmq:
/@typescript-eslint/parser/5.59.2_3qfatcekpgbllh6uk5ivyhkbxq:
resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -434,10 +434,10 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 5.59.2
'@typescript-eslint/types': 5.59.2
'@typescript-eslint/typescript-estree': 5.59.2_typescript@5.1.0-beta
'@typescript-eslint/typescript-estree': 5.59.2_typescript@5.0.4
debug: 4.3.4
eslint: 8.39.0
typescript: 5.1.0-beta
eslint: 8.40.0
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
dev: true
@ -455,7 +455,7 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree/5.59.2_typescript@5.1.0-beta:
/@typescript-eslint/typescript-estree/5.59.2_typescript@5.0.4:
resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@ -470,8 +470,8 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.5.0
tsutils: 3.21.0_typescript@5.1.0-beta
typescript: 5.1.0-beta
tsutils: 3.21.0_typescript@5.0.4
typescript: 5.0.4
transitivePeerDependencies:
- supports-color
dev: true
@ -481,7 +481,7 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.59.2
eslint-visitor-keys: 3.4.0
eslint-visitor-keys: 3.4.1
dev: true
/@vercel/git-hooks/1.0.0:
@ -661,7 +661,7 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.5
caniuse-lite: 1.0.30001482
caniuse-lite: 1.0.30001486
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
@ -730,8 +730,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001482
electron-to-chromium: 1.4.382
caniuse-lite: 1.0.30001486
electron-to-chromium: 1.4.385
node-releases: 2.0.10
update-browserslist-db: 1.0.11_browserslist@4.21.5
dev: true
@ -776,8 +776,8 @@ packages:
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
dev: false
/caniuse-lite/1.0.30001482:
resolution: {integrity: sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ==}
/caniuse-lite/1.0.30001486:
resolution: {integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==}
/chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
@ -1065,8 +1065,8 @@ packages:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
dev: true
/electron-to-chromium/1.4.382:
resolution: {integrity: sha512-czMavlW52VIPgutbVL9JnZIZuFijzsG1ww/1z2Otu1r1q+9Qe2bTsH3My3sZarlvwyqHM6+mnZfEnt2Vr4dsIg==}
/electron-to-chromium/1.4.385:
resolution: {integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg==}
dev: true
/emoji-regex/10.2.1:
@ -1188,8 +1188,8 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-config-next/13.4.0_pj2xwwapkq5rx4msdfsj7eyvmq:
resolution: {integrity: sha512-FkO3QRyUEKAHM4ie0xAcxo7fQ8gWevuLqgf6/g1Y6zWybqSa4FNeJr4hqqTbP25xIRgUUIPILBlx9RSH4C6+gQ==}
/eslint-config-next/13.4.1_3qfatcekpgbllh6uk5ivyhkbxq:
resolution: {integrity: sha512-ajuxjCkW1hvirr0EQZb3/B/bFH52Z7CT89uCtTcICFL9l30i5c8hN4p0LXvTjdOXNPV5fEDcxBgGHgXdzTj1/A==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
typescript: '>=3.3.1'
@ -1197,29 +1197,29 @@ packages:
typescript:
optional: true
dependencies:
'@next/eslint-plugin-next': 13.4.0
'@next/eslint-plugin-next': 13.4.1
'@rushstack/eslint-patch': 1.2.0
'@typescript-eslint/parser': 5.59.2_pj2xwwapkq5rx4msdfsj7eyvmq
eslint: 8.39.0
'@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
eslint: 8.40.0
eslint-import-resolver-node: 0.3.7
eslint-import-resolver-typescript: 3.5.5_dcxjpn7zkhfkza34okghut2zbm
eslint-plugin-import: 2.27.5_fshx5th3cntwdtki2wdgrrjosu
eslint-plugin-jsx-a11y: 6.7.1_eslint@8.39.0
eslint-plugin-react: 7.32.2_eslint@8.39.0
eslint-plugin-react-hooks: 4.6.0_eslint@8.39.0
typescript: 5.1.0-beta
eslint-import-resolver-typescript: 3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a
eslint-plugin-import: 2.27.5_xlmlwace5wgu6h5cchm6cuibti
eslint-plugin-jsx-a11y: 6.7.1_eslint@8.40.0
eslint-plugin-react: 7.32.2_eslint@8.40.0
eslint-plugin-react-hooks: 4.6.0_eslint@8.40.0
typescript: 5.0.4
transitivePeerDependencies:
- eslint-import-resolver-webpack
- supports-color
dev: true
/eslint-config-prettier/8.8.0_eslint@8.39.0:
/eslint-config-prettier/8.8.0_eslint@8.40.0:
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
eslint: 8.39.0
eslint: 8.40.0
dev: true
/eslint-import-resolver-node/0.3.7:
@ -1232,7 +1232,7 @@ packages:
- supports-color
dev: true
/eslint-import-resolver-typescript/3.5.5_dcxjpn7zkhfkza34okghut2zbm:
/eslint-import-resolver-typescript/3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a:
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@ -1241,9 +1241,9 @@ packages:
dependencies:
debug: 4.3.4
enhanced-resolve: 5.13.0
eslint: 8.39.0
eslint-module-utils: 2.8.0_6dl3jzo7iyec4iovyemxyi4mpy
eslint-plugin-import: 2.27.5_fshx5th3cntwdtki2wdgrrjosu
eslint: 8.40.0
eslint-module-utils: 2.8.0_mqrncgw2rbveclzcza5iljyn5y
eslint-plugin-import: 2.27.5_xlmlwace5wgu6h5cchm6cuibti
get-tsconfig: 4.5.0
globby: 13.1.4
is-core-module: 2.12.0
@ -1256,7 +1256,7 @@ packages:
- supports-color
dev: true
/eslint-module-utils/2.8.0_6dl3jzo7iyec4iovyemxyi4mpy:
/eslint-module-utils/2.8.0_mqrncgw2rbveclzcza5iljyn5y:
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@ -1277,16 +1277,16 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 5.59.2_pj2xwwapkq5rx4msdfsj7eyvmq
'@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
debug: 3.2.7
eslint: 8.39.0
eslint: 8.40.0
eslint-import-resolver-node: 0.3.7
eslint-import-resolver-typescript: 3.5.5_dcxjpn7zkhfkza34okghut2zbm
eslint-import-resolver-typescript: 3.5.5_z3vaj6szdsyhfxoum3z2qrcb2a
transitivePeerDependencies:
- supports-color
dev: true
/eslint-plugin-import/2.27.5_fshx5th3cntwdtki2wdgrrjosu:
/eslint-plugin-import/2.27.5_xlmlwace5wgu6h5cchm6cuibti:
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@ -1296,15 +1296,15 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
'@typescript-eslint/parser': 5.59.2_pj2xwwapkq5rx4msdfsj7eyvmq
'@typescript-eslint/parser': 5.59.2_3qfatcekpgbllh6uk5ivyhkbxq
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
debug: 3.2.7
doctrine: 2.1.0
eslint: 8.39.0
eslint: 8.40.0
eslint-import-resolver-node: 0.3.7
eslint-module-utils: 2.8.0_6dl3jzo7iyec4iovyemxyi4mpy
eslint-module-utils: 2.8.0_mqrncgw2rbveclzcza5iljyn5y
has: 1.0.3
is-core-module: 2.12.0
is-glob: 4.0.3
@ -1319,7 +1319,7 @@ packages:
- supports-color
dev: true
/eslint-plugin-jsx-a11y/6.7.1_eslint@8.39.0:
/eslint-plugin-jsx-a11y/6.7.1_eslint@8.40.0:
resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
engines: {node: '>=4.0'}
peerDependencies:
@ -1334,7 +1334,7 @@ packages:
axobject-query: 3.1.1
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
eslint: 8.39.0
eslint: 8.40.0
has: 1.0.3
jsx-ast-utils: 3.3.3
language-tags: 1.0.5
@ -1344,16 +1344,16 @@ packages:
semver: 6.3.0
dev: true
/eslint-plugin-react-hooks/4.6.0_eslint@8.39.0:
/eslint-plugin-react-hooks/4.6.0_eslint@8.40.0:
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
eslint: 8.39.0
eslint: 8.40.0
dev: true
/eslint-plugin-react/7.32.2_eslint@8.39.0:
/eslint-plugin-react/7.32.2_eslint@8.40.0:
resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
engines: {node: '>=4'}
peerDependencies:
@ -1363,7 +1363,7 @@ packages:
array.prototype.flatmap: 1.3.1
array.prototype.tosorted: 1.1.1
doctrine: 2.1.0
eslint: 8.39.0
eslint: 8.40.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.3
minimatch: 3.1.2
@ -1377,17 +1377,17 @@ packages:
string.prototype.matchall: 4.0.8
dev: true
/eslint-plugin-unicorn/46.0.0_eslint@8.39.0:
resolution: {integrity: sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==}
engines: {node: '>=14.18'}
/eslint-plugin-unicorn/47.0.0_eslint@8.40.0:
resolution: {integrity: sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==}
engines: {node: '>=16'}
peerDependencies:
eslint: '>=8.28.0'
eslint: '>=8.38.0'
dependencies:
'@babel/helper-validator-identifier': 7.19.1
'@eslint-community/eslint-utils': 4.4.0_eslint@8.39.0
'@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0
ci-info: 3.8.0
clean-regexp: 1.0.0
eslint: 8.39.0
eslint: 8.40.0
esquery: 1.5.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
@ -1396,7 +1396,7 @@ packages:
pluralize: 8.0.0
read-pkg-up: 7.0.1
regexp-tree: 0.1.27
regjsparser: 0.9.1
regjsparser: 0.10.0
safe-regex: 2.1.1
semver: 7.5.0
strip-indent: 3.0.0
@ -1410,20 +1410,20 @@ packages:
estraverse: 5.3.0
dev: true
/eslint-visitor-keys/3.4.0:
resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==}
/eslint-visitor-keys/3.4.1:
resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/eslint/8.39.0:
resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==}
/eslint/8.40.0:
resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
'@eslint-community/eslint-utils': 4.4.0_eslint@8.39.0
'@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0
'@eslint-community/regexpp': 4.5.1
'@eslint/eslintrc': 2.0.2
'@eslint/js': 8.39.0
'@eslint/eslintrc': 2.0.3
'@eslint/js': 8.40.0
'@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
@ -1434,8 +1434,8 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.2.0
eslint-visitor-keys: 3.4.0
espree: 9.5.1
eslint-visitor-keys: 3.4.1
espree: 9.5.2
esquery: 1.5.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
@ -1464,13 +1464,13 @@ packages:
- supports-color
dev: true
/espree/9.5.1:
resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==}
/espree/9.5.2:
resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.8.2
acorn-jsx: 5.3.2_acorn@8.8.2
eslint-visitor-keys: 3.4.0
eslint-visitor-keys: 3.4.1
dev: true
/esquery/1.5.0:
@ -1612,8 +1612,8 @@ packages:
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
dev: true
/framer-motion/10.12.7_biqbaboplfbrettd7655fr4n2y:
resolution: {integrity: sha512-awOlKkDvcQpv92Pzw5KCWFehxzvqtGYZqnLvHWZvQFpIxaPsRMypRX+vhugpciOzQPkZbc37X4dJLIZLfGM/CQ==}
/framer-motion/10.12.8_biqbaboplfbrettd7655fr4n2y:
resolution: {integrity: sha512-ylobYq3tGFjjAmRdBs5pL/R1+4AmOm69g/JbF5DcNETfRe8L9CjaX4acG83MjYdIsbsTGJmtR5qKx4glNmXO4A==}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
@ -2396,7 +2396,7 @@ packages:
'@next/env': 13.4.1
'@swc/helpers': 0.5.1
busboy: 1.6.0
caniuse-lite: 1.0.30001482
caniuse-lite: 1.0.30001486
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
@ -2946,8 +2946,8 @@ packages:
functions-have-names: 1.2.3
dev: true
/regjsparser/0.9.1:
resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
/regjsparser/0.10.0:
resolution: {integrity: sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==}
hasBin: true
dependencies:
jsesc: 0.5.0
@ -3428,14 +3428,14 @@ packages:
/tslib/2.5.0:
resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
/tsutils/3.21.0_typescript@5.1.0-beta:
/tsutils/3.21.0_typescript@5.0.4:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
typescript: 5.1.0-beta
typescript: 5.0.4
dev: true
/type-check/0.4.0:
@ -3473,9 +3473,9 @@ packages:
is-typed-array: 1.1.10
dev: true
/typescript/5.1.0-beta:
resolution: {integrity: sha512-NT+wDYZu95yUj1K9fbHz6v2gl3m56MNZs6tbKdMJq7pN0l+oQn0g6Z0IV3fHcEQDA9LxZgs3BrWMdMsvJZixdg==}
engines: {node: '>=14.17'}
/typescript/5.0.4:
resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
engines: {node: '>=12.20'}
hasBin: true
dev: true