diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index bdb941ac..8beee363 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -14,20 +14,20 @@ "@waldronmatt/basic-math": "^2.0.4", "@waldronmatt/demo-ui": "^1.2.5", "@waldronmatt/parity": "^2.0.4", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sanitize.css": "^13.0.0", - "the-new-css-reset": "^1.11.0" + "react": "18.2.0", + "react-dom": "18.2.0", + "sanitize.css": "13.0.0", + "the-new-css-reset": "1.11.0" }, "devDependencies": { "@types/react": "18.2.28", "@types/react-dom": "18.2.13", - "@vitejs/plugin-react-swc": "^3.4.0", - "eslint": "^8.49.0", + "@vitejs/plugin-react-swc": "3.4.0", + "eslint": "8.49.0", "eslint-config-custom": "workspace:^", - "rimraf": "^5.0.0", + "rimraf": "5.0.5", "tsconfig-config": "workspace:^", - "typescript": "^5.2.2", - "vite": "^4.4.5" + "typescript": "5.2.2", + "vite": "4.4.5" } } diff --git a/configs/eslint-config-custom/package.json b/configs/eslint-config-custom/package.json index 39c8b67f..c142396a 100644 --- a/configs/eslint-config-custom/package.json +++ b/configs/eslint-config-custom/package.json @@ -4,18 +4,18 @@ "private": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.2.0", - "@typescript-eslint/parser": "^6.6.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-airbnb-typescript": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.4.2", - "eslint-plugin-jest-dom": "^5.0.0", - "eslint-plugin-jest-formatting": "^3.1.0", - "eslint-plugin-mdx": "^2.2.0", - "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.3", - "eslint-plugin-storybook": "^0.6.15" + "@typescript-eslint/eslint-plugin": "6.2.0", + "@typescript-eslint/parser": "6.6.0", + "eslint-config-airbnb-base": "15.0.0", + "eslint-config-airbnb-typescript": "17.0.0", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-jest": "27.4.2", + "eslint-plugin-jest-dom": "5.1.0", + "eslint-plugin-jest-formatting": "3.1.0", + "eslint-plugin-mdx": "2.2.0", + "eslint-plugin-react": "7.33.2", + "eslint-plugin-react-hooks": "4.6.0", + "eslint-plugin-react-refresh": "0.4.3", + "eslint-plugin-storybook": "0.6.15" } } diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index fe9bccca..7edf65f0 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -4,7 +4,7 @@ "private": true, "license": "MIT", "dependencies": { - "jest-environment-jsdom": "^29.7.0", - "ts-jest": "^29.1.1" + "jest-environment-jsdom": "29.7.0", + "ts-jest": "29.1.1" } } diff --git a/docs/ui/package.json b/docs/ui/package.json index 16da9223..45bbf867 100644 --- a/docs/ui/package.json +++ b/docs/ui/package.json @@ -12,28 +12,28 @@ }, "dependencies": { "@waldronmatt/demo-ui": "workspace:^", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sanitize.css": "^13.0.0", - "the-new-css-reset": "^1.11.0" + "react": "18.2.0", + "react-dom": "18.2.0", + "sanitize.css": "13.0.0", + "the-new-css-reset": "1.11.0" }, "devDependencies": { - "@storybook/addon-actions": "^7.4.0", - "@storybook/addon-docs": "^7.4.0", - "@storybook/addon-essentials": "^7.4.0", - "@storybook/addon-links": "^7.4.0", - "@storybook/react": "^7.4.0", - "@storybook/react-vite": "^7.4.0", - "@storybook/types": "^7.4.6", + "@storybook/addon-actions": "7.4.0", + "@storybook/addon-docs": "7.4.0", + "@storybook/addon-essentials": "7.4.0", + "@storybook/addon-links": "7.4.0", + "@storybook/react": "7.4.0", + "@storybook/react-vite": "7.4.0", + "@storybook/types": "7.4.6", "@types/react": "18.2.28", "@types/react-dom": "18.2.13", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "4.0.0", "eslint-config-custom": "workspace:^", - "rimraf": "^5.0.0", - "serve": "^14.0.0", - "storybook": "^7.4.0", + "rimraf": "5.0.5", + "serve": "14.2.1", + "storybook": "7.4.0", "tsconfig-config": "workspace:^", - "typescript": "^5.2.2", - "vite": "^4.4.5" + "typescript": "5.2.2", + "vite": "4.4.5" } } diff --git a/package.json b/package.json index add1be03..ec0f91e4 100644 --- a/package.json +++ b/package.json @@ -40,30 +40,30 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^17.8.0", - "@commitlint/config-conventional": "^17.7.0", - "@lerna-lite/cli": "^2.0.0", - "@lerna-lite/publish": "^2.6.0", - "@lerna-lite/version": "^2.6.0", - "@manypkg/cli": "^0.21.0", - "@nrwl/cli": "^15.9.3", - "@nrwl/nx-cloud": "^16.4.0", - "@secretlint/secretlint-rule-preset-recommend": "^7.0.7", - "commitizen": "^4.3.0", - "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.49.0", + "@commitlint/cli": "17.8.0", + "@commitlint/config-conventional": "17.7.0", + "@lerna-lite/cli": "2.0.0", + "@lerna-lite/publish": "2.6.0", + "@lerna-lite/version": "2.6.0", + "@manypkg/cli": "0.21.0", + "@nrwl/cli": "15.9.3", + "@nrwl/nx-cloud": "16.4.0", + "@secretlint/secretlint-rule-preset-recommend": "7.0.7", + "commitizen": "4.3.0", + "cz-conventional-changelog": "3.3.0", + "eslint": "8.49.0", "eslint-config-custom": "workspace:^", - "husky": "^8.0.3", - "lint-staged": "^15.0.0", - "npm-run-all": "^4.1.5", - "nx": "^16.10.0", - "prettier": "^3.0.0", - "publint": "^0.2.2", - "secretlint": "^7.0.0", - "typescript": "^5.2.2" + "husky": "8.0.3", + "lint-staged": "15.0.0", + "npm-run-all": "4.1.5", + "nx": "16.10.0", + "prettier": "3.0.0", + "publint": "0.2.2", + "secretlint": "7.0.7", + "typescript": "5.2.2" }, "resolutions": { - "tsconfig-paths": "^4.0.0" + "tsconfig-paths": "4.2.0" }, "manypkg": { "ignoredRules": [ diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index f1b3afa3..7de4192a 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -44,19 +44,19 @@ }, "homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/basic-math#readme", "devDependencies": { - "@types/jest": "^29.2.3", - "cross-env": "^7.0.3", - "esbuild": "^0.19.0", - "eslint": "^8.49.0", + "@types/jest": "29.2.3", + "cross-env": "7.0.3", + "esbuild": "0.19.0", + "eslint": "8.49.0", "eslint-config-custom": "workspace:^", - "jest": "^29.7.0", + "jest": "29.7.0", "jest-config": "workspace:^", - "rimraf": "^5.0.0", + "rimraf": "5.0.5", "tsconfig-config": "workspace:^", - "tslib": "^2.4.1", - "tsup": "^7.1.0", - "turbo": "^1.6.3", - "typescript": "^5.2.2", - "unbuild": "^2.0.0" + "tslib": "2.4.1", + "tsup": "7.1.0", + "turbo": "1.6.3", + "typescript": "5.2.2", + "unbuild": "2.0.0" } } diff --git a/packages/parity/package.json b/packages/parity/package.json index 8ad71241..85dac756 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -44,19 +44,19 @@ }, "homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/parity#readme", "devDependencies": { - "@types/jest": "^29.2.3", - "cross-env": "^7.0.3", - "esbuild": "^0.19.0", - "eslint": "^8.49.0", + "@types/jest": "29.2.3", + "cross-env": "7.0.3", + "esbuild": "0.19.0", + "eslint": "8.49.0", "eslint-config-custom": "workspace:^", - "jest": "^29.7.0", + "jest": "29.7.0", "jest-config": "workspace:^", - "rimraf": "^5.0.0", + "rimraf": "5.0.5", "tsconfig-config": "workspace:^", - "tslib": "^2.4.1", - "tsup": "^7.1.0", - "turbo": "^1.6.3", - "typescript": "^5.2.2", - "unbuild": "^2.0.0" + "tslib": "2.4.1", + "tsup": "7.1.0", + "turbo": "1.6.3", + "typescript": "5.2.2", + "unbuild": "2.0.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 37da8949..8f03a9c6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -44,31 +44,31 @@ }, "homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/ui#readme", "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "18.2.0", + "react-dom": "18.2.0" }, "devDependencies": { - "@rollup/plugin-alias": "^5.0.0", - "@testing-library/jest-dom": "^6.1.3", - "@testing-library/react": "^14.0.0", - "@types/jest": "^29.2.3", + "@rollup/plugin-alias": "5.0.0", + "@testing-library/jest-dom": "6.1.3", + "@testing-library/react": "14.0.0", + "@types/jest": "29.2.3", "@types/react": "18.2.28", "@types/react-dom": "18.2.13", - "@vitejs/plugin-react-swc": "^3.4.0", - "cross-env": "^7.0.3", - "eslint": "^8.49.0", + "@vitejs/plugin-react-swc": "3.4.0", + "cross-env": "7.0.3", + "eslint": "8.49.0", "eslint-config-custom": "workspace:^", - "glob": "^10.3.7", - "jest": "^29.7.0", + "glob": "10.3.7", + "jest": "29.7.0", "jest-config": "workspace:^", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "rimraf": "^5.0.0", + "react": "18.2.0", + "react-dom": "18.2.0", + "rimraf": "5.0.5", "tsconfig-config": "workspace:^", - "typescript": "^5.2.2", - "vite": "^4.4.5", - "vite-plugin-dts": "^3.6.0", - "vite-plugin-lib-inject-css": "^1.3.0", - "vite-plugin-static-copy": "^0.17.0" + "typescript": "5.2.2", + "vite": "4.4.5", + "vite-plugin-dts": "3.6.0", + "vite-plugin-lib-inject-css": "1.3.0", + "vite-plugin-static-copy": "0.17.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58a55f07..393d442a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,74 +5,74 @@ settings: excludeLinksFromLockfile: false overrides: - tsconfig-paths: ^4.0.0 + tsconfig-paths: 4.2.0 importers: .: dependencies: '@commitlint/cli': - specifier: ^17.8.0 + specifier: 17.8.0 version: 17.8.0 '@commitlint/config-conventional': - specifier: ^17.7.0 + specifier: 17.7.0 version: 17.7.0 '@lerna-lite/cli': - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0(typescript@5.2.2) '@lerna-lite/publish': - specifier: ^2.6.0 + specifier: 2.6.0 version: 2.6.0(typescript@5.2.2) '@lerna-lite/version': - specifier: ^2.6.0 + specifier: 2.6.0 version: 2.6.0(@lerna-lite/publish@2.6.0)(typescript@5.2.2) '@manypkg/cli': - specifier: ^0.21.0 + specifier: 0.21.0 version: 0.21.0 '@nrwl/cli': - specifier: ^15.9.3 + specifier: 15.9.3 version: 15.9.3 '@nrwl/nx-cloud': - specifier: ^16.4.0 + specifier: 16.4.0 version: 16.4.0 '@secretlint/secretlint-rule-preset-recommend': - specifier: ^7.0.7 + specifier: 7.0.7 version: 7.0.7 commitizen: - specifier: ^4.3.0 + specifier: 4.3.0 version: 4.3.0 cz-conventional-changelog: - specifier: ^3.3.0 + specifier: 3.3.0 version: 3.3.0 eslint: - specifier: ^8.49.0 + specifier: 8.49.0 version: 8.49.0 eslint-config-custom: specifier: workspace:^ version: link:configs/eslint-config-custom husky: - specifier: ^8.0.3 + specifier: 8.0.3 version: 8.0.3 lint-staged: - specifier: ^15.0.0 + specifier: 15.0.0 version: 15.0.0 npm-run-all: - specifier: ^4.1.5 + specifier: 4.1.5 version: 4.1.5 nx: - specifier: ^16.10.0 + specifier: 16.10.0 version: 16.10.0 prettier: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0 publint: - specifier: ^0.2.2 + specifier: 0.2.2 version: 0.2.2 secretlint: - specifier: ^7.0.0 + specifier: 7.0.7 version: 7.0.7 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 apps/vite-project: @@ -87,16 +87,16 @@ importers: specifier: ^2.0.4 version: link:../../packages/parity react: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0 react-dom: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0(react@18.2.0) sanitize.css: - specifier: ^13.0.0 + specifier: 13.0.0 version: 13.0.0 the-new-css-reset: - specifier: ^1.11.0 + specifier: 1.11.0 version: 1.11.0 devDependencies: '@types/react': @@ -106,76 +106,76 @@ importers: specifier: 18.2.13 version: 18.2.13 '@vitejs/plugin-react-swc': - specifier: ^3.4.0 + specifier: 3.4.0 version: 3.4.0(vite@4.4.5) eslint: - specifier: ^8.49.0 + specifier: 8.49.0 version: 8.49.0 eslint-config-custom: specifier: workspace:^ version: link:../../configs/eslint-config-custom rimraf: - specifier: ^5.0.0 + specifier: 5.0.5 version: 5.0.5 tsconfig-config: specifier: workspace:^ version: link:../../configs/tsconfig-config typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^4.4.5 - version: 4.4.5 + specifier: 4.4.5 + version: 4.4.5(@types/node@20.5.1) configs/eslint-config-custom: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^6.2.0 - version: 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0)(typescript@5.2.2) + specifier: 6.2.0 + version: 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.6.0 - version: 6.6.0(eslint@8.51.0)(typescript@5.2.2) + specifier: 6.6.0 + version: 6.6.0(eslint@8.49.0)(typescript@5.2.2) eslint-config-airbnb-base: - specifier: ^15.0.0 - version: 15.0.0(eslint-plugin-import@2.26.0)(eslint@8.51.0) + specifier: 15.0.0 + version: 15.0.0(eslint-plugin-import@2.26.0)(eslint@8.49.0) eslint-config-airbnb-typescript: - specifier: ^17.0.0 - version: 17.0.0(@typescript-eslint/eslint-plugin@6.2.0)(@typescript-eslint/parser@6.6.0)(eslint-plugin-import@2.26.0)(eslint@8.51.0) + specifier: 17.0.0 + version: 17.0.0(@typescript-eslint/eslint-plugin@6.2.0)(@typescript-eslint/parser@6.6.0)(eslint-plugin-import@2.26.0)(eslint@8.49.0) eslint-plugin-import: - specifier: ^2.26.0 - version: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0) + specifier: 2.26.0 + version: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0) eslint-plugin-jest: - specifier: ^27.4.2 - version: 27.4.2(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.51.0)(typescript@5.2.2) + specifier: 27.4.2 + version: 27.4.2(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.49.0)(typescript@5.2.2) eslint-plugin-jest-dom: - specifier: ^5.0.0 - version: 5.1.0(eslint@8.51.0) + specifier: 5.1.0 + version: 5.1.0(eslint@8.49.0) eslint-plugin-jest-formatting: - specifier: ^3.1.0 - version: 3.1.0(eslint@8.51.0) + specifier: 3.1.0 + version: 3.1.0(eslint@8.49.0) eslint-plugin-mdx: - specifier: ^2.2.0 - version: 2.2.0(eslint@8.51.0) + specifier: 2.2.0 + version: 2.2.0(eslint@8.49.0) eslint-plugin-react: - specifier: ^7.33.2 - version: 7.33.2(eslint@8.51.0) + specifier: 7.33.2 + version: 7.33.2(eslint@8.49.0) eslint-plugin-react-hooks: - specifier: ^4.6.0 - version: 4.6.0(eslint@8.51.0) + specifier: 4.6.0 + version: 4.6.0(eslint@8.49.0) eslint-plugin-react-refresh: - specifier: ^0.4.3 - version: 0.4.3(eslint@8.51.0) + specifier: 0.4.3 + version: 0.4.3(eslint@8.49.0) eslint-plugin-storybook: - specifier: ^0.6.15 - version: 0.6.15(eslint@8.51.0)(typescript@5.2.2) + specifier: 0.6.15 + version: 0.6.15(eslint@8.49.0)(typescript@5.2.2) configs/jest-config: dependencies: jest-environment-jsdom: - specifier: ^29.7.0 + specifier: 29.7.0 version: 29.7.0 ts-jest: - specifier: ^29.1.1 + specifier: 29.1.1 version: 29.1.1(@babel/core@7.23.0)(jest@29.7.0)(typescript@5.2.2) configs/tsconfig-config: {} @@ -188,38 +188,38 @@ importers: specifier: workspace:^ version: link:../../packages/ui react: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0 react-dom: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0(react@18.2.0) sanitize.css: - specifier: ^13.0.0 + specifier: 13.0.0 version: 13.0.0 the-new-css-reset: - specifier: ^1.11.0 + specifier: 1.11.0 version: 1.11.0 devDependencies: '@storybook/addon-actions': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(@types/react-dom@18.2.13)(@types/react@18.2.28)(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-docs': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(@types/react-dom@18.2.13)(@types/react@18.2.28)(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-essentials': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(@types/react-dom@18.2.13)(@types/react@18.2.28)(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-links': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(react-dom@18.2.0)(react@18.2.0) '@storybook/react': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) '@storybook/react-vite': - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(vite@4.4.5) '@storybook/types': - specifier: ^7.4.6 + specifier: 7.4.6 version: 7.4.6 '@types/react': specifier: 18.2.28 @@ -228,133 +228,133 @@ importers: specifier: 18.2.13 version: 18.2.13 '@vitejs/plugin-react': - specifier: ^4.0.0 + specifier: 4.0.0 version: 4.0.0(vite@4.4.5) eslint-config-custom: specifier: workspace:^ version: link:../../configs/eslint-config-custom rimraf: - specifier: ^5.0.0 + specifier: 5.0.5 version: 5.0.5 serve: - specifier: ^14.0.0 + specifier: 14.2.1 version: 14.2.1 storybook: - specifier: ^7.4.0 + specifier: 7.4.0 version: 7.4.0 tsconfig-config: specifier: workspace:^ version: link:../../configs/tsconfig-config typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^4.4.5 - version: 4.4.5 + specifier: 4.4.5 + version: 4.4.5(@types/node@20.5.1) packages/basic-math: devDependencies: '@types/jest': - specifier: ^29.2.3 + specifier: 29.2.3 version: 29.2.3 cross-env: - specifier: ^7.0.3 + specifier: 7.0.3 version: 7.0.3 esbuild: - specifier: ^0.19.0 + specifier: 0.19.0 version: 0.19.0 eslint: - specifier: ^8.49.0 + specifier: 8.49.0 version: 8.49.0 eslint-config-custom: specifier: workspace:^ version: link:../../configs/eslint-config-custom jest: - specifier: ^29.7.0 - version: 29.7.0 + specifier: 29.7.0 + version: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-config: specifier: workspace:^ version: link:../../configs/jest-config rimraf: - specifier: ^5.0.0 + specifier: 5.0.5 version: 5.0.5 tsconfig-config: specifier: workspace:^ version: link:../../configs/tsconfig-config tslib: - specifier: ^2.4.1 + specifier: 2.4.1 version: 2.4.1 tsup: - specifier: ^7.1.0 - version: 7.1.0(typescript@5.2.2) + specifier: 7.1.0 + version: 7.1.0(ts-node@10.9.1)(typescript@5.2.2) turbo: - specifier: ^1.6.3 + specifier: 1.6.3 version: 1.6.3 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 unbuild: - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0(typescript@5.2.2) packages/parity: devDependencies: '@types/jest': - specifier: ^29.2.3 + specifier: 29.2.3 version: 29.2.3 cross-env: - specifier: ^7.0.3 + specifier: 7.0.3 version: 7.0.3 esbuild: - specifier: ^0.19.0 + specifier: 0.19.0 version: 0.19.0 eslint: - specifier: ^8.49.0 + specifier: 8.49.0 version: 8.49.0 eslint-config-custom: specifier: workspace:^ version: link:../../configs/eslint-config-custom jest: - specifier: ^29.7.0 - version: 29.7.0 + specifier: 29.7.0 + version: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-config: specifier: workspace:^ version: link:../../configs/jest-config rimraf: - specifier: ^5.0.0 + specifier: 5.0.5 version: 5.0.5 tsconfig-config: specifier: workspace:^ version: link:../../configs/tsconfig-config tslib: - specifier: ^2.4.1 + specifier: 2.4.1 version: 2.4.1 tsup: - specifier: ^7.1.0 - version: 7.1.0(typescript@5.2.2) + specifier: 7.1.0 + version: 7.1.0(ts-node@10.9.1)(typescript@5.2.2) turbo: - specifier: ^1.6.3 + specifier: 1.6.3 version: 1.6.3 typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 unbuild: - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0(typescript@5.2.2) packages/ui: devDependencies: '@rollup/plugin-alias': - specifier: ^5.0.0 - version: 5.0.0 + specifier: 5.0.0 + version: 5.0.0(rollup@3.29.4) '@testing-library/jest-dom': - specifier: ^6.1.3 + specifier: 6.1.3 version: 6.1.3(@types/jest@29.2.3)(jest@29.7.0) '@testing-library/react': - specifier: ^14.0.0 + specifier: 14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) '@types/jest': - specifier: ^29.2.3 + specifier: 29.2.3 version: 29.2.3 '@types/react': specifier: 18.2.28 @@ -363,52 +363,52 @@ importers: specifier: 18.2.13 version: 18.2.13 '@vitejs/plugin-react-swc': - specifier: ^3.4.0 + specifier: 3.4.0 version: 3.4.0(vite@4.4.5) cross-env: - specifier: ^7.0.3 + specifier: 7.0.3 version: 7.0.3 eslint: - specifier: ^8.49.0 + specifier: 8.49.0 version: 8.49.0 eslint-config-custom: specifier: workspace:^ version: link:../../configs/eslint-config-custom glob: - specifier: ^10.3.7 + specifier: 10.3.7 version: 10.3.7 jest: - specifier: ^29.7.0 - version: 29.7.0 + specifier: 29.7.0 + version: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-config: specifier: workspace:^ version: link:../../configs/jest-config react: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0 react-dom: - specifier: ^18.2.0 + specifier: 18.2.0 version: 18.2.0(react@18.2.0) rimraf: - specifier: ^5.0.0 + specifier: 5.0.5 version: 5.0.5 tsconfig-config: specifier: workspace:^ version: link:../../configs/tsconfig-config typescript: - specifier: ^5.2.2 + specifier: 5.2.2 version: 5.2.2 vite: - specifier: ^4.4.5 - version: 4.4.5 + specifier: 4.4.5 + version: 4.4.5(@types/node@20.5.1) vite-plugin-dts: - specifier: ^3.6.0 - version: 3.6.0(typescript@5.2.2)(vite@4.4.5) + specifier: 3.6.0 + version: 3.6.0(@types/node@20.5.1)(typescript@5.2.2)(vite@4.4.5) vite-plugin-lib-inject-css: - specifier: ^1.3.0 + specifier: 1.3.0 version: 1.3.0(vite@4.4.5) vite-plugin-static-copy: - specifier: ^0.17.0 + specifier: 0.17.0 version: 0.17.0(vite@4.4.5) packages: @@ -1919,7 +1919,6 @@ packages: requiresBuild: true dependencies: '@jridgewell/trace-mapping': 0.3.9 - dev: false /@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} @@ -2537,16 +2536,6 @@ packages: eslint: 8.49.0 eslint-visitor-keys: 3.4.3 - /@eslint-community/eslint-utils@4.4.0(eslint@8.51.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.51.0 - eslint-visitor-keys: 3.4.3 - dev: false - /@eslint-community/regexpp@4.9.1: resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} @@ -2571,11 +2560,6 @@ packages: resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@eslint/js@8.51.0: - resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false - /@fal-works/esbuild-plugin-global-externals@2.1.2: resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} dev: true @@ -2670,7 +2654,7 @@ packages: jest-util: 29.7.0 slash: 3.0.0 - /@jest/core@29.7.0: + /@jest/core@29.7.0(ts-node@10.9.1): resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -2691,7 +2675,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.8.4) + jest-config: 29.7.0(@types/node@20.8.4)(ts-node@10.9.1) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -2873,7 +2857,7 @@ packages: magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@5.2.2) typescript: 5.2.2 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) dev: true /@jridgewell/gen-mapping@0.3.3: @@ -2907,7 +2891,6 @@ packages: dependencies: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - dev: false /@juggle/resize-observer@3.4.0: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} @@ -3221,24 +3204,24 @@ packages: react: 18.2.0 dev: true - /@microsoft/api-extractor-model@7.28.2: + /@microsoft/api-extractor-model@7.28.2(@types/node@20.5.1): resolution: {integrity: sha512-vkojrM2fo3q4n4oPh4uUZdjJ2DxQ2+RnDQL/xhTWSRUNPF6P4QyrvY357HBxbnltKcYu+nNNolVqc6TIGQ73Ig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0 + '@rushstack/node-core-library': 3.61.0(@types/node@20.5.1) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.38.0: + /@microsoft/api-extractor@7.38.0(@types/node@20.5.1): resolution: {integrity: sha512-e1LhZYnfw+JEebuY2bzhw0imDCl1nwjSThTrQqBXl40hrVo6xm3j/1EpUr89QyzgjqmAwek2ZkIVZbrhaR+cqg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.2 + '@microsoft/api-extractor-model': 7.28.2(@types/node@20.5.1) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.61.0 + '@rushstack/node-core-library': 3.61.0(@types/node@20.5.1) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.16.1 colors: 1.2.5 @@ -3397,7 +3380,7 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/name-from-folder': 2.0.0 - glob: 10.3.10 + glob: 10.3.7 minimatch: 9.0.3 read-package-json-fast: 3.0.2 dev: false @@ -3430,7 +3413,7 @@ packages: engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/git': 5.0.3 - glob: 10.3.10 + glob: 10.3.7 hosted-git-info: 7.0.1 json-parse-even-better-errors: 3.0.0 normalize-package-data: 6.0.0 @@ -3602,7 +3585,7 @@ packages: hasBin: true dependencies: nx: 16.10.0 - tslib: 2.6.2 + tslib: 2.4.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -4414,7 +4397,7 @@ packages: '@babel/runtime': 7.23.1 dev: true - /@rollup/plugin-alias@5.0.0: + /@rollup/plugin-alias@5.0.0(rollup@3.29.4): resolution: {integrity: sha512-l9hY5chSCjuFRPsnRm16twWBiSApl2uYFLsepQYwtBuAxNMQ/1dJqADld40P0Jkqm65GRTLy/AC6hnpVebtLsA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -4422,18 +4405,6 @@ packages: peerDependenciesMeta: rollup: optional: true - dependencies: - slash: 4.0.0 - dev: true - - /@rollup/plugin-alias@5.0.1(rollup@3.29.4): - resolution: {integrity: sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true dependencies: rollup: 3.29.4 slash: 4.0.0 @@ -4502,20 +4473,6 @@ packages: rollup: 3.29.4 dev: true - /@rollup/pluginutils@5.0.5: - resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@types/estree': 1.0.2 - estree-walker: 2.0.2 - picomatch: 2.3.1 - dev: true - /@rollup/pluginutils@5.0.5(rollup@3.29.4): resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} engines: {node: '>=14.0.0'} @@ -4531,7 +4488,7 @@ packages: rollup: 3.29.4 dev: true - /@rushstack/node-core-library@3.61.0: + /@rushstack/node-core-library@3.61.0(@types/node@20.5.1): resolution: {integrity: sha512-tdOjdErme+/YOu4gPed3sFS72GhtWCgNV9oDsHDnoLY5oDfwjKUc9Z+JOZZ37uAxcm/OCahDHfuu2ugqrfWAVQ==} peerDependencies: '@types/node': '*' @@ -4539,6 +4496,7 @@ packages: '@types/node': optional: true dependencies: + '@types/node': 20.5.1 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -5095,7 +5053,7 @@ packages: remark-slug: 6.1.0 rollup: 3.29.4 typescript: 5.2.2 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) transitivePeerDependencies: - encoding - supports-color @@ -5253,7 +5211,7 @@ packages: find-cache-dir: 3.3.2 find-up: 5.0.0 fs-extra: 11.1.1 - glob: 10.3.10 + glob: 10.3.7 handlebars: 4.7.8 lazy-universal-dotenv: 4.0.0 node-fetch: 2.7.0 @@ -5473,7 +5431,7 @@ packages: vite: ^3.0.0 || ^4.0.0 dependencies: '@joshwooding/vite-plugin-react-docgen-typescript': 0.2.1(typescript@5.2.2)(vite@4.4.5) - '@rollup/pluginutils': 5.0.5 + '@rollup/pluginutils': 5.0.5(rollup@3.29.4) '@storybook/builder-vite': 7.4.0(typescript@5.2.2)(vite@4.4.5) '@storybook/react': 7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) '@vitejs/plugin-react': 3.1.0(vite@4.4.5) @@ -5482,7 +5440,7 @@ packages: react: 18.2.0 react-docgen: 6.0.0-alpha.3 react-dom: 18.2.0(react@18.2.0) - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) transitivePeerDependencies: - '@preact/preset-vite' - encoding @@ -5763,7 +5721,7 @@ packages: chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.16 - jest: 29.7.0 + jest: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) lodash: 4.17.21 redent: 3.0.0 dev: true @@ -5831,22 +5789,18 @@ packages: /@tsconfig/node10@1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} requiresBuild: true - dev: false /@tsconfig/node12@1.0.11: resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} requiresBuild: true - dev: false /@tsconfig/node14@1.0.3: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} requiresBuild: true - dev: false /@tsconfig/node16@1.0.4: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} requiresBuild: true - dev: false /@tufjs/canonical-json@2.0.0: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} @@ -6106,7 +6060,6 @@ packages: /@types/node@20.5.1: resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} requiresBuild: true - dev: false /@types/node@20.8.4: resolution: {integrity: sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==} @@ -6212,7 +6165,7 @@ packages: dependencies: '@types/yargs-parser': 21.0.1 - /@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6224,13 +6177,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 6.6.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.6.0(eslint@8.49.0)(typescript@5.2.2) '@typescript-eslint/scope-manager': 6.2.0 - '@typescript-eslint/type-utils': 6.2.0(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.2.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.2.0(eslint@8.49.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.2.0(eslint@8.49.0)(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.2.0 debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.49.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -6242,7 +6195,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@6.6.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.6.0(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-setq5aJgUwtzGrhW177/i+DMLqBaJbdwGj2CPIVFFLE0NCliy5ujIdLHd2D1ysmlmsjdL2GWW+hR85neEfc12w==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6257,7 +6210,7 @@ packages: '@typescript-eslint/typescript-estree': 6.6.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.6.0 debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.49.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -6287,7 +6240,7 @@ packages: '@typescript-eslint/visitor-keys': 6.6.0 dev: false - /@typescript-eslint/type-utils@6.2.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.2.0(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6298,9 +6251,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 6.2.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.2.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.2.0(eslint@8.49.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.49.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: @@ -6385,19 +6338,19 @@ packages: - supports-color dev: false - /@typescript-eslint/utils@5.62.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/utils@5.62.0(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) - eslint: 8.51.0 + eslint: 8.49.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -6405,19 +6358,19 @@ packages: - typescript dev: false - /@typescript-eslint/utils@6.2.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.2.0(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 6.2.0 '@typescript-eslint/types': 6.2.0 '@typescript-eslint/typescript-estree': 6.2.0(typescript@5.2.2) - eslint: 8.51.0 + eslint: 8.49.0 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -6454,7 +6407,7 @@ packages: vite: ^4 dependencies: '@swc/core': 1.3.92 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) transitivePeerDependencies: - '@swc/helpers' dev: true @@ -6470,7 +6423,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.0) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) transitivePeerDependencies: - supports-color dev: true @@ -6485,7 +6438,7 @@ packages: '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.23.0) '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.23.0) react-refresh: 0.14.0 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) transitivePeerDependencies: - supports-color dev: true @@ -6569,7 +6522,7 @@ packages: esbuild: '>=0.10.0' dependencies: esbuild: 0.18.20 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /@yarnpkg/fslib@2.10.3: @@ -6597,7 +6550,7 @@ packages: engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.6.2 + tslib: 2.4.1 dev: false /@yarnpkg/parsers@3.0.0-rc.53: @@ -6605,7 +6558,7 @@ packages: engines: {node: '>=18.12.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.6.2 + tslib: 2.4.1 dev: false /@zeit/schemas@2.29.0: @@ -6685,7 +6638,6 @@ packages: /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} - dev: false /acorn@7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} @@ -6871,7 +6823,6 @@ packages: /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} requiresBuild: true - dev: false /arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} @@ -6889,7 +6840,7 @@ packages: resolution: {integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==} engines: {node: '>=10'} dependencies: - tslib: 2.6.2 + tslib: 2.4.1 dev: true /aria-query@5.1.3: @@ -6995,21 +6946,21 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.6.2 + tslib: 2.4.1 dev: true /ast-types@0.15.2: resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} engines: {node: '>=4'} dependencies: - tslib: 2.6.2 + tslib: 2.4.1 dev: true /ast-types@0.16.1: resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} engines: {node: '>=4'} dependencies: - tslib: 2.6.2 + tslib: 2.4.1 dev: true /astral-regex@2.0.0: @@ -7416,7 +7367,7 @@ packages: dependencies: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.3 - glob: 10.3.10 + glob: 10.3.7 lru-cache: 7.18.3 minipass: 7.0.4 minipass-collect: 1.0.2 @@ -7434,7 +7385,7 @@ packages: dependencies: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.3 - glob: 10.3.10 + glob: 10.3.7 lru-cache: 10.0.1 minipass: 7.0.4 minipass-collect: 1.0.2 @@ -8075,7 +8026,7 @@ packages: typescript: 5.2.2 dev: false - /create-jest@29.7.0: + /create-jest@29.7.0(@types/node@20.5.1)(ts-node@10.9.1): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -8084,7 +8035,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0 + jest-config: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -8096,7 +8047,6 @@ packages: /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} requiresBuild: true - dev: false /cross-env@7.0.3: resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} @@ -8466,7 +8416,6 @@ packages: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} requiresBuild: true - dev: false /diff@5.1.0: resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} @@ -8865,7 +8814,7 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.26.0)(eslint@8.51.0): + /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.26.0)(eslint@8.49.0): resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -8873,14 +8822,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.51.0 - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0) + eslint: 8.49.0 + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0) object.assign: 4.1.4 object.entries: 1.1.7 semver: 6.3.1 dev: false - /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@6.2.0)(@typescript-eslint/parser@6.6.0)(eslint-plugin-import@2.26.0)(eslint@8.51.0): + /eslint-config-airbnb-typescript@17.0.0(@typescript-eslint/eslint-plugin@6.2.0)(@typescript-eslint/parser@6.6.0)(eslint-plugin-import@2.26.0)(eslint@8.49.0): resolution: {integrity: sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.13.0 @@ -8888,11 +8837,11 @@ packages: eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.6.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.26.0)(eslint@8.51.0) - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0) + '@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.6.0(eslint@8.49.0)(typescript@5.2.2) + eslint: 8.49.0 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.26.0)(eslint@8.49.0) + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0) dev: false /eslint-import-resolver-node@0.3.9: @@ -8905,7 +8854,7 @@ packages: - supports-color dev: false - /eslint-mdx@2.2.0(eslint@8.51.0): + /eslint-mdx@2.2.0(eslint@8.49.0): resolution: {integrity: sha512-AriN6lCW6KhWQ9GEiXapR1DokKHefOUqKvCmHxnE9puCWYhWiycU2SNKH8jmrasDBreZ+RtJDLi+RcUNLJatjg==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: @@ -8913,7 +8862,7 @@ packages: dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) - eslint: 8.51.0 + eslint: 8.49.0 espree: 9.6.1 estree-util-visit: 1.2.1 remark-mdx: 2.3.0 @@ -8930,7 +8879,7 @@ packages: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.49.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -8951,15 +8900,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.6.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.6.0(eslint@8.49.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.51.0 + eslint: 8.49.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0): + /eslint-plugin-import@2.26.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0): resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -8969,14 +8918,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.6.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.6.0(eslint@8.49.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.flat: 1.3.2 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.51.0 + eslint: 8.49.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.49.0) has: 1.0.4 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -8990,7 +8939,7 @@ packages: - supports-color dev: false - /eslint-plugin-jest-dom@5.1.0(eslint@8.51.0): + /eslint-plugin-jest-dom@5.1.0(eslint@8.49.0): resolution: {integrity: sha512-JIXZp+E/h/aGlP/rQc4tuOejiHlZXg65qw8JAJMIJA5VsdjOkss/SYcRSqBrQuEOytEM8JvngUjcz31d1RrCrA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'} peerDependencies: @@ -9001,20 +8950,20 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.1 - eslint: 8.51.0 + eslint: 8.49.0 requireindex: 1.2.0 dev: false - /eslint-plugin-jest-formatting@3.1.0(eslint@8.51.0): + /eslint-plugin-jest-formatting@3.1.0(eslint@8.49.0): resolution: {integrity: sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=0.8.0' dependencies: - eslint: 8.51.0 + eslint: 8.49.0 dev: false - /eslint-plugin-jest@27.4.2(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-jest@27.4.2(@typescript-eslint/eslint-plugin@6.2.0)(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -9027,35 +8976,35 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/eslint-plugin': 6.2.0(@typescript-eslint/parser@6.6.0)(eslint@8.49.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@5.2.2) + eslint: 8.49.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-markdown@3.0.1(eslint@8.51.0): + /eslint-plugin-markdown@3.0.1(eslint@8.49.0): resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} 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.51.0 + eslint: 8.49.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-mdx@2.2.0(eslint@8.51.0): + /eslint-plugin-mdx@2.2.0(eslint@8.49.0): resolution: {integrity: sha512-OseoMXUIr8iy3E0me+wJLVAxuB0kxHP1plxuYAJDynzorzOj2OKv8Fhr+rIOJ32zfl3bnEWsqFnUiCnyznr1JQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8.0.0' dependencies: - eslint: 8.51.0 - eslint-mdx: 2.2.0(eslint@8.51.0) - eslint-plugin-markdown: 3.0.1(eslint@8.51.0) + eslint: 8.49.0 + eslint-mdx: 2.2.0(eslint@8.49.0) + eslint-plugin-markdown: 3.0.1(eslint@8.49.0) remark-mdx: 2.3.0 remark-parse: 10.0.2 remark-stringify: 10.0.3 @@ -9066,24 +9015,24 @@ packages: - supports-color dev: false - /eslint-plugin-react-hooks@4.6.0(eslint@8.51.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.49.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.51.0 + eslint: 8.49.0 dev: false - /eslint-plugin-react-refresh@0.4.3(eslint@8.51.0): + /eslint-plugin-react-refresh@0.4.3(eslint@8.49.0): resolution: {integrity: sha512-Hh0wv8bUNY877+sI0BlCUlsS0TYYQqvzEwJsJJPM2WF4RnTStSnSR3zdJYa2nPOJgg3UghXi54lVyMSmpCalzA==} peerDependencies: eslint: '>=7' dependencies: - eslint: 8.51.0 + eslint: 8.49.0 dev: false - /eslint-plugin-react@7.33.2(eslint@8.51.0): + /eslint-plugin-react@7.33.2(eslint@8.49.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -9094,7 +9043,7 @@ packages: array.prototype.tosorted: 1.1.2 doctrine: 2.1.0 es-iterator-helpers: 1.0.15 - eslint: 8.51.0 + eslint: 8.49.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -9108,15 +9057,15 @@ packages: string.prototype.matchall: 4.0.10 dev: false - /eslint-plugin-storybook@0.6.15(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-storybook@0.6.15(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-lAGqVAJGob47Griu29KXYowI4G7KwMoJDOkEip8ujikuDLxU+oWJ1l0WL6F2oDO4QiyUFXvtDkEkISMOPzo+7w==} engines: {node: 12.x || 14.x || >= 16} peerDependencies: eslint: '>=6' dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@5.2.2) + eslint: 8.49.0 requireindex: 1.2.0 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -9188,52 +9137,6 @@ packages: transitivePeerDependencies: - supports-color - /eslint@8.51.0: - resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) - '@eslint-community/regexpp': 4.9.1 - '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.51.0 - '@humanwhocodes/config-array': 0.11.11 - '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.4 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - esquery: 1.5.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - find-up: 5.0.0 - glob-parent: 6.0.2 - globals: 13.23.0 - graphemer: 1.4.0 - ignore: 5.2.4 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - is-path-inside: 3.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.3 - strip-ansi: 6.0.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: false - /espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -10018,6 +9921,7 @@ packages: minimatch: 9.0.3 minipass: 7.0.4 path-scurry: 1.10.1 + dev: false /glob@10.3.7: resolution: {integrity: sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==} @@ -10029,7 +9933,6 @@ packages: minimatch: 9.0.3 minipass: 7.0.4 path-scurry: 1.10.1 - dev: true /glob@7.1.4: resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} @@ -11061,7 +10964,7 @@ packages: - babel-plugin-macros - supports-color - /jest-cli@29.7.0: + /jest-cli@29.7.0(@types/node@20.5.1)(ts-node@10.9.1): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -11071,14 +10974,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0 + '@jest/core': 29.7.0(ts-node@10.9.1) '@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.5.1)(ts-node@10.9.1) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0 + jest-config: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -11088,7 +10991,7 @@ packages: - supports-color - ts-node - /jest-config@29.7.0: + /jest-config@29.7.0(@types/node@20.5.1)(ts-node@10.9.1): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -11103,6 +11006,7 @@ packages: '@babel/core': 7.23.0 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 + '@types/node': 20.5.1 babel-jest: 29.7.0(@babel/core@7.23.0) chalk: 4.1.2 ci-info: 3.9.0 @@ -11122,11 +11026,12 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 + ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2) transitivePeerDependencies: - babel-plugin-macros - supports-color - /jest-config@29.7.0(@types/node@20.8.4): + /jest-config@29.7.0(@types/node@20.8.4)(ts-node@10.9.1): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -11161,6 +11066,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 + ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -11450,7 +11356,7 @@ packages: merge-stream: 2.0.0 supports-color: 8.1.1 - /jest@29.7.0: + /jest@29.7.0(@types/node@20.5.1)(ts-node@10.9.1): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -11460,10 +11366,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0 + '@jest/core': 29.7.0(ts-node@10.9.1) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0 + jest-cli: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -12020,7 +11926,6 @@ packages: /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - dev: false /make-fetch-happen@11.1.1: resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} @@ -13172,7 +13077,7 @@ packages: tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 4.2.0 - tslib: 2.6.2 + tslib: 2.4.1 v8-compile-cache: 2.3.0 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -13235,7 +13140,7 @@ packages: tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 4.2.0 - tslib: 2.6.2 + tslib: 2.4.1 v8-compile-cache: 2.3.0 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -13808,7 +13713,7 @@ packages: '@babel/runtime': 7.23.1 dev: true - /postcss-load-config@4.0.1: + /postcss-load-config@4.0.1(ts-node@10.9.1): resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -13821,6 +13726,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 + ts-node: 10.9.1(@types/node@20.5.1)(typescript@5.2.2) yaml: 2.3.2 dev: true @@ -14203,7 +14109,7 @@ packages: '@types/react': 18.2.28 react: 18.2.0 react-style-singleton: 2.2.1(@types/react@18.2.28)(react@18.2.0) - tslib: 2.6.2 + tslib: 2.4.1 dev: true /react-remove-scroll@2.5.5(@types/react@18.2.28)(react@18.2.0): @@ -14220,7 +14126,7 @@ packages: react: 18.2.0 react-remove-scroll-bar: 2.3.4(@types/react@18.2.28)(react@18.2.0) react-style-singleton: 2.2.1(@types/react@18.2.28)(react@18.2.0) - tslib: 2.6.2 + tslib: 2.4.1 use-callback-ref: 1.3.0(@types/react@18.2.28)(react@18.2.0) use-sidecar: 1.1.2(@types/react@18.2.28)(react@18.2.0) dev: true @@ -14239,7 +14145,7 @@ packages: get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /react@18.2.0: @@ -14265,7 +14171,7 @@ packages: resolution: {integrity: sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: - glob: 10.3.10 + glob: 10.3.7 json-parse-even-better-errors: 3.0.0 normalize-package-data: 6.0.0 npm-normalize-package-bin: 3.0.1 @@ -14369,7 +14275,7 @@ packages: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /recast@0.23.4: @@ -14380,7 +14286,7 @@ packages: ast-types: 0.16.1 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /redent@3.0.0: @@ -14655,7 +14561,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - glob: 10.3.10 + glob: 10.3.7 dev: true /rollup-plugin-dts@6.1.0(rollup@3.29.4)(typescript@5.2.2): @@ -14705,7 +14611,7 @@ packages: /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.6.2 + tslib: 2.4.1 dev: false /sade@1.8.1: @@ -15695,7 +15601,7 @@ packages: '@babel/core': 7.23.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0 + jest: 29.7.0(@types/node@20.5.1)(ts-node@10.9.1) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -15735,7 +15641,6 @@ packages: typescript: 5.2.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: false /tsconfig-paths@4.2.0: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} @@ -15751,12 +15656,12 @@ packages: /tslib@2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - dev: true /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + dev: false - /tsup@7.1.0(typescript@5.2.2): + /tsup@7.1.0(ts-node@10.9.1)(typescript@5.2.2): resolution: {integrity: sha512-mazl/GRAk70j8S43/AbSYXGgvRP54oQeX8Un4iZxzATHt0roW0t6HYDVZIXMw0ZQIpvr1nFMniIVnN5186lW7w==} engines: {node: '>=16.14'} hasBin: true @@ -15780,7 +15685,7 @@ packages: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 4.0.1 + postcss-load-config: 4.0.1(ts-node@10.9.1) resolve-from: 5.0.0 rollup: 3.29.4 source-map: 0.8.0-beta.0 @@ -16024,7 +15929,7 @@ packages: typescript: optional: true dependencies: - '@rollup/plugin-alias': 5.0.1(rollup@3.29.4) + '@rollup/plugin-alias': 5.0.0(rollup@3.29.4) '@rollup/plugin-commonjs': 25.0.5(rollup@3.29.4) '@rollup/plugin-json': 6.0.1(rollup@3.29.4) '@rollup/plugin-node-resolve': 15.2.3(rollup@3.29.4) @@ -16311,7 +16216,7 @@ packages: dependencies: '@types/react': 18.2.28 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /use-resize-observer@9.1.0(react-dom@18.2.0)(react@18.2.0): @@ -16338,7 +16243,7 @@ packages: '@types/react': 18.2.28 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.1 dev: true /util-deprecate@1.0.2: @@ -16377,7 +16282,6 @@ packages: /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} requiresBuild: true - dev: false /v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} @@ -16463,7 +16367,7 @@ packages: vfile-message: 3.1.4 dev: false - /vite-plugin-dts@3.6.0(typescript@5.2.2)(vite@4.4.5): + /vite-plugin-dts@3.6.0(@types/node@20.5.1)(typescript@5.2.2)(vite@4.4.5): resolution: {integrity: sha512-doxhDRFJCZD2sGjIp4V800nm8Y19GvmwckjG5vYPuiqJ7OBjc9NlW1Vp9Gkyh2aXlUs1jTDRH/lxWfcsPLOQHg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -16473,13 +16377,13 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.38.0 - '@rollup/pluginutils': 5.0.5 + '@microsoft/api-extractor': 7.38.0(@types/node@20.5.1) + '@rollup/pluginutils': 5.0.5(rollup@3.29.4) '@vue/language-core': 1.8.18(typescript@5.2.2) debug: 4.3.4 kolorist: 1.8.0 typescript: 5.2.2 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) vue-tsc: 1.8.18(typescript@5.2.2) transitivePeerDependencies: - '@types/node' @@ -16494,7 +16398,7 @@ packages: dependencies: magic-string: 0.30.4 picocolors: 1.0.0 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) dev: true /vite-plugin-static-copy@0.17.0(vite@4.4.5): @@ -16507,10 +16411,10 @@ packages: fast-glob: 3.3.1 fs-extra: 11.1.1 picocolors: 1.0.0 - vite: 4.4.5 + vite: 4.4.5(@types/node@20.5.1) dev: true - /vite@4.4.5: + /vite@4.4.5(@types/node@20.5.1): resolution: {integrity: sha512-4m5kEtAWHYr0O1Fu7rZp64CfO1PsRGZlD3TAB32UmQlpd7qg15VF7ROqGN5CyqN7HFuwr7ICNM2+fDWRqFEKaA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -16538,6 +16442,7 @@ packages: terser: optional: true dependencies: + '@types/node': 20.5.1 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -16939,7 +16844,6 @@ packages: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} requiresBuild: true - dev: false /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}