From 61b7aeae8143182a68a92a81b2720461ed0acf09 Mon Sep 17 00:00:00 2001 From: fi3ework Date: Thu, 26 Jan 2023 01:11:35 +0800 Subject: [PATCH] refactor: bump vite in devDep to ^4 (#208) --- package.json | 2 +- playground/backend-integration/package.json | 2 +- playground/config-default/package.json | 2 +- .../config-enableBuild-false/package.json | 2 +- .../config-initialIsOpen-false/package.json | 2 +- .../config-no-runtime-in-build/package.json | 2 +- .../config-overlay-changes/package.json | 2 +- playground/config-overlay-false/package.json | 2 +- .../package.json | 2 +- playground/config-terminal-false/package.json | 2 +- .../eslint-config-log-level/package.json | 2 +- playground/eslint-default/package.json | 2 +- playground/multiple-hmr/package.json | 2 +- playground/multiple-reload/package.json | 2 +- playground/stylelint-default/package.json | 2 +- playground/typescript-react/package.json | 2 +- playground/vls-vue2/package.json | 2 +- playground/vue-tsc-vue3/package.json | 2 +- pnpm-lock.yaml | 183 ++++++++++-------- 19 files changed, 117 insertions(+), 102 deletions(-) diff --git a/package.json b/package.json index 7c1806e2..2a141bcf 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "svelte": "^3.46.4", "tiny-invariant": "^1.1.0", "typescript": "~4.5.5", - "vite": "^3.0.7", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*", "vitest": "^0.24.0", "ws": "^8.5.0", diff --git a/playground/backend-integration/package.json b/playground/backend-integration/package.json index 85bf8f51..2119860d 100644 --- a/playground/backend-integration/package.json +++ b/playground/backend-integration/package.json @@ -20,7 +20,7 @@ "express": "^4.18.2", "http-proxy-middleware": "^2.0.6", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-default/package.json b/playground/config-default/package.json index d390d922..a77747d5 100644 --- a/playground/config-default/package.json +++ b/playground/config-default/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-enableBuild-false/package.json b/playground/config-enableBuild-false/package.json index dcdc1a5d..4cae2ce2 100644 --- a/playground/config-enableBuild-false/package.json +++ b/playground/config-enableBuild-false/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-initialIsOpen-false/package.json b/playground/config-initialIsOpen-false/package.json index 36f4417a..71762115 100644 --- a/playground/config-initialIsOpen-false/package.json +++ b/playground/config-initialIsOpen-false/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-no-runtime-in-build/package.json b/playground/config-no-runtime-in-build/package.json index d9bc3fe7..1a6adaec 100644 --- a/playground/config-no-runtime-in-build/package.json +++ b/playground/config-no-runtime-in-build/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-overlay-changes/package.json b/playground/config-overlay-changes/package.json index 02a64f29..804dc10e 100644 --- a/playground/config-overlay-changes/package.json +++ b/playground/config-overlay-changes/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-overlay-false/package.json b/playground/config-overlay-false/package.json index 3e0903ee..498c682c 100644 --- a/playground/config-overlay-false/package.json +++ b/playground/config-overlay-false/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-overlay-position-style/package.json b/playground/config-overlay-position-style/package.json index 85181ec2..c146ff49 100644 --- a/playground/config-overlay-position-style/package.json +++ b/playground/config-overlay-position-style/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/config-terminal-false/package.json b/playground/config-terminal-false/package.json index 85fd7565..9da9f108 100644 --- a/playground/config-terminal-false/package.json +++ b/playground/config-terminal-false/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.30.7", "eslint": "^8.11.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/eslint-config-log-level/package.json b/playground/eslint-config-log-level/package.json index 0dc8f333..49c49c4f 100644 --- a/playground/eslint-config-log-level/package.json +++ b/playground/eslint-config-log-level/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.30.7", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/eslint-default/package.json b/playground/eslint-default/package.json index 04169b96..e637afc0 100644 --- a/playground/eslint-default/package.json +++ b/playground/eslint-default/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.30.7", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/multiple-hmr/package.json b/playground/multiple-hmr/package.json index 07b55264..40b636ef 100644 --- a/playground/multiple-hmr/package.json +++ b/playground/multiple-hmr/package.json @@ -17,7 +17,7 @@ "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^2.0.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/multiple-reload/package.json b/playground/multiple-reload/package.json index e77687ee..13cc36ac 100644 --- a/playground/multiple-reload/package.json +++ b/playground/multiple-reload/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^2.0.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/stylelint-default/package.json b/playground/stylelint-default/package.json index 01076f7e..c0278997 100644 --- a/playground/stylelint-default/package.json +++ b/playground/stylelint-default/package.json @@ -20,7 +20,7 @@ "stylelint": "^14.0.0", "stylelint-config-standard": "^28.0.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/typescript-react/package.json b/playground/typescript-react/package.json index 3b41b4f9..b6d10288 100644 --- a/playground/typescript-react/package.json +++ b/playground/typescript-react/package.json @@ -17,7 +17,7 @@ "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^2.0.0", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*" } } diff --git a/playground/vls-vue2/package.json b/playground/vls-vue2/package.json index 36593aaf..54a90b65 100644 --- a/playground/vls-vue2/package.json +++ b/playground/vls-vue2/package.json @@ -27,7 +27,7 @@ "prettier": "2.6.0", "sass": "^1.32.7", "typescript": "~4.3.2", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*", "vite-plugin-components": "^0.12.2", "vite-plugin-vue2": "^1.9.0", diff --git a/playground/vue-tsc-vue3/package.json b/playground/vue-tsc-vue3/package.json index 0e6dc22d..96dba1d8 100644 --- a/playground/vue-tsc-vue3/package.json +++ b/playground/vue-tsc-vue3/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^2.0.1", "typescript": "~4.5.5", - "vite": "^3.0.4", + "vite": "^4.0.4", "vite-plugin-checker": "workspace:*", "vue-tsc": "^1.0.24" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b57baa7..a600babe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,7 +44,7 @@ importers: svelte: ^3.46.4 tiny-invariant: ^1.1.0 typescript: ~4.5.5 - vite: ^3.0.7 + vite: ^4.0.4 vite-plugin-checker: workspace:* vitest: ^0.24.0 ws: ^8.5.0 @@ -90,7 +90,7 @@ importers: svelte: 3.49.0 tiny-invariant: 1.2.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4_@types+node@16.11.49 vite-plugin-checker: link:packages/vite-plugin-checker vitest: 0.24.0 ws: 8.8.1 @@ -198,7 +198,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -207,11 +207,11 @@ importers: '@types/express': 4.17.15 '@types/react': 17.0.48 '@types/react-dom': 17.0.17 - '@vitejs/plugin-react': 2.0.1_vite@3.0.8 + '@vitejs/plugin-react': 2.0.1_vite@4.0.4 express: 4.18.2 http-proxy-middleware: 2.0.6_@types+express@4.17.15 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-default: @@ -224,7 +224,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -236,7 +236,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-enableBuild-false: @@ -249,7 +249,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -261,7 +261,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-initialIsOpen-false: @@ -274,7 +274,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -286,7 +286,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-no-runtime-in-build: @@ -299,7 +299,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -311,7 +311,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-overlay-changes: @@ -324,7 +324,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -336,7 +336,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-overlay-false: @@ -349,7 +349,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -361,7 +361,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-overlay-position-style: @@ -374,7 +374,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -386,7 +386,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/config-terminal-false: @@ -399,7 +399,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -411,7 +411,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/eslint-config-log-level: @@ -424,7 +424,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -436,7 +436,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/eslint-default: @@ -449,7 +449,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -461,7 +461,7 @@ importers: '@typescript-eslint/parser': 5.33.1_eu4wryayglld7gruoqkkdcu6su eslint: 8.22.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/multiple-hmr: @@ -472,7 +472,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -480,9 +480,9 @@ importers: devDependencies: '@types/react': 17.0.48 '@types/react-dom': 17.0.17 - '@vitejs/plugin-react': 2.0.1_vite@3.0.8 + '@vitejs/plugin-react': 2.0.1_vite@4.0.4 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/multiple-reload: @@ -493,7 +493,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -501,9 +501,9 @@ importers: devDependencies: '@types/react': 17.0.48 '@types/react-dom': 17.0.17 - '@vitejs/plugin-react': 2.0.1_vite@3.0.8 + '@vitejs/plugin-react': 2.0.1_vite@4.0.4 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/stylelint-default: @@ -516,7 +516,7 @@ importers: stylelint: ^14.0.0 stylelint-config-standard: ^28.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -528,7 +528,7 @@ importers: stylelint: 14.13.0 stylelint-config-standard: 28.0.0_stylelint@14.13.0 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/typescript-react: @@ -539,7 +539,7 @@ importers: react: ^17.0.0 react-dom: ^17.0.0 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* dependencies: react: 17.0.2 @@ -547,9 +547,9 @@ importers: devDependencies: '@types/react': 17.0.48 '@types/react-dom': 17.0.17 - '@vitejs/plugin-react': 2.0.1_vite@3.0.8 + '@vitejs/plugin-react': 2.0.1_vite@4.0.4 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker playground/vls-vue2: @@ -565,7 +565,7 @@ importers: prettier: 2.6.0 sass: ^1.32.7 typescript: ~4.3.2 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* vite-plugin-components: ^0.12.2 vite-plugin-vue2: ^1.9.0 @@ -595,10 +595,10 @@ importers: prettier: 2.6.0 sass: 1.54.4 typescript: 4.3.5 - vite: 3.0.8_sass@1.54.4 + vite: 4.0.4_tv2ekzm4qtmyw557ponxcnibui vite-plugin-checker: link:../../packages/vite-plugin-checker - vite-plugin-components: 0.12.2_vite@3.0.8 - vite-plugin-vue2: 1.9.3_ydektswwfhq2mpczpzptqpjbky + vite-plugin-components: 0.12.2_vite@4.0.4 + vite-plugin-vue2: 1.9.3_tazb56knd2apvaxtenhsit6idi vls: 0.8.1 vti: 0.1.7 vue-template-compiler: 2.7.8 @@ -607,16 +607,16 @@ importers: specifiers: '@vitejs/plugin-vue': ^2.0.1 typescript: ~4.5.5 - vite: ^3.0.4 + vite: ^4.0.4 vite-plugin-checker: workspace:* vue: ^3.2.25 vue-tsc: ^1.0.24 dependencies: vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.4_vite@3.0.8+vue@3.2.37 + '@vitejs/plugin-vue': 2.3.4_vite@4.0.4+vue@3.2.37 typescript: 4.5.5 - vite: 3.0.8 + vite: 4.0.4 vite-plugin-checker: link:../../packages/vite-plugin-checker vue-tsc: 1.0.24_typescript@4.5.5 @@ -1181,7 +1181,6 @@ packages: cpu: [arm] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/android-arm64/0.16.17: @@ -1190,7 +1189,6 @@ packages: cpu: [arm64] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/android-x64/0.16.17: @@ -1199,7 +1197,6 @@ packages: cpu: [x64] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/darwin-arm64/0.16.17: @@ -1208,7 +1205,6 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true - dev: false optional: true /@esbuild/darwin-x64/0.16.17: @@ -1217,7 +1213,6 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true - dev: false optional: true /@esbuild/freebsd-arm64/0.16.17: @@ -1226,7 +1221,6 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true - dev: false optional: true /@esbuild/freebsd-x64/0.16.17: @@ -1235,7 +1229,6 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true - dev: false optional: true /@esbuild/linux-arm/0.16.17: @@ -1244,7 +1237,6 @@ packages: cpu: [arm] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-arm64/0.16.17: @@ -1253,7 +1245,6 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-ia32/0.16.17: @@ -1262,7 +1253,6 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-loong64/0.14.54: @@ -1289,7 +1279,6 @@ packages: cpu: [loong64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-mips64el/0.16.17: @@ -1298,7 +1287,6 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-ppc64/0.16.17: @@ -1307,7 +1295,6 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-riscv64/0.16.17: @@ -1316,7 +1303,6 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-s390x/0.16.17: @@ -1325,7 +1311,6 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-x64/0.16.17: @@ -1334,7 +1319,6 @@ packages: cpu: [x64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/netbsd-x64/0.16.17: @@ -1343,7 +1327,6 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true - dev: false optional: true /@esbuild/openbsd-x64/0.16.17: @@ -1352,7 +1335,6 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true - dev: false optional: true /@esbuild/sunos-x64/0.16.17: @@ -1361,7 +1343,6 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true - dev: false optional: true /@esbuild/win32-arm64/0.16.17: @@ -1370,7 +1351,6 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true - dev: false optional: true /@esbuild/win32-ia32/0.16.17: @@ -1379,7 +1359,6 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true - dev: false optional: true /@esbuild/win32-x64/0.16.17: @@ -1388,7 +1367,6 @@ packages: cpu: [x64] os: [win32] requiresBuild: true - dev: false optional: true /@eslint/eslintrc/0.4.3: @@ -1984,7 +1962,7 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-react/2.0.1_vite@3.0.8: + /@vitejs/plugin-react/2.0.1_vite@4.0.4: resolution: {integrity: sha512-uINzNHmjrbunlFtyVkST6lY1ewSfz/XwLufG0PIqvLGnpk2nOIOa/1CACTDNcKi1/RwaCzJLmsXwm1NsUVV/NA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -1997,19 +1975,19 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.18.10 magic-string: 0.26.2 react-refresh: 0.14.0 - vite: 3.0.8 + vite: 4.0.4 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/2.3.4_vite@3.0.8+vue@3.2.37: + /@vitejs/plugin-vue/2.3.4_vite@4.0.4+vue@3.2.37: resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 3.0.8 + vite: 4.0.4 vue: 3.2.37 dev: true @@ -4225,7 +4203,6 @@ packages: '@esbuild/win32-arm64': 0.16.17 '@esbuild/win32-ia32': 0.16.17 '@esbuild/win32-x64': 0.16.17 - dev: false /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -6244,7 +6221,6 @@ packages: nanoid: 3.3.4 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: false /preact/10.10.3: resolution: {integrity: sha512-Gwwh0o531izatQQZu0yEX4mtfxVYsZJ4TT/o2VK3UZ/UuAWAWFnzsEfpZvad32vY3TKoRnSY2WqiDz2rH/viWQ==} @@ -6564,7 +6540,6 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 - dev: false /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -7483,7 +7458,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /vite-plugin-components/0.12.2_vite@3.0.8: + /vite-plugin-components/0.12.2_vite@4.0.4: resolution: {integrity: sha512-ecGCqEQMEwPw556WfdbRwbDsdGtBWkjSkuOXw5sKbgaZzVSlybOfrXhGjiYEatR13KCUxTHzioU2eOLu1tpWVQ==} deprecated: renamed to `unplugin-vue-components`, see https://github.com/antfu/unplugin-vue-components/releases/tag/v0.14.0 peerDependencies: @@ -7493,12 +7468,12 @@ packages: fast-glob: 3.2.11 magic-string: 0.25.9 minimatch: 3.1.2 - vite: 3.0.8_sass@1.54.4 + vite: 4.0.4_tv2ekzm4qtmyw557ponxcnibui transitivePeerDependencies: - supports-color dev: true - /vite-plugin-vue2/1.9.3_ydektswwfhq2mpczpzptqpjbky: + /vite-plugin-vue2/1.9.3_tazb56knd2apvaxtenhsit6idi: resolution: {integrity: sha512-0KhHSEeht0VHJtt4Z2cJ9bWBq4dP3HoXpapqAHV+f+cUa6KywYdOd+z6sSGLpuGjN8F9YinrFIo8dfVmMOpc8Q==} peerDependencies: vite: ^2.0.0-beta.23 @@ -7523,7 +7498,7 @@ packages: rollup: 2.78.0 slash: 3.0.0 source-map: 0.7.4 - vite: 3.0.8_sass@1.54.4 + vite: 4.0.4_tv2ekzm4qtmyw557ponxcnibui vue-template-compiler: 2.7.8 vue-template-es2015-compiler: 1.9.1 transitivePeerDependencies: @@ -7611,35 +7586,73 @@ packages: fsevents: 2.3.2 dev: true - /vite/3.0.8_sass@1.54.4: - resolution: {integrity: sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==} + /vite/4.0.4: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: + '@types/node': '>= 14' less: '*' sass: '*' stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: + '@types/node': + optional: true less: optional: true sass: optional: true stylus: optional: true + sugarss: + optional: true terser: optional: true dependencies: - esbuild: 0.14.54 - postcss: 8.4.16 + esbuild: 0.16.17 + postcss: 8.4.21 resolve: 1.22.1 - rollup: 2.77.3 - sass: 1.54.4 + rollup: 3.10.0 + optionalDependencies: + fsevents: 2.3.2 + + /vite/4.0.4_@types+node@16.11.49: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 16.11.49 + esbuild: 0.16.17 + postcss: 8.4.21 + resolve: 1.22.1 + rollup: 3.10.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/4.0.4: + /vite/4.0.4_tv2ekzm4qtmyw557ponxcnibui: resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -7664,13 +7677,15 @@ packages: terser: optional: true dependencies: + '@types/node': 15.14.9 esbuild: 0.16.17 postcss: 8.4.21 resolve: 1.22.1 rollup: 3.10.0 + sass: 1.54.4 optionalDependencies: fsevents: 2.3.2 - dev: false + dev: true /vitepress/1.0.0-alpha.36: resolution: {integrity: sha512-JH9NlBQpQrcIudF1HM8Sq3K6FbOiOTrD33PI0n+pmJQ7dOu4WAm3YnwevMInW8leNiEEWCAH+coIkOYcf3fhpQ==}