diff --git a/package.json b/package.json index 25589352091283..1e7ce0fe72ec31 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@babel/types": "^7.18.4", - "@microsoft/api-extractor": "^7.25.0", + "@microsoft/api-extractor": "^7.25.2", "@rollup/plugin-typescript": "^8.3.3", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", @@ -54,15 +54,15 @@ "@types/prompts": "^2.4.0", "@types/resolve": "^1.20.2", "@types/sass": "~1.43.1", - "@types/semver": "^7.3.9", + "@types/semver": "^7.3.10", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.27.1", - "@typescript-eslint/parser": "^5.27.1", + "@typescript-eslint/eslint-plugin": "^5.28.0", + "@typescript-eslint/parser": "^5.28.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.43", - "eslint": "^8.17.0", + "eslint": "^8.18.0", "eslint-define-config": "^1.5.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", @@ -70,14 +70,14 @@ "execa": "^6.1.0", "fs-extra": "^10.1.0", "kill-port": "^1.6.1", - "lint-staged": "^13.0.1", + "lint-staged": "^13.0.2", "minimist": "^1.2.6", "node-fetch": "^3.2.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "playwright-chromium": "^1.22.2", - "pnpm": "^7.2.1", - "prettier": "2.7.0", + "pnpm": "^7.3.0", + "prettier": "2.7.1", "prompts": "^2.4.2", "rimraf": "^3.0.2", "rollup": "^2.75.6", @@ -89,7 +89,7 @@ "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "^1.0.0-alpha.2", - "vitest": "^0.14.2", + "vitest": "^0.15.1", "vue": "^3.2.37" }, "simple-git-hooks": { @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.2.1", + "packageManager": "pnpm@7.3.0", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/create-vite/template-lit-ts/package.json b/packages/create-vite/template-lit-ts/package.json index 42b05efd7e8a5d..a9f954236db246 100644 --- a/packages/create-vite/template-lit-ts/package.json +++ b/packages/create-vite/template-lit-ts/package.json @@ -17,7 +17,7 @@ "build": "tsc && vite build" }, "dependencies": { - "lit": "^2.2.5" + "lit": "^2.2.6" }, "devDependencies": { "typescript": "^4.6.4", diff --git a/packages/create-vite/template-lit/package.json b/packages/create-vite/template-lit/package.json index 5d5ed85a4fc57c..b373f9f2cb6464 100644 --- a/packages/create-vite/template-lit/package.json +++ b/packages/create-vite/template-lit/package.json @@ -15,7 +15,7 @@ "build": "vite build" }, "dependencies": { - "lit": "^2.2.5" + "lit": "^2.2.6" }, "devDependencies": { "vite": "^2.9.12" diff --git a/packages/create-vite/template-preact-ts/package.json b/packages/create-vite/template-preact-ts/package.json index ff7efa97a7b0ae..fdd76de943d8b8 100644 --- a/packages/create-vite/template-preact-ts/package.json +++ b/packages/create-vite/template-preact-ts/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "preact": "^10.7.3" + "preact": "^10.8.1" }, "devDependencies": { "@preact/preset-vite": "^2.2.0", diff --git a/packages/create-vite/template-preact/package.json b/packages/create-vite/template-preact/package.json index 327f2d0e1dcaa4..6baec44cf45018 100644 --- a/packages/create-vite/template-preact/package.json +++ b/packages/create-vite/template-preact/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "preact": "^10.7.3" + "preact": "^10.8.1" }, "devDependencies": { "@preact/preset-vite": "^2.2.0", diff --git a/packages/create-vite/template-react-ts/package.json b/packages/create-vite/template-react-ts/package.json index ce427c4eb447a5..c3547ded729b4b 100644 --- a/packages/create-vite/template-react-ts/package.json +++ b/packages/create-vite/template-react-ts/package.json @@ -9,11 +9,11 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.12", + "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "typescript": "^4.6.4", diff --git a/packages/create-vite/template-react/package.json b/packages/create-vite/template-react/package.json index e49194201425da..01ebefd0c28df6 100644 --- a/packages/create-vite/template-react/package.json +++ b/packages/create-vite/template-react/package.json @@ -9,11 +9,11 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.12", + "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@vitejs/plugin-react": "^1.3.2", "vite": "^2.9.12" diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index 208f8126f74c7a..687280c74e3b98 100644 --- a/packages/create-vite/template-vue-ts/package.json +++ b/packages/create-vite/template-vue-ts/package.json @@ -15,6 +15,6 @@ "@vitejs/plugin-vue": "^2.3.3", "typescript": "^4.6.4", "vite": "^2.9.12", - "vue-tsc": "^0.37.5" + "vue-tsc": "^0.38.1" } } diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 23f5c022a63842..8eb1efb384f721 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -36,7 +36,7 @@ "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme", "dependencies": { "@babel/standalone": "^7.18.5", - "core-js": "^3.22.8", + "core-js": "^3.23.1", "magic-string": "^0.26.2", "regenerator-runtime": "^0.13.9", "systemjs": "^6.12.1" diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index eb5be007934e94..ccabc71b0931fe 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -44,7 +44,7 @@ "@babel/plugin-transform-react-jsx-development": "^7.16.7", "@babel/plugin-transform-react-jsx-self": "^7.17.12", "@babel/plugin-transform-react-jsx-source": "^7.16.7", - "react-refresh": "^0.13.0" + "react-refresh": "^0.14.0" }, "peerDependencies": { "vite": "^3.0.0-alpha.11" diff --git a/packages/vite/package.json b/packages/vite/package.json index 774f561a4779c3..8cdfa6ef8a3f18 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "dependencies": { "esbuild": "^0.14.43", "postcss": "^8.4.14", - "resolve": "^1.22.0", + "resolve": "^1.22.1", "rollup": "^2.75.6" }, "optionalDependencies": { @@ -99,7 +99,7 @@ "launch-editor-middleware": "^2.4.0", "magic-string": "^0.26.2", "micromatch": "^4.0.5", - "mlly": "^0.5.1", + "mlly": "^0.5.3", "mrmime": "^1.0.1", "node-forge": "^1.3.1", "okie": "^1.0.1", @@ -115,7 +115,7 @@ "source-map-js": "^1.0.2", "source-map-support": "^0.5.21", "strip-ansi": "^7.0.1", - "strip-literal": "^0.3.0", + "strip-literal": "^0.4.0", "tsconfck": "^2.0.1", "tslib": "^2.4.0", "types": "link:./types", diff --git a/playground/backend-integration/package.json b/playground/backend-integration/package.json index a9c2b4f2bca63d..5c713942228ae6 100644 --- a/playground/backend-integration/package.json +++ b/playground/backend-integration/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "tailwindcss": "^3.1.2" + "tailwindcss": "^3.1.3" }, "devDependencies": { "fast-glob": "^3.2.11" diff --git a/playground/file-delete-restore/package.json b/playground/file-delete-restore/package.json index 2282c4d3ce72e0..67121d089210fb 100644 --- a/playground/file-delete-restore/package.json +++ b/playground/file-delete-restore/package.json @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { "@vitejs/plugin-react": "workspace:*" diff --git a/playground/optimize-deps/dep-linked-include/package.json b/playground/optimize-deps/dep-linked-include/package.json index 274eb64092bbda..e9a2be63f36bf7 100644 --- a/playground/optimize-deps/dep-linked-include/package.json +++ b/playground/optimize-deps/dep-linked-include/package.json @@ -4,6 +4,6 @@ "version": "0.0.0", "main": "index.mjs", "dependencies": { - "react": "18.1.0" + "react": "18.2.0" } } diff --git a/playground/optimize-deps/package.json b/playground/optimize-deps/package.json index 3cabd98fa8ea4b..9470641620b4a3 100644 --- a/playground/optimize-deps/package.json +++ b/playground/optimize-deps/package.json @@ -26,8 +26,8 @@ "lodash-es": "^4.17.21", "nested-exclude": "file:./nested-exclude", "phoenix": "^1.6.10", - "react": "^18.1.0", - "react-dom": "^18.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "resolve-linked": "workspace:0.0.0", "url": "^0.11.0", "vue": "^3.2.37", diff --git a/playground/react-emotion/package.json b/playground/react-emotion/package.json index dfff6bd21b1e32..667c57cf2a91bb 100644 --- a/playground/react-emotion/package.json +++ b/playground/react-emotion/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@emotion/react": "^11.9.3", - "react": "^18.1.0", - "react-dom": "^18.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-switch": "^7.0.0" }, "devDependencies": { diff --git a/playground/react/package.json b/playground/react/package.json index b5b6a0ede20831..51ff96b5b85892 100644 --- a/playground/react/package.json +++ b/playground/react/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "jsx-entry": "file:./jsx-entry", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { "@vitejs/plugin-react": "workspace:*" diff --git a/playground/ssr-react/package.json b/playground/ssr-react/package.json index cbab9914048237..3fd0f7134a2de9 100644 --- a/playground/ssr-react/package.json +++ b/playground/ssr-react/package.json @@ -13,8 +13,8 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "react": "^18.1.0", - "react-dom": "^18.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-router-dom": "^6.3.0" }, "devDependencies": { diff --git a/playground/ssr-webworker/package.json b/playground/ssr-webworker/package.json index b05a50a542bfd4..66fdc8b7afaa99 100644 --- a/playground/ssr-webworker/package.json +++ b/playground/ssr-webworker/package.json @@ -8,7 +8,7 @@ "build:worker": "vite build --ssr src/entry-worker.jsx --outDir dist/worker" }, "dependencies": { - "react": "^18.1.0" + "react": "^18.2.0" }, "devDependencies": { "miniflare": "^1.4.1", diff --git a/playground/tailwind-sourcemap/package.json b/playground/tailwind-sourcemap/package.json index 2ce6ae88d68cf0..065159ef4ba44c 100644 --- a/playground/tailwind-sourcemap/package.json +++ b/playground/tailwind-sourcemap/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "dependencies": { - "tailwindcss": "^3.1.2" + "tailwindcss": "^3.1.3" } } diff --git a/playground/tailwind/package.json b/playground/tailwind/package.json index bfa138db748f50..541b902fe37fa9 100644 --- a/playground/tailwind/package.json +++ b/playground/tailwind/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "autoprefixer": "^10.4.7", - "tailwindcss": "^3.1.2", + "tailwindcss": "^3.1.3", "vue": "^3.2.37", "vue-router": "^4.0.16" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30d3aeb8f19a5f..5f3a9c1313adfb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,7 +11,7 @@ importers: .: specifiers: '@babel/types': ^7.18.4 - '@microsoft/api-extractor': ^7.25.0 + '@microsoft/api-extractor': ^7.25.2 '@rollup/plugin-typescript': ^8.3.3 '@types/babel__core': ^7.1.19 '@types/babel__standalone': ^7.1.4 @@ -30,15 +30,15 @@ importers: '@types/prompts': ^2.4.0 '@types/resolve': ^1.20.2 '@types/sass': ~1.43.1 - '@types/semver': ^7.3.9 + '@types/semver': ^7.3.10 '@types/stylus': ^0.48.38 '@types/ws': ^8.5.3 - '@typescript-eslint/eslint-plugin': ^5.27.1 - '@typescript-eslint/parser': ^5.27.1 + '@typescript-eslint/eslint-plugin': ^5.28.0 + '@typescript-eslint/parser': ^5.28.0 conventional-changelog-cli: ^2.2.2 cross-env: ^7.0.3 esbuild: ^0.14.43 - eslint: ^8.17.0 + eslint: ^8.18.0 eslint-define-config: ^1.5.1 eslint-plugin-import: ^2.26.0 eslint-plugin-node: ^11.1.0 @@ -46,14 +46,14 @@ importers: execa: ^6.1.0 fs-extra: ^10.1.0 kill-port: ^1.6.1 - lint-staged: ^13.0.1 + lint-staged: ^13.0.2 minimist: ^1.2.6 node-fetch: ^3.2.6 npm-run-all: ^4.1.5 picocolors: ^1.0.0 playwright-chromium: ^1.22.2 - pnpm: ^7.2.1 - prettier: 2.7.0 + pnpm: ^7.3.0 + prettier: 2.7.1 prompts: ^2.4.2 rimraf: ^3.0.2 rollup: ^2.75.6 @@ -65,11 +65,11 @@ importers: unbuild: ^0.7.4 vite: workspace:* vitepress: ^1.0.0-alpha.2 - vitest: ^0.14.2 + vitest: ^0.15.1 vue: ^3.2.37 devDependencies: '@babel/types': 7.18.4 - '@microsoft/api-extractor': 7.25.0 + '@microsoft/api-extractor': 7.25.2 '@rollup/plugin-typescript': 8.3.3_uct5nfewsakxkk4livyn3qaf3e '@types/babel__core': 7.1.19 '@types/babel__standalone': 7.1.4 @@ -88,30 +88,30 @@ importers: '@types/prompts': 2.4.0 '@types/resolve': 1.20.2 '@types/sass': 1.43.1 - '@types/semver': 7.3.9 + '@types/semver': 7.3.10 '@types/stylus': 0.48.38 '@types/ws': 8.5.3 - '@typescript-eslint/eslint-plugin': 5.27.1_bnfefdnvqpcyokeggdz5sotnli - '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/eslint-plugin': 5.28.0_ej5swszfh2mpu22thvazbkozje + '@typescript-eslint/parser': 5.28.0_yrtj344k46h67sdw7qqyyz3die conventional-changelog-cli: 2.2.2 cross-env: 7.0.3 esbuild: 0.14.43 - eslint: 8.17.0 + eslint: 8.18.0 eslint-define-config: 1.5.1 - eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra - eslint-plugin-node: 11.1.0_eslint@8.17.0 + eslint-plugin-import: 2.26.0_6lykrgsjl6r2vncmjcievjkgyy + eslint-plugin-node: 11.1.0_eslint@8.18.0 esno: 0.16.3 execa: 6.1.0 fs-extra: 10.1.0 kill-port: 1.6.1 - lint-staged: 13.0.1 + lint-staged: 13.0.2 minimist: 1.2.6 node-fetch: 3.2.6 npm-run-all: 4.1.5 picocolors: 1.0.0 playwright-chromium: 1.22.2 - pnpm: 7.2.1 - prettier: 2.7.0 + pnpm: 7.3.0 + prettier: 2.7.1 prompts: 2.4.2 rimraf: 3.0.2 rollup: 2.75.6 @@ -123,7 +123,7 @@ importers: unbuild: 0.7.4 vite: link:packages/vite vitepress: 1.0.0-alpha.2 - vitest: 0.14.2 + vitest: 0.15.1 vue: 3.2.37 packages/create-vite: @@ -140,14 +140,14 @@ importers: specifiers: '@babel/core': ^7.18.5 '@babel/standalone': ^7.18.5 - core-js: ^3.22.8 + core-js: ^3.23.1 magic-string: ^0.26.2 regenerator-runtime: ^0.13.9 systemjs: ^6.12.1 vite: workspace:* dependencies: '@babel/standalone': 7.18.5 - core-js: 3.22.8 + core-js: 3.23.1 magic-string: 0.26.2 regenerator-runtime: 0.13.9 systemjs: 6.12.1 @@ -162,7 +162,7 @@ importers: '@babel/plugin-transform-react-jsx-development': ^7.16.7 '@babel/plugin-transform-react-jsx-self': ^7.17.12 '@babel/plugin-transform-react-jsx-source': ^7.16.7 - react-refresh: ^0.13.0 + react-refresh: ^0.14.0 vite: workspace:* dependencies: '@babel/core': 7.18.5 @@ -170,7 +170,7 @@ importers: '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.18.5 '@babel/plugin-transform-react-jsx-self': 7.17.12_@babel+core@7.18.5 '@babel/plugin-transform-react-jsx-source': 7.16.7_@babel+core@7.18.5 - react-refresh: 0.13.0 + react-refresh: 0.14.0 devDependencies: vite: link:../vite @@ -246,7 +246,7 @@ importers: launch-editor-middleware: ^2.4.0 magic-string: ^0.26.2 micromatch: ^4.0.5 - mlly: ^0.5.1 + mlly: ^0.5.3 mrmime: ^1.0.1 node-forge: ^1.3.1 okie: ^1.0.1 @@ -257,7 +257,7 @@ importers: postcss-import: ^14.1.0 postcss-load-config: ^4.0.1 postcss-modules: ^4.3.1 - resolve: ^1.22.0 + resolve: ^1.22.1 resolve.exports: ^1.1.0 rollup: ^2.75.6 rollup-plugin-license: ^2.8.1 @@ -265,7 +265,7 @@ importers: source-map-js: ^1.0.2 source-map-support: ^0.5.21 strip-ansi: ^7.0.1 - strip-literal: ^0.3.0 + strip-literal: ^0.4.0 tsconfck: ^2.0.1 tslib: ^2.4.0 types: link:./types @@ -274,7 +274,7 @@ importers: dependencies: esbuild: 0.14.43 postcss: 8.4.14 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 optionalDependencies: fsevents: 2.3.2 @@ -312,7 +312,7 @@ importers: launch-editor-middleware: 2.4.0 magic-string: 0.26.2 micromatch: 4.0.5 - mlly: 0.5.2 + mlly: 0.5.3 mrmime: 1.0.1 node-forge: 1.3.1 okie: 1.0.1 @@ -328,7 +328,7 @@ importers: source-map-js: 1.0.2 source-map-support: 0.5.21 strip-ansi: 7.0.1 - strip-literal: 0.3.0 + strip-literal: 0.4.0 tsconfck: 2.0.1 tslib: 2.4.0 types: link:types @@ -363,9 +363,9 @@ importers: playground/backend-integration: specifiers: fast-glob: ^3.2.11 - tailwindcss: ^3.1.2 + tailwindcss: ^3.1.3 dependencies: - tailwindcss: 3.1.2 + tailwindcss: 3.1.3 devDependencies: fast-glob: 3.2.11 @@ -460,11 +460,11 @@ importers: playground/file-delete-restore: specifiers: '@vitejs/plugin-react': workspace:* - react: ^18.1.0 - react-dom: ^18.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 dependencies: - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 devDependencies: '@vitejs/plugin-react': link:../../packages/plugin-react @@ -590,8 +590,8 @@ importers: lodash.clonedeep: ^4.5.0 nested-exclude: file:./nested-exclude phoenix: ^1.6.10 - react: ^18.1.0 - react-dom: ^18.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 resolve-linked: workspace:0.0.0 url: ^0.11.0 vue: ^3.2.37 @@ -616,8 +616,8 @@ importers: lodash.clonedeep: 4.5.0 nested-exclude: file:playground/optimize-deps/nested-exclude phoenix: 1.6.10 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 resolve-linked: link:../resolve-linked url: 0.11.0 vue: 3.2.37 @@ -648,9 +648,9 @@ importers: playground/optimize-deps/dep-linked-include: specifiers: - react: 18.1.0 + react: 18.2.0 dependencies: - react: 18.1.0 + react: 18.2.0 playground/optimize-deps/dep-node-env: specifiers: {} @@ -720,12 +720,12 @@ importers: specifiers: '@vitejs/plugin-react': workspace:* jsx-entry: file:./jsx-entry - react: ^18.1.0 - react-dom: ^18.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 dependencies: jsx-entry: file:playground/react/jsx-entry - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 devDependencies: '@vitejs/plugin-react': link:../../packages/plugin-react @@ -735,14 +735,14 @@ importers: '@emotion/babel-plugin': ^11.9.2 '@emotion/react': ^11.9.3 '@vitejs/plugin-react': workspace:* - react: ^18.1.0 - react-dom: ^18.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 react-switch: ^7.0.0 dependencies: - '@emotion/react': 11.9.3_react@18.1.0 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-switch: 7.0.0_ef5jwxihqo6n7gxfmzogljlgcm + '@emotion/react': 11.9.3_react@18.2.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-switch: 7.0.0_biqbaboplfbrettd7655fr4n2y devDependencies: '@babel/plugin-proposal-pipeline-operator': 7.18.2 '@emotion/babel-plugin': 11.9.2 @@ -893,14 +893,14 @@ importers: compression: ^1.7.4 cross-env: ^7.0.3 express: ^4.18.1 - react: ^18.1.0 - react-dom: ^18.1.0 + react: ^18.2.0 + react-dom: ^18.2.0 react-router-dom: ^6.3.0 serve-static: ^1.15.0 dependencies: - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y devDependencies: '@vitejs/plugin-react': link:../../packages/plugin-react compression: 1.7.4 @@ -944,10 +944,10 @@ importers: playground/ssr-webworker: specifiers: miniflare: ^1.4.1 - react: ^18.1.0 + react: ^18.2.0 resolve-linked: workspace:* dependencies: - react: 18.1.0 + react: 18.2.0 devDependencies: miniflare: 1.4.1 resolve-linked: link:../resolve-linked @@ -956,13 +956,13 @@ importers: specifiers: '@vitejs/plugin-vue': workspace:* autoprefixer: ^10.4.7 - tailwindcss: ^3.1.2 + tailwindcss: ^3.1.3 ts-node: ^10.8.1 vue: ^3.2.37 vue-router: ^4.0.16 dependencies: autoprefixer: 10.4.7 - tailwindcss: 3.1.2_ts-node@10.8.1 + tailwindcss: 3.1.3_ts-node@10.8.1 vue: 3.2.37 vue-router: 4.0.16_vue@3.2.37 devDependencies: @@ -971,9 +971,9 @@ importers: playground/tailwind-sourcemap: specifiers: - tailwindcss: ^3.1.2 + tailwindcss: ^3.1.3 dependencies: - tailwindcss: 3.1.2 + tailwindcss: 3.1.3 playground/tsconfig-json: specifiers: {} @@ -1676,7 +1676,7 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - /@emotion/react/11.9.3_react@18.1.0: + /@emotion/react/11.9.3_react@18.2.0: resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -1695,7 +1695,7 @@ packages: '@emotion/utils': 1.1.0 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 - react: 18.1.0 + react: 18.2.0 dev: false /@emotion/serialize/1.0.3: @@ -1856,24 +1856,24 @@ packages: - supports-color dev: false - /@microsoft/api-extractor-model/7.18.0: - resolution: {integrity: sha512-Q7ZhD6zKQd/J5ayNNChFCCgHZ8tw3ibljm6nXP/JEmiEFFbpKKtWMPVCaN8Y+8/qFmrz7mblLrupcKmUu8cF4A==} + /@microsoft/api-extractor-model/7.18.2: + resolution: {integrity: sha512-m7MCvJrudnWyE4iuRhdmgJTdTkYLw+yN/XUp3y9sxicu5/mNdg8y4pflaM82ZbLakhfGreMlB/XgjvyGbLHwkA==} dependencies: '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.45.5 + '@rushstack/node-core-library': 3.45.7 dev: true - /@microsoft/api-extractor/7.25.0: - resolution: {integrity: sha512-GS1XOY2RgLthUkfcTR4CLPvCIvpFYj+2MfJMZ3J4NX8H64BWSHGaDUvVV6QvjKNpt/RHdLyyJZ+j7dQveBAZnA==} + /@microsoft/api-extractor/7.25.2: + resolution: {integrity: sha512-ITuiZqMszZE38dGqavkFFIAW/GQGfkk8ahgBqVj3j1qD4wioPTRlSidhQDCezExAhrMt/bTkuZ3woLeR0uiSsg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.18.0 + '@microsoft/api-extractor-model': 7.18.2 '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.45.5 - '@rushstack/rig-package': 0.3.11 - '@rushstack/ts-command-line': 4.11.0 + '@rushstack/node-core-library': 3.45.7 + '@rushstack/rig-package': 0.3.12 + '@rushstack/ts-command-line': 4.11.1 colors: 1.2.5 lodash: 4.17.21 resolve: 1.17.0 @@ -1976,7 +1976,7 @@ packages: glob: 7.2.0 is-reference: 1.2.1 magic-string: 0.25.9 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 dev: true @@ -2013,7 +2013,7 @@ packages: builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 dev: true @@ -2028,7 +2028,7 @@ packages: deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 dev: true @@ -2054,7 +2054,7 @@ packages: optional: true dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.75.6 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 tslib: 2.4.0 dev: true @@ -2071,7 +2071,7 @@ packages: optional: true dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.75.6 - resolve: 1.22.0 + resolve: 1.22.1 rollup: 2.75.6 tslib: 2.4.0 typescript: 4.6.4 @@ -2097,8 +2097,8 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/node-core-library/3.45.5: - resolution: {integrity: sha512-KbN7Hp9vH3bD3YJfv6RnVtzzTAwGYIBl7y2HQLY4WEQqRbvE3LgI78W9l9X+cTAXCX//p0EeoiUYNTFdqJrMZg==} + /@rushstack/node-core-library/3.45.7: + resolution: {integrity: sha512-DHfOvgPrm9X4uILlUfGgiqcobe5QGNDmqqYLM8dJ5M5fqQ9H5GwyUwBnFeRsxBo0b75RE83l41Oze+gdHKvKaA==} dependencies: '@types/node': 12.20.24 colors: 1.2.5 @@ -2111,15 +2111,15 @@ packages: z-schema: 5.0.3 dev: true - /@rushstack/rig-package/0.3.11: - resolution: {integrity: sha512-uI1/g5oQPtyrT9nStoyX/xgZSLa2b+srRFaDk3r1eqC7zA5th4/bvTGl2QfV3C9NcP+coSqmk5mFJkUfH6i3Lw==} + /@rushstack/rig-package/0.3.12: + resolution: {integrity: sha512-ZzxuBWG0wbOtI+9IHYvOsr3QN52GtxTWpcaHMsQ/PC9us2ve/k0xK0XOMu+CtStyHSnBG2nDdnF9vFv9HMYOZg==} dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line/4.11.0: - resolution: {integrity: sha512-ptG9L0mjvJ5QtK11GsAFY+jGfsnqHDS6CY6Yw1xT7a9bhjfNYnf6UPwjV+pF6UgiucfNcMDNW9lkDLxvZKKxMg==} + /@rushstack/ts-command-line/4.11.1: + resolution: {integrity: sha512-Xo8LaQOXlNSfp+qIuIPb1tfX7b4H21ksqiMo/HbeZI5AX1klHMqKjWcEs0AqgE9huvQj6cvnCla8Eq/GDcwMIg==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -2307,8 +2307,8 @@ packages: '@types/node': 17.0.42 dev: true - /@types/semver/7.3.9: - resolution: {integrity: sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==} + /@types/semver/7.3.10: + resolution: {integrity: sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==} dev: true /@types/stack-trace/0.0.29: @@ -2327,8 +2327,8 @@ packages: '@types/node': 17.0.42 dev: true - /@typescript-eslint/eslint-plugin/5.27.1_bnfefdnvqpcyokeggdz5sotnli: - resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==} + /@typescript-eslint/eslint-plugin/5.28.0_ej5swszfh2mpu22thvazbkozje: + resolution: {integrity: sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2338,12 +2338,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i - '@typescript-eslint/scope-manager': 5.27.1 - '@typescript-eslint/type-utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i - '@typescript-eslint/utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.28.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/scope-manager': 5.28.0 + '@typescript-eslint/type-utils': 5.28.0_yrtj344k46h67sdw7qqyyz3die + '@typescript-eslint/utils': 5.28.0_yrtj344k46h67sdw7qqyyz3die debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -2354,8 +2354,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.27.1_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==} + /@typescript-eslint/parser/5.28.0_yrtj344k46h67sdw7qqyyz3die: + resolution: {integrity: sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2364,26 +2364,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.27.1 - '@typescript-eslint/types': 5.27.1 - '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.28.0 + '@typescript-eslint/types': 5.28.0 + '@typescript-eslint/typescript-estree': 5.28.0_typescript@4.6.4 debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.27.1: - resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==} + /@typescript-eslint/scope-manager/5.28.0: + resolution: {integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.1 - '@typescript-eslint/visitor-keys': 5.27.1 + '@typescript-eslint/types': 5.28.0 + '@typescript-eslint/visitor-keys': 5.28.0 dev: true - /@typescript-eslint/type-utils/5.27.1_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==} + /@typescript-eslint/type-utils/5.28.0_yrtj344k46h67sdw7qqyyz3die: + resolution: {integrity: sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2392,22 +2392,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/utils': 5.28.0_yrtj344k46h67sdw7qqyyz3die debug: 4.3.4 - eslint: 8.17.0 + eslint: 8.18.0 tsutils: 3.21.0_typescript@4.6.4 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.27.1: - resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==} + /@typescript-eslint/types/5.28.0: + resolution: {integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.27.1_typescript@4.6.4: - resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==} + /@typescript-eslint/typescript-estree/5.28.0_typescript@4.6.4: + resolution: {integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2415,8 +2415,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.27.1 - '@typescript-eslint/visitor-keys': 5.27.1 + '@typescript-eslint/types': 5.28.0 + '@typescript-eslint/visitor-keys': 5.28.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2427,29 +2427,29 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.27.1_pm7osnb22e4oktq33hptgspr5i: - resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==} + /@typescript-eslint/utils/5.28.0_yrtj344k46h67sdw7qqyyz3die: + resolution: {integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.27.1 - '@typescript-eslint/types': 5.27.1 - '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.6.4 - eslint: 8.17.0 + '@typescript-eslint/scope-manager': 5.28.0 + '@typescript-eslint/types': 5.28.0 + '@typescript-eslint/typescript-estree': 5.28.0_typescript@4.6.4 + eslint: 8.18.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint-utils: 3.0.0_eslint@8.18.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.27.1: - resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==} + /@typescript-eslint/visitor-keys/5.28.0: + resolution: {integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/types': 5.28.0 eslint-visitor-keys: 3.3.0 dev: true @@ -2751,8 +2751,8 @@ packages: /arg/4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - /arg/5.0.1: - resolution: {integrity: sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==} + /arg/5.0.2: + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} dev: false /argparse/1.0.10: @@ -3487,8 +3487,8 @@ packages: is-what: 3.14.1 dev: true - /core-js/3.22.8: - resolution: {integrity: sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==} + /core-js/3.23.1: + resolution: {integrity: sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==} requiresBuild: true dev: false @@ -4495,12 +4495,12 @@ packages: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - resolve: 1.22.0 + resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.3_5uhabtgzo3akfzi73a5jap3i6a: + /eslint-module-utils/2.7.3_cfsupm63rr3qvqifljk6nmy67u: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4518,7 +4518,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.28.0_yrtj344k46h67sdw7qqyyz3die debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4526,18 +4526,18 @@ packages: - supports-color dev: true - /eslint-plugin-es/3.0.1_eslint@8.17.0: + /eslint-plugin-es/3.0.1_eslint@8.18.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.17.0 + eslint: 8.18.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_pv5w3e62ssxduf5aiwxbc3knra: + /eslint-plugin-import/2.26.0_6lykrgsjl6r2vncmjcievjkgyy: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4547,14 +4547,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.27.1_pm7osnb22e4oktq33hptgspr5i + '@typescript-eslint/parser': 5.28.0_yrtj344k46h67sdw7qqyyz3die array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.17.0 + eslint: 8.18.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_5uhabtgzo3akfzi73a5jap3i6a + eslint-module-utils: 2.7.3_cfsupm63rr3qvqifljk6nmy67u has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -4568,14 +4568,14 @@ packages: - supports-color dev: true - /eslint-plugin-node/11.1.0_eslint@8.17.0: + /eslint-plugin-node/11.1.0_eslint@8.18.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.17.0 - eslint-plugin-es: 3.0.1_eslint@8.17.0 + eslint: 8.18.0 + eslint-plugin-es: 3.0.1_eslint@8.18.0 eslint-utils: 2.1.0 ignore: 5.2.0 minimatch: 3.1.2 @@ -4606,13 +4606,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.17.0: + /eslint-utils/3.0.0_eslint@8.18.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.17.0 + eslint: 8.18.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4631,8 +4631,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.17.0: - resolution: {integrity: sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==} + /eslint/8.18.0: + resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -4645,7 +4645,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.17.0 + eslint-utils: 3.0.0_eslint@8.18.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -5791,8 +5791,8 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/13.0.1: - resolution: {integrity: sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==} + /lint-staged/13.0.2: + resolution: {integrity: sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -6187,6 +6187,13 @@ packages: pkg-types: 0.3.2 dev: true + /mlly/0.5.3: + resolution: {integrity: sha512-im69tuLD9EJh9fc9TZRpJEFvsBcGMez7glUCWDcHWWCKzhvPmNvyaYjp/+h0qJJN/Xovrs//GzGjOOKmFw4Gog==} + dependencies: + pathe: 0.2.0 + pkg-types: 0.3.2 + dev: true + /modify-values/1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} engines: {node: '>=0.10.0'} @@ -6326,7 +6333,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.0 + resolve: 1.22.1 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -6703,8 +6710,8 @@ packages: hasBin: true dev: true - /pnpm/7.2.1: - resolution: {integrity: sha512-Z2Wg7YHxeit2U+0aSj+doBPF9+ER0e3VLOGuJOQbk8rzIxK6zMtrQ0ICieCUGPWRM0Vbwj8yIcTKzO22Yhs/Cg==} + /pnpm/7.3.0: + resolution: {integrity: sha512-HOXT6V+AznAyjL2Ay3TuuJQucsEguUiKjqyQq4WPPwOpaaILhkKvu8Nn1/OQWGi9V6T7OciyrctAKeYyCha6Ow==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -6718,7 +6725,7 @@ packages: postcss: 8.4.14 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.0 + resolve: 1.22.1 /postcss-js/4.0.0_postcss@8.4.14: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} @@ -6885,8 +6892,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/2.7.0: - resolution: {integrity: sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==} + /prettier/2.7.1: + resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -7091,59 +7098,59 @@ packages: unpipe: 1.0.0 dev: true - /react-dom/18.1.0_react@18.1.0: - resolution: {integrity: sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==} + /react-dom/18.2.0_react@18.2.0: + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: - react: ^18.1.0 + react: ^18.2.0 dependencies: loose-envify: 1.4.0 - react: 18.1.0 - scheduler: 0.22.0 + react: 18.2.0 + scheduler: 0.23.0 dev: false /react-is/16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: false - /react-refresh/0.13.0: - resolution: {integrity: sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==} + /react-refresh/0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} dev: false - /react-router-dom/6.3.0_ef5jwxihqo6n7gxfmzogljlgcm: + /react-router-dom/6.3.0_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: history: 5.3.0 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-router: 6.3.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-router: 6.3.0_react@18.2.0 dev: false - /react-router/6.3.0_react@18.1.0: + /react-router/6.3.0_react@18.2.0: resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} peerDependencies: react: '>=16.8' dependencies: history: 5.3.0 - react: 18.1.0 + react: 18.2.0 dev: false - /react-switch/7.0.0_ef5jwxihqo6n7gxfmzogljlgcm: + /react-switch/7.0.0_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA==} peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: prop-types: 15.8.1 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 dev: false - /react/18.1.0: - resolution: {integrity: sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==} + /react/18.2.0: + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 @@ -7300,6 +7307,14 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + /resolve/1.22.1: + resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} + hasBin: true + dependencies: + is-core-module: 2.9.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + /restore-cursor/3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -7420,8 +7435,8 @@ packages: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: true - /scheduler/0.22.0: - resolution: {integrity: sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==} + /scheduler/0.23.0: + resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: loose-envify: 1.4.0 dev: false @@ -7826,8 +7841,8 @@ packages: engines: {node: '>=8'} dev: true - /strip-literal/0.3.0: - resolution: {integrity: sha512-J+lfm3Pw5nzURj2B8acyvUSBqs3JbjM8WAfrmeH3qcn32+ew6kFwbZFV9+X8k9UOIAkQw9WPSzFZy3083c7l5Q==} + /strip-literal/0.4.0: + resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==} dependencies: acorn: 8.7.1 dev: true @@ -7873,12 +7888,12 @@ packages: resolution: {integrity: sha512-hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A==} dev: false - /tailwindcss/3.1.2: - resolution: {integrity: sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==} + /tailwindcss/3.1.3: + resolution: {integrity: sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==} engines: {node: '>=12.13.0'} hasBin: true dependencies: - arg: 5.0.1 + arg: 5.0.2 chokidar: 3.5.3 color-name: 1.1.4 detective: 5.2.1 @@ -7904,12 +7919,12 @@ packages: - ts-node dev: false - /tailwindcss/3.1.2_ts-node@10.8.1: - resolution: {integrity: sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==} + /tailwindcss/3.1.3_ts-node@10.8.1: + resolution: {integrity: sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==} engines: {node: '>=12.13.0'} hasBin: true dependencies: - arg: 5.0.1 + arg: 5.0.2 chokidar: 3.5.3 color-name: 1.1.4 detective: 5.2.1 @@ -7977,7 +7992,7 @@ packages: dev: true /text-table/0.2.0: - resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true /through/2.3.8: @@ -8373,8 +8388,8 @@ packages: - react-dom dev: true - /vitest/0.14.2: - resolution: {integrity: sha512-vXQUl8OUCqHmxKWscMGL+6Xl1pBJmYHZ8N85iNpLGrirAC2vhspu7b73ShRcLonmZT44BYZW+LBAVvn0L4jyVA==} + /vitest/0.15.1: + resolution: {integrity: sha512-NaNFi93JKSuvV4YGnfQ0l0GKYxH0EsLcTrrXaCzd6qfVEZM/RJpjwSevg6waNFqu2DyN6e0aHHdrCZW5/vh5NA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -8394,6 +8409,7 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 + '@types/node': 17.0.42 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.1