diff --git a/package-lock.json b/package-lock.json index 62f74cea02..2ccebaa3e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3103,6 +3103,7 @@ "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "android" @@ -3118,6 +3119,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "android" @@ -3133,6 +3135,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "android" @@ -3148,6 +3151,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "darwin" @@ -3163,6 +3167,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "darwin" @@ -3178,6 +3183,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "freebsd" @@ -3193,6 +3199,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "freebsd" @@ -3208,6 +3215,7 @@ "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3223,6 +3231,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3238,6 +3247,7 @@ "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3253,6 +3263,7 @@ "cpu": [ "loong64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3268,6 +3279,7 @@ "cpu": [ "mips64el" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3283,6 +3295,7 @@ "cpu": [ "ppc64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3298,6 +3311,7 @@ "cpu": [ "riscv64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3313,6 +3327,7 @@ "cpu": [ "s390x" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3328,6 +3343,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3343,6 +3359,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "netbsd" @@ -3358,6 +3375,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "openbsd" @@ -3373,6 +3391,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "sunos" @@ -3388,6 +3407,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "win32" @@ -3403,6 +3423,7 @@ "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "win32" @@ -3418,6 +3439,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "win32" @@ -12373,7 +12395,7 @@ "version": "0.17.18", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.18.tgz", "integrity": "sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==", - "devOptional": true, + "dev": true, "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -19173,15 +19195,16 @@ "integrity": "sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==" }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -23920,9 +23943,10 @@ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", @@ -24292,9 +24316,9 @@ } }, "node_modules/postcss": { - "version": "8.4.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", - "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", "funding": [ { "type": "opencollective", @@ -24309,10 +24333,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -25726,10 +25751,11 @@ "integrity": "sha512-fJhQQI5tLrQvYIYFpOnFinzv9dwmR7hRnUz1XqP3OJ1jIweTNOd6aTO4jwQSgcBSFUB+/KHJxuGneime+FdzOw==" }, "node_modules/rollup": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.21.0.tgz", - "integrity": "sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "devOptional": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -26447,9 +26473,10 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -28583,15 +28610,15 @@ } }, "node_modules/vite": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.3.tgz", - "integrity": "sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "devOptional": true, + "license": "MIT", "dependencies": { - "esbuild": "^0.17.5", - "postcss": "^8.4.21", - "resolve": "^1.22.1", - "rollup": "^3.18.0" + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" }, "bin": { "vite": "bin/vite.js" @@ -28599,12 +28626,16 @@ "engines": { "node": "^14.18.0 || >=16.0.0" }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@types/node": ">= 14", "less": "*", + "lightningcss": "^1.21.0", "sass": "*", "stylus": "*", "sugarss": "*", @@ -28617,6 +28648,9 @@ "less": { "optional": true }, + "lightningcss": { + "optional": true + }, "sass": { "optional": true }, @@ -28649,6 +28683,396 @@ "vuetify": "^3.0.0-beta.4" } }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "devOptional": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, "node_modules/vue": { "version": "3.2.47", "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.47.tgz", @@ -31716,7 +32140,7 @@ "prettier": "^2.7.1", "sass": "^1.55.0", "typescript": "~4.9.0", - "vite": "4.2.3", + "vite": "4.5.3", "vite-plugin-vuetify": "^1.0.1", "vue-tsc": "^1.0.8" } diff --git a/packages/ui/atomic/create-atomic-component-project/tests/__snapshots__/test.spec.ts.snap b/packages/ui/atomic/create-atomic-component-project/tests/__snapshots__/test.spec.ts.snap index 476df67422..7c0229d0d8 100644 --- a/packages/ui/atomic/create-atomic-component-project/tests/__snapshots__/test.spec.ts.snap +++ b/packages/ui/atomic/create-atomic-component-project/tests/__snapshots__/test.spec.ts.snap @@ -4,51 +4,51 @@ exports[`@coveo/create-atomic-component-project should initialize a base project HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { "children": [ HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "fUNKTOVxuuk5qjZcDlXuodaTL6U=", + "hash": "SRbkSC6gdgj3DuBoJV7nVX172OQ=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "FRx+bkByopNl4n5yKKCnqFQz1nU=", + "hash": "VXylFfUrNgaDO/OzDaPhXtTLVUc=", "name": "testDirectory", } `; diff --git a/packages/ui/atomic/create-atomic-component/tests/__snapshots__/test.spec.ts.snap b/packages/ui/atomic/create-atomic-component/tests/__snapshots__/test.spec.ts.snap index 27dcc58c11..e43bcd5566 100644 --- a/packages/ui/atomic/create-atomic-component/tests/__snapshots__/test.spec.ts.snap +++ b/packages/ui/atomic/create-atomic-component/tests/__snapshots__/test.spec.ts.snap @@ -27,11 +27,11 @@ exports[`@coveo/create-atomic-component when called in an existing project when HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -81,11 +81,11 @@ HashedFolder { "name": "loader", }, HashedFile { - "hash": "ntHGYg9QKoQZ2SOSozmyw8U7mA0=", + "hash": "xRZSgklWeJ8mtTKo6ODLSHPBap8=", "name": "package.json", }, HashedFile { - "hash": "Y7o7qqEMtNPDee+BO6HqyUddkOM=", + "hash": "0paD+lp3fCIv4J/d+YrJ6gkGSbo=", "name": "readme.md", }, HashedFolder { @@ -95,69 +95,69 @@ HashedFolder { "name": "components.d.ts", }, HashedFile { - "hash": "thNuR19mCXpaJkWVaPRL3/e7Nz0=", + "hash": "XemX7AoOihA4SgQsvWtcStjeiGo=", "name": "oh-wow-another-component-can-you-believe-it.css", }, HashedFile { - "hash": "5otG7jfu2k0pgrG60UXIp9o/aKw=", + "hash": "/LJZFrH80JVNAGsx3FvxhArXJss=", "name": "oh-wow-another-component-can-you-believe-it.tsx", }, ], - "hash": "8GUfKrr/zLo7sJqbjfM8jwZV+AQ=", + "hash": "hn8xJ8lZaPPvjQFOUvWFX55LlDc=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "oXD5sylRXFuWCDSY/5wtRmTZaqY=", + "hash": "WvJlgV74y28ZlVU5B8D6wT941FQ=", "name": "oh-wow-another-component-can-you-believe-it", }, ], - "hash": "UqG2l+4ZhOop/Ft17tGbU6YOozU=", + "hash": "4C89CUaUBcNg/39nVylEo3VDhX8=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "jDzqZGKzXi5DFKcmPFJ13vRFGfQ=", + "hash": "rD3tFB7ns5Sd3dqVH1MUDTuZsKE=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "StJr9IDP8r+G9N+gaMbe/QIA6lU=", + "hash": "V7Uexj4OE9P9pmqzHeyE1hRodew=", "name": "no-args", } `; @@ -189,11 +189,11 @@ exports[`@coveo/create-atomic-component when called with a valid component name HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -203,75 +203,75 @@ HashedFolder { HashedFolder { "children": [ HashedFile { - "hash": "EdmC9lKxNU7gTzof6/db3EfuNnc=", + "hash": "bbdYNROey7BpL4ljYqwGCT0fvmE=", "name": "package.json", }, HashedFolder { "children": [ HashedFile { - "hash": "thNuR19mCXpaJkWVaPRL3/e7Nz0=", + "hash": "XemX7AoOihA4SgQsvWtcStjeiGo=", "name": "valid-component-name.css", }, HashedFile { - "hash": "fHJqjVeUFQ1E6bdNO7ZYW4TemEQ=", + "hash": "mSEayrhdQLFyjWOgicX78wD8seE=", "name": "valid-component-name.tsx", }, ], - "hash": "/Pc/+ZHqftkw24LLCw6wNDYRr34=", + "hash": "TLrPzQ215bJQgHPDj+8uidPXAqo=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "M9AnFTccQtVQ5ZJQsA7uF9yrbv0=", + "hash": "d+4crwhvhmk3uTFdgYBYbJ2l+Mk=", "name": "valid-component-name", }, ], - "hash": "YuF9TSMljxSIx62fdsvg08/K6GI=", + "hash": "UK5kq8wotHVWMNqU7KXP7nIGABE=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "AEBak337c8vSe0dsWY/2GmgYOio=", + "hash": "9EsyC1OG0PAyMZlaovii9Pwv/SI=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "jXjUnTLjmR0BLPp7B5hOdRIcjWE=", + "hash": "lkbRMzkTrGk0ioTgAL5+0rXlUF4=", "name": "valid-arg", } `; @@ -303,11 +303,11 @@ exports[`@coveo/create-atomic-component when called without any args when initia HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -317,75 +317,75 @@ HashedFolder { HashedFolder { "children": [ HashedFile { - "hash": "JM8ajR+CUpWlSnrtS9IS+8xbtrA=", + "hash": "S9yT+eH+omBdtKVh2LrMbsD/0mM=", "name": "package.json", }, HashedFolder { "children": [ HashedFile { - "hash": "thNuR19mCXpaJkWVaPRL3/e7Nz0=", + "hash": "XemX7AoOihA4SgQsvWtcStjeiGo=", "name": "sample-component.css", }, HashedFile { - "hash": "K1Ia/wNiWlt9Dro1Erq4ya6KZ1k=", + "hash": "aeXDp+lsWoSvRwNcTKnynVf/9bk=", "name": "sample-component.tsx", }, ], - "hash": "N+/pjI5NrPao4IEAzUCC/9/9/jU=", + "hash": "1fEyvhZ1KbN3o1NA6j8h5U8u3EM=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "bdt8AKJh0tkMbmUWbYVKBYM1qms=", + "hash": "2Mz8N88YeKX/3rs1vCBDsExmRBc=", "name": "sample-component", }, ], - "hash": "Wd6lPtMsdzKdz73sSelwtDZv7vQ=", + "hash": "1NST4LYYu+9HAKVKSOAhtYB3q1M=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "tKay7x4Xy4dlGO5+uS5Szm+OJd8=", + "hash": "e9mAPKayrles0DLO446rJ5Gc8eU=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "8lx5n92NEqq+hcOfMEapb8anPV8=", + "hash": "P7auGtyJDct/kExnQVSLXs7btbQ=", "name": "no-args", } `; diff --git a/packages/ui/atomic/create-atomic-result-component/tests/__snapshots__/test.spec.ts.snap b/packages/ui/atomic/create-atomic-result-component/tests/__snapshots__/test.spec.ts.snap index 99567db805..6f32c76809 100644 --- a/packages/ui/atomic/create-atomic-result-component/tests/__snapshots__/test.spec.ts.snap +++ b/packages/ui/atomic/create-atomic-result-component/tests/__snapshots__/test.spec.ts.snap @@ -27,11 +27,11 @@ exports[`@coveo/create-atomic-result-component when called in an existing projec HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -81,11 +81,11 @@ HashedFolder { "name": "loader", }, HashedFile { - "hash": "z2Tw0h9uCuOrJZY4XjGokesisTU=", + "hash": "N/Xf/BMpDCron+2wC1EBWl2uOCQ=", "name": "package.json", }, HashedFile { - "hash": "A57JcjV7N2EnmKjBh38lL83Y0SE=", + "hash": "xP4FebG8AhkGm5G5892sV4YgrI4=", "name": "readme.md", }, HashedFolder { @@ -95,69 +95,69 @@ HashedFolder { "name": "components.d.ts", }, HashedFile { - "hash": "pz4QgJpX4pdlknpwpTkhJ9DU0JE=", + "hash": "0kZk+nhPZP6DNXEt1ds/y13pPn4=", "name": "oh-wow-another-component-can-you-believe-it.css", }, HashedFile { - "hash": "9GZXk3SKeABfR9xa4E70Wn24K3M=", + "hash": "I+1b5N1kyPbt/73pkZi5tRoAt68=", "name": "oh-wow-another-component-can-you-believe-it.tsx", }, ], - "hash": "NZrkgj+CUUOFog9Djwh2e7MlPKo=", + "hash": "gYxTB9Ls/8KoSIKVfo4JXCBd0kA=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "VgSIaKwwPO+xCv8JBcytXAXgB18=", + "hash": "+onRn75c5CwEmsi08ahpnAOwYGs=", "name": "oh-wow-another-component-can-you-believe-it", }, ], - "hash": "g1NlZcXnnygtwN7p62KfQwTrzSw=", + "hash": "9jeBnQGfvATkWs1JqBmnvdZJ7R4=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "82nU9XBG6o/EIeS9gndDlrpe5b0=", + "hash": "t/Gi4lvfVH3SpPevnTfot3WRkfk=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "Ok5/YuBYJZohEbc2+m6G13WoB/8=", + "hash": "KI+IGUuzEcsbf0kQ4COwo8f0yNk=", "name": "no-args", } `; @@ -189,11 +189,11 @@ exports[`@coveo/create-atomic-result-component when called with a valid componen HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -203,75 +203,75 @@ HashedFolder { HashedFolder { "children": [ HashedFile { - "hash": "LnMzbbLNrRsqQW1SHHxbYfpj0po=", + "hash": "cpQsaAkjitlm6A18xuQZvbp84p8=", "name": "package.json", }, HashedFolder { "children": [ HashedFile { - "hash": "pz4QgJpX4pdlknpwpTkhJ9DU0JE=", + "hash": "0kZk+nhPZP6DNXEt1ds/y13pPn4=", "name": "valid-component-name.css", }, HashedFile { - "hash": "jw9afSrAJbZAoWRB1uOgaF4wWNI=", + "hash": "ShFXwot8XbCjD/A7x/1LQ0+hYI4=", "name": "valid-component-name.tsx", }, ], - "hash": "e2Db6kstmpZwLRy4USqa5e9vFyA=", + "hash": "pFuu6S9wb+y09faE9Lxub6t+cfY=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "zWnNHLbljOV0NhKIltzU6R1AsCg=", + "hash": "mZWlt3okaKuKP9cgb9Lw9ihmdV4=", "name": "valid-component-name", }, ], - "hash": "uyF2dSZhNDtMCZYLI6uBRdk7Gjw=", + "hash": "zzpOJ/6edMH9stGcT90d2E2Qmus=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "xR3FRweh6LHvungg4+47gd384nE=", + "hash": "f0y835WchGmXpfLbxOZAhubmYtg=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "t+Y/nPEtdc23BjiuwpntiKMMHO8=", + "hash": "BFtGcq5PE8C7GK0mMsiTEEYFMkw=", "name": "valid-arg", } `; @@ -303,11 +303,11 @@ exports[`@coveo/create-atomic-result-component when called without any args when HashedFolder { "children": [ HashedFile { - "hash": "kJH2XVWhWdnme3CtyxJ2Wx94p90=", + "hash": "On2XOtGKsiCQNf3sl4iW9KMVbUE=", "name": "package.json", }, HashedFile { - "hash": "CSzlp6SzDDKYsFtDpjr8ZDAjDFk=", + "hash": "dk1NzEu4Fb2ZY6TKzt21xMFvc2c=", "name": "readme.md", }, HashedFolder { @@ -317,75 +317,75 @@ HashedFolder { HashedFolder { "children": [ HashedFile { - "hash": "x29G57taj65VfZsWrt8iu+gb0e8=", + "hash": "W+4cutyFyYNaKjwp4f0iW/4jPH4=", "name": "package.json", }, HashedFolder { "children": [ HashedFile { - "hash": "pz4QgJpX4pdlknpwpTkhJ9DU0JE=", + "hash": "0kZk+nhPZP6DNXEt1ds/y13pPn4=", "name": "sample-result-component.css", }, HashedFile { - "hash": "dPCJ+8jkbLdw6ubOsi+ZJttvEHg=", + "hash": "DMYROzP/GYB/aoia+R5JUflx37w=", "name": "sample-result-component.tsx", }, ], - "hash": "gvu+Raia2M7xnRwTDiPD8hk9CQc=", + "hash": "zQmeniXwoag2rYtOWGtLO1oiwlQ=", "name": "src", }, HashedFile { - "hash": "VUPPStYRtDhau2kFjUISz5YvHSE=", + "hash": "DNTPZTeWJfCjTGqD+edK5gP5vUM=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "ltPTasWFHK3TMyIOEhez0Q0xPxs=", + "hash": "Z0Wo956+Jb3zs+GSTtgGO9AR3Qw=", "name": "sample-result-component", }, ], - "hash": "AzhoZRp6utVEgvQqDTML2XE1XBg=", + "hash": "jjeT0XPec6WQau305u1JNd9ozqo=", "name": "components", }, HashedFile { - "hash": "hDda5gtN4YPLmASHFgAZanGhSmY=", + "hash": "YVuwXfIZfjfeVyLQ6cMy3kUqC3A=", "name": "html.d.ts", }, HashedFolder { "children": [ HashedFile { - "hash": "zJQKmqArKzOvjuA1F/O2Cg38reo=", + "hash": "L08E7dMK5e0wD5P8meKHfkDDa3o=", "name": "index.css", }, HashedFile { - "hash": "WBXXl7Em83GskL/B10/zRrjjpII=", + "hash": "bFh3SmB411lXkJIWZnTDWhG9rfI=", "name": "index.html", }, HashedFile { - "hash": "r23wwW5wvO+H6ZGKVG5DjhD0mTo=", + "hash": "tGVlR0ig5LSS79ZPOfuAFDEvqMw=", "name": "index.ts", }, ], - "hash": "tdtcK13ysg5WEMg91GUjcUhY+kw=", + "hash": "qEEOwUr4MvYxD5CwMtkP/VqUL8Q=", "name": "pages", }, ], - "hash": "m4Uj7529QzmKtFFrO3hF2loqnvE=", + "hash": "ETJxJWqQ2fRYxKuav7RAscowDcA=", "name": "src", }, HashedFile { - "hash": "pmsUQcrl+uttNjhQm9SN6CoAvrg=", + "hash": "BVZfiCzL+2kulE12K4HLAIl3kJ8=", "name": "stencil.config.ts", }, HashedFile { - "hash": "t/QOxN7KS1NBexSRVje5xsn1qfk=", + "hash": "yMxJnSeOFw52ObOJrKQEh86v+HM=", "name": "tsconfig.json", }, ], - "hash": "OCB7nCZdqhOjiUudpilH793oXfE=", + "hash": "bryMR4NFvD9/Y+SSRTdu0tiR3iI=", "name": "no-args", } `; diff --git a/packages/ui/vue/create-headless-vue/template/package.json b/packages/ui/vue/create-headless-vue/template/package.json index 737b73dabc..34f657d2c8 100644 --- a/packages/ui/vue/create-headless-vue/template/package.json +++ b/packages/ui/vue/create-headless-vue/template/package.json @@ -36,7 +36,7 @@ "prettier": "^2.7.1", "sass": "^1.55.0", "typescript": "~4.9.0", - "vite": "4.2.3", + "vite": "4.5.3", "vite-plugin-vuetify": "^1.0.1", "vue-tsc": "^1.0.8" }