diff --git a/package.json b/package.json index 7d64e31d1b..1f5b7f65ee 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test:update": "vitest -u" }, "devDependencies": { - "@antfu/eslint-config": "^0.24.2", + "@antfu/eslint-config": "^0.24.3", "@antfu/ni": "^0.16.2", "@iconify-json/carbon": "^1.1.5", "@iconify-json/iconoir": "^1.1.6", diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 6acf890a44..7077eaeeee 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -21,8 +21,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/config/package.json b/packages/config/package.json index ec56a6803d..2cc7e67827 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -18,8 +18,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/core/package.json b/packages/core/package.json index 6748444cdd..76286d003f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,8 +26,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/extractor-pug/package.json b/packages/extractor-pug/package.json index f80ca0cda7..08bab7cd2c 100644 --- a/packages/extractor-pug/package.json +++ b/packages/extractor-pug/package.json @@ -22,8 +22,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/inspector/package.json b/packages/inspector/package.json index 9e5583ff04..8e04ef46d7 100644 --- a/packages/inspector/package.json +++ b/packages/inspector/package.json @@ -22,8 +22,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c4c5b985be..a05c49e5f6 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -23,8 +23,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./index.cjs" + "require": "./index.cjs", + "import": "./dist/index.mjs" } }, "main": "./index.cjs", diff --git a/packages/preset-attributify/package.json b/packages/preset-attributify/package.json index 486e1aa6e0..c2c24dcadf 100644 --- a/packages/preset-attributify/package.json +++ b/packages/preset-attributify/package.json @@ -22,8 +22,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/preset-icons/package.json b/packages/preset-icons/package.json index ae4a05a93e..6300696f10 100644 --- a/packages/preset-icons/package.json +++ b/packages/preset-icons/package.json @@ -25,8 +25,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/preset-mini/package.json b/packages/preset-mini/package.json index 4355a4450e..db269b3fd7 100644 --- a/packages/preset-mini/package.json +++ b/packages/preset-mini/package.json @@ -22,33 +22,33 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./theme": { "types": "./dist/theme.d.ts", - "import": "./dist/theme.mjs", - "require": "./dist/theme.cjs" + "require": "./dist/theme.cjs", + "import": "./dist/theme.mjs" }, "./variants": { "types": "./dist/variants.d.ts", - "import": "./dist/variants.mjs", - "require": "./dist/variants.cjs" + "require": "./dist/variants.cjs", + "import": "./dist/variants.mjs" }, "./rules": { "types": "./dist/rules.d.ts", - "import": "./dist/rules.mjs", - "require": "./dist/rules.cjs" + "require": "./dist/rules.cjs", + "import": "./dist/rules.mjs" }, "./colors": { "types": "./dist/colors.d.ts", - "import": "./dist/colors.mjs", - "require": "./dist/colors.cjs" + "require": "./dist/colors.cjs", + "import": "./dist/colors.mjs" }, "./utils": { "types": "./dist/utils.d.ts", - "import": "./dist/utils.mjs", - "require": "./dist/utils.cjs" + "require": "./dist/utils.cjs", + "import": "./dist/utils.mjs" }, "./*": "./*" }, diff --git a/packages/preset-tagify/package.json b/packages/preset-tagify/package.json index 51cd2f368f..8edffaa745 100644 --- a/packages/preset-tagify/package.json +++ b/packages/preset-tagify/package.json @@ -22,8 +22,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/preset-typography/package.json b/packages/preset-typography/package.json index 679918ea01..c41bc57407 100644 --- a/packages/preset-typography/package.json +++ b/packages/preset-typography/package.json @@ -21,8 +21,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/preset-uno/package.json b/packages/preset-uno/package.json index 8043da3ade..ae205c9482 100644 --- a/packages/preset-uno/package.json +++ b/packages/preset-uno/package.json @@ -22,23 +22,23 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./theme": { "types": "./dist/theme.d.ts", - "import": "./dist/theme.mjs", - "require": "./dist/theme.cjs" + "require": "./dist/theme.cjs", + "import": "./dist/theme.mjs" }, "./colors": { "types": "./dist/colors.d.ts", - "import": "./dist/colors.mjs", - "require": "./dist/colors.cjs" + "require": "./dist/colors.cjs", + "import": "./dist/colors.mjs" }, "./utils": { "types": "./dist/utils.d.ts", - "import": "./dist/utils.mjs", - "require": "./dist/utils.cjs" + "require": "./dist/utils.cjs", + "import": "./dist/utils.mjs" }, "./*": "./*" }, diff --git a/packages/preset-web-fonts/package.json b/packages/preset-web-fonts/package.json index a86c183f91..d7a1d1a45b 100644 --- a/packages/preset-web-fonts/package.json +++ b/packages/preset-web-fonts/package.json @@ -25,13 +25,13 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./fs": { "types": "./dist/fs.d.ts", - "import": "./dist/fs.mjs", - "require": "./dist/fs.cjs" + "require": "./dist/fs.cjs", + "import": "./dist/fs.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/preset-wind/package.json b/packages/preset-wind/package.json index 5558b2ba47..6096fc9c04 100644 --- a/packages/preset-wind/package.json +++ b/packages/preset-wind/package.json @@ -22,8 +22,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./*": "./*" }, diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c7d478390f..87f5f74b13 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -20,8 +20,8 @@ ], "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.js" + "require": "./dist/index.js", + "import": "./dist/index.mjs" } }, "main": "./dist/index.js", diff --git a/packages/scope/package.json b/packages/scope/package.json index 95477c47e4..88be730f9d 100644 --- a/packages/scope/package.json +++ b/packages/scope/package.json @@ -3,8 +3,8 @@ "version": "0.35.1", "exports": { ".": { - "import": "./index.mjs", - "require": "./index.cjs" + "require": "./index.cjs", + "import": "./index.mjs" } }, "main": "./index.cjs", diff --git a/packages/transformer-compile-class/package.json b/packages/transformer-compile-class/package.json index e46f952735..c339718541 100644 --- a/packages/transformer-compile-class/package.json +++ b/packages/transformer-compile-class/package.json @@ -21,8 +21,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/transformer-directives/package.json b/packages/transformer-directives/package.json index ad075f55d6..42655f0607 100644 --- a/packages/transformer-directives/package.json +++ b/packages/transformer-directives/package.json @@ -20,8 +20,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/transformer-variant-group/package.json b/packages/transformer-variant-group/package.json index 6f5baee874..b6f4083dcc 100644 --- a/packages/transformer-variant-group/package.json +++ b/packages/transformer-variant-group/package.json @@ -21,8 +21,8 @@ "sideEffects": false, "exports": { ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/packages/unocss/package.json b/packages/unocss/package.json index 017ce4b1e4..b52d4bacdc 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -25,53 +25,53 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./preset-attributify": { "types": "./dist/preset-attributify.d.ts", - "import": "./dist/preset-attributify.mjs", - "require": "./dist/preset-attributify.cjs" + "require": "./dist/preset-attributify.cjs", + "import": "./dist/preset-attributify.mjs" }, "./preset-tagify": { "types": "./dist/preset-tagify.d.ts", - "import": "./dist/preset-tagify.mjs", - "require": "./dist/preset-tagify.cjs" + "require": "./dist/preset-tagify.cjs", + "import": "./dist/preset-tagify.mjs" }, "./preset-icons": { "types": "./dist/preset-icons.d.ts", - "import": "./dist/preset-icons.mjs", - "require": "./dist/preset-icons.cjs" + "require": "./dist/preset-icons.cjs", + "import": "./dist/preset-icons.mjs" }, "./preset-mini": { "types": "./dist/preset-mini.d.ts", - "import": "./dist/preset-mini.mjs", - "require": "./dist/preset-mini.cjs" + "require": "./dist/preset-mini.cjs", + "import": "./dist/preset-mini.mjs" }, "./preset-typography": { "types": "./dist/preset-typography.d.ts", - "import": "./dist/preset-typography.mjs", - "require": "./dist/preset-typography.cjs" + "require": "./dist/preset-typography.cjs", + "import": "./dist/preset-typography.mjs" }, "./preset-uno": { "types": "./dist/preset-uno.d.ts", - "import": "./dist/preset-uno.mjs", - "require": "./dist/preset-uno.cjs" + "require": "./dist/preset-uno.cjs", + "import": "./dist/preset-uno.mjs" }, "./preset-web-fonts": { "types": "./dist/preset-web-fonts.d.ts", - "import": "./dist/preset-web-fonts.mjs", - "require": "./dist/preset-web-fonts.cjs" + "require": "./dist/preset-web-fonts.cjs", + "import": "./dist/preset-web-fonts.mjs" }, "./preset-wind": { "types": "./dist/preset-wind.d.ts", - "import": "./dist/preset-wind.mjs", - "require": "./dist/preset-wind.cjs" + "require": "./dist/preset-wind.cjs", + "import": "./dist/preset-wind.mjs" }, "./vite": { "types": "./dist/vite.d.ts", - "import": "./dist/vite.mjs", - "require": "./dist/vite.cjs" + "require": "./dist/vite.cjs", + "import": "./dist/vite.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/vite/package.json b/packages/vite/package.json index 61b40d13cd..8a06576710 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -23,13 +23,13 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" }, "./client": { "types": "./dist/client.d.ts", - "import": "./dist/client.mjs", - "require": "./dist/client.js" + "require": "./dist/client.js", + "import": "./dist/client.mjs" } }, "main": "dist/index.cjs", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index d38538fee2..1f916e2385 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -22,8 +22,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "import": "./dist/index.mjs" } }, "main": "./dist/index.cjs", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 448b707687..86891849f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ importers: .: specifiers: - '@antfu/eslint-config': ^0.24.2 + '@antfu/eslint-config': ^0.24.3 '@antfu/ni': ^0.16.2 '@iconify-json/carbon': ^1.1.5 '@iconify-json/iconoir': ^1.1.6 @@ -90,7 +90,7 @@ importers: vue: ^3.2.36 vue-router: ^4.0.15 devDependencies: - '@antfu/eslint-config': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config': 0.24.3_xztl6dhthcahlo6akmb2bmjmle '@antfu/ni': 0.16.2 '@iconify-json/carbon': 1.1.5 '@iconify-json/iconoir': 1.1.6 @@ -591,17 +591,17 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.13 - /@antfu/eslint-config-basic/0.24.2_hzuh7e2up357pvq3mkokjvu2lq: - resolution: {integrity: sha512-JQOJP5zM6pVg0wNUMJCcseNTbOSjIOK6kqhAzzkE1Xz5oUtaHgL9zjGyazPpJU6tkYzpXsUpCn3Nd2rFY02b4g==} + /@antfu/eslint-config-basic/0.24.3_hzuh7e2up357pvq3mkokjvu2lq: + resolution: {integrity: sha512-x9u2Arm5Qce6Zz24ZTPYXwciUl4rzznG+droNeRaPfFDUyPFuuIyuMQaPqnPpwfteCHfPCFKKpEfqWUJaeppmQ==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.16.0 - eslint-plugin-antfu: 0.24.2_xztl6dhthcahlo6akmb2bmjmle + eslint-plugin-antfu: 0.24.3_xztl6dhthcahlo6akmb2bmjmle eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 eslint-plugin-html: 6.2.0 eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e - eslint-plugin-jsonc: 2.2.1_eslint@8.16.0 + eslint-plugin-jsonc: 2.3.0_eslint@8.16.0 eslint-plugin-markdown: 2.2.1_eslint@8.16.0 eslint-plugin-n: 15.2.0_eslint@8.16.0 eslint-plugin-promise: 6.0.0_eslint@8.16.0 @@ -617,12 +617,12 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.24.2_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-rovMrWq4ZGNrPMTOrnLNcXNzztgaTGNT15e7fhOXvP1Zq2UMmj1BCvZjJnLFeHE+ptl7HGd9OADf+WdEfWEfKw==} + /@antfu/eslint-config-react/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-ZDjH5WTSgLCAqMx5uQFRlVm5hJ0pGwgGeFbcBq6o9adMCbBBpiUj9SzzFgnxfHhFdgyq3xhF23Di+HeOUoEXyA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config-ts': 0.24.3_xztl6dhthcahlo6akmb2bmjmle eslint: 8.16.0 eslint-plugin-react: 7.30.0_eslint@8.16.0 transitivePeerDependencies: @@ -632,13 +632,13 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.24.2_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-SLuePt5doZxiYPc4UpNpXHGufgK14/1PXb7qJlDOPYx9jWuPyCkpxesxWXBZ4S+ZHNOw4rvR2iJG0HFVPuNZxg==} + /@antfu/eslint-config-ts/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-gXEJYhwUrn1jPoWqAJH6d4HNI/Uoy/nkzhYUJYHivx3xhsE2PEtJxzfvfYTvEP1rM8Pq4+rUJIKHCXeaGz0WNQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.24.2_hzuh7e2up357pvq3mkokjvu2lq + '@antfu/eslint-config-basic': 0.24.3_hzuh7e2up357pvq3mkokjvu2lq '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle eslint: 8.16.0 @@ -649,12 +649,12 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue/0.24.2_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-lENl6u3GHnzoP75nEx2J+BNZ5S8ORx3XBPD+izxvxoyarVeda4JZf66YJ3nfMI1g/7/5KoM2ebf3g3ceOEBi3w==} + /@antfu/eslint-config-vue/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-TarG9HulinZUHB0YRqkx7nponsNgS+Dt5IcJyLdkdlvcm/aTdmZsN+xPrnRySaxXfv8x5H5t/cb0URDWW5xQfQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config-ts': 0.24.3_xztl6dhthcahlo6akmb2bmjmle eslint: 8.16.0 eslint-plugin-vue: 9.0.1_eslint@8.16.0 transitivePeerDependencies: @@ -664,20 +664,20 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.24.2_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-hDqwNg8e2xud31467KQRmIaYknoF6ijZIUSVY4LI6rlOZPWHQp7J/rMW6NnIF5RHcGJnI/O0Pf1A0GJl3/pjJw==} + /@antfu/eslint-config/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-4BUq7KON22y6nJ1cant0rgBMtVP4XuXkR1VkQQh24NVuP7yF7eFk78EUConoOsEm3X3CUPbRTg9UTIY1Xrj3cw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.24.2_xztl6dhthcahlo6akmb2bmjmle - '@antfu/eslint-config-vue': 0.24.2_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config-react': 0.24.3_xztl6dhthcahlo6akmb2bmjmle + '@antfu/eslint-config-vue': 0.24.3_xztl6dhthcahlo6akmb2bmjmle '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle eslint: 8.16.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0 eslint-plugin-html: 6.2.0 eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e - eslint-plugin-jsonc: 2.2.1_eslint@8.16.0 + eslint-plugin-jsonc: 2.3.0_eslint@8.16.0 eslint-plugin-n: 15.2.0_eslint@8.16.0 eslint-plugin-promise: 6.0.0_eslint@8.16.0 eslint-plugin-unicorn: 42.0.0_eslint@8.16.0 @@ -1746,14 +1746,12 @@ packages: dependencies: '@types/eslint': 8.4.2 '@types/estree': 0.0.51 - dev: true /@types/eslint/8.4.2: resolution: {integrity: sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==} dependencies: '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 - dev: true /@types/estree/0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} @@ -1761,7 +1759,6 @@ packages: /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} - dev: true /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} @@ -1787,7 +1784,6 @@ packages: /@types/json-schema/7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} - dev: true /@types/json5/0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} @@ -1830,7 +1826,6 @@ packages: /@types/node/17.0.33: resolution: {integrity: sha512-miWq2m2FiQZmaHfdZNcbpp9PuXg34W5JZ5CrJ/BaS70VuhoJENBEQybeiYSaPBRNq6KQGnjfEnc/F3PN++D+XQ==} - dev: true /@types/node/17.0.35: resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==} @@ -2326,19 +2321,15 @@ packages: dependencies: '@webassemblyjs/helper-numbers': 1.11.1 '@webassemblyjs/helper-wasm-bytecode': 1.11.1 - dev: true /@webassemblyjs/floating-point-hex-parser/1.11.1: resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==} - dev: true /@webassemblyjs/helper-api-error/1.11.1: resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==} - dev: true /@webassemblyjs/helper-buffer/1.11.1: resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==} - dev: true /@webassemblyjs/helper-numbers/1.11.1: resolution: {integrity: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==} @@ -2346,11 +2337,9 @@ packages: '@webassemblyjs/floating-point-hex-parser': 1.11.1 '@webassemblyjs/helper-api-error': 1.11.1 '@xtuc/long': 4.2.2 - dev: true /@webassemblyjs/helper-wasm-bytecode/1.11.1: resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==} - dev: true /@webassemblyjs/helper-wasm-section/1.11.1: resolution: {integrity: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==} @@ -2359,23 +2348,19 @@ packages: '@webassemblyjs/helper-buffer': 1.11.1 '@webassemblyjs/helper-wasm-bytecode': 1.11.1 '@webassemblyjs/wasm-gen': 1.11.1 - dev: true /@webassemblyjs/ieee754/1.11.1: resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==} dependencies: '@xtuc/ieee754': 1.2.0 - dev: true /@webassemblyjs/leb128/1.11.1: resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==} dependencies: '@xtuc/long': 4.2.2 - dev: true /@webassemblyjs/utf8/1.11.1: resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==} - dev: true /@webassemblyjs/wasm-edit/1.11.1: resolution: {integrity: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==} @@ -2388,7 +2373,6 @@ packages: '@webassemblyjs/wasm-opt': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 '@webassemblyjs/wast-printer': 1.11.1 - dev: true /@webassemblyjs/wasm-gen/1.11.1: resolution: {integrity: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==} @@ -2398,7 +2382,6 @@ packages: '@webassemblyjs/ieee754': 1.11.1 '@webassemblyjs/leb128': 1.11.1 '@webassemblyjs/utf8': 1.11.1 - dev: true /@webassemblyjs/wasm-opt/1.11.1: resolution: {integrity: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==} @@ -2407,7 +2390,6 @@ packages: '@webassemblyjs/helper-buffer': 1.11.1 '@webassemblyjs/wasm-gen': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - dev: true /@webassemblyjs/wasm-parser/1.11.1: resolution: {integrity: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==} @@ -2418,14 +2400,12 @@ packages: '@webassemblyjs/ieee754': 1.11.1 '@webassemblyjs/leb128': 1.11.1 '@webassemblyjs/utf8': 1.11.1 - dev: true /@webassemblyjs/wast-printer/1.11.1: resolution: {integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==} dependencies: '@webassemblyjs/ast': 1.11.1 '@xtuc/long': 4.2.2 - dev: true /@windicss/config/1.8.4: resolution: {integrity: sha512-i4fFGFfZoRess6WMkauykHC3PFd9xKYVx7lSuLfMK7sgo6x3+l4dY42GbsWMHyLqH1sTMfyt1LgfXSIKYJozSA==} @@ -2458,11 +2438,9 @@ packages: /@xtuc/ieee754/1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - dev: true /@xtuc/long/4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - dev: true /abbrev/1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} @@ -2474,7 +2452,6 @@ packages: acorn: ^8 dependencies: acorn: 8.7.1 - dev: true /acorn-jsx/5.3.2_acorn@8.7.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -2531,7 +2508,6 @@ packages: ajv: ^6.9.1 dependencies: ajv: 6.12.6 - dev: true /ajv/6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -2540,7 +2516,6 @@ packages: fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 - dev: true /ajv/8.11.0: resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==} @@ -2835,7 +2810,6 @@ packages: /buffer-from/1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true /buffer/5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} @@ -3034,7 +3008,6 @@ packages: /chrome-trace-event/1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - dev: true /ci-info/3.3.1: resolution: {integrity: sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==} @@ -3168,7 +3141,6 @@ packages: /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: true /commander/4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} @@ -3674,7 +3646,6 @@ packages: dependencies: graceful-fs: 4.2.10 tapable: 2.2.1 - dev: true /entities/2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} @@ -3745,7 +3716,6 @@ packages: /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - dev: true /es-shim-unscopables/1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} @@ -4394,8 +4364,8 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.24.2_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-WMvTNmI8h9eRTRUcTYgbECEXD8AwF+fjsTXiKNouD4a2pOps8WW9yjRnMOENk0/9vV5p52cu6PbJbfbM0/B/TA==} + /eslint-plugin-antfu/0.24.3_xztl6dhthcahlo6akmb2bmjmle: + resolution: {integrity: sha512-amK+5vP487YfdOAdQP0lSFcpcnv+FoNyK42/Ssy8J0iBi+YkCnMoQ2BWeT9PjbK/TO0jcMMH3iz+J/1rUQq4Rw==} dependencies: '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle transitivePeerDependencies: @@ -4463,8 +4433,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.16.0: - resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} + /eslint-plugin-jsonc/2.3.0_eslint@8.16.0: + resolution: {integrity: sha512-QqHj7Chw8vsALsCOhFxecRIepxpbcpmMon9yA1+GaYk1Am0GanHAwnTkeVX+/ysAb4QTkeGMZ+ZPK4TKrZ/VSw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -4598,7 +4568,6 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - dev: true /eslint-scope/7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} @@ -4718,17 +4687,14 @@ packages: engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 - dev: true /estraverse/4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} - dev: true /estraverse/5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} - dev: true /estree-walker/0.6.1: resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} @@ -4758,7 +4724,6 @@ packages: /events/3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - dev: true /execa/5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} @@ -4816,7 +4781,6 @@ packages: /fast-deep-equal/3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - dev: true /fast-glob/3.2.11: resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} @@ -4830,7 +4794,6 @@ packages: /fast-json-stable-stringify/2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - dev: true /fast-levenshtein/2.0.6: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} @@ -4886,7 +4849,7 @@ packages: dev: true /find-up/2.1.0: - resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} engines: {node: '>=4'} dependencies: locate-path: 2.0.0 @@ -5133,7 +5096,6 @@ packages: /glob-to-regexp/0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - dev: true /glob/7.1.6: resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} @@ -5241,7 +5203,6 @@ packages: /has-flag/4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - dev: true /has-property-descriptors/1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} @@ -5739,7 +5700,6 @@ packages: '@types/node': 17.0.33 merge-stream: 2.0.0 supports-color: 8.1.1 - dev: true /jiti/1.13.0: resolution: {integrity: sha512-/n9mNxZj/HDSrincJ6RP+L+yXbpnB8FybySBa+IjIaoH9FIxBbrbRT5XUbe8R7zuVM2AQqNMNDDqz0bzx3znOQ==} @@ -5784,11 +5744,9 @@ packages: /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - dev: true /json-schema-traverse/0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - dev: true /json-schema-traverse/1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} @@ -5963,7 +5921,6 @@ packages: /loader-runner/4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} - dev: true /local-pkg/0.4.1: resolution: {integrity: sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==} @@ -6036,7 +5993,6 @@ packages: /lodash.sortby/4.7.0: resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} - dev: true /lodash.template/4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} @@ -6207,14 +6163,12 @@ packages: /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} - dev: true /mime-types/2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 - dev: true /mime/1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} @@ -6432,7 +6386,6 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - dev: true /nitropack/0.4.4: resolution: {integrity: sha512-nK6UkSvAHvtx9sSLntirQgU5wJB49BIwJXf+kNbkHrA7cxFNZG11GH1v+vzkMSDKfBPWvVMewEkOGfIGXDpH9g==} @@ -7786,7 +7739,6 @@ packages: /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - dev: true /qs/6.10.3: resolution: {integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==} @@ -7821,7 +7773,6 @@ packages: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 - dev: true /range-parser/1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} @@ -8141,7 +8092,6 @@ packages: '@types/json-schema': 7.0.11 ajv: 6.12.6 ajv-keywords: 3.5.2_ajv@6.12.6 - dev: true /scule/0.2.1: resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==} @@ -8208,7 +8158,6 @@ packages: resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} dependencies: randombytes: 2.1.0 - dev: true /serve-placeholder/2.0.1: resolution: {integrity: sha512-rUzLlXk4uPFnbEaIz3SW8VISTxMuONas88nYWjAWaM2W9VDbt9tyFOr3lq8RhVOFrT3XISoBw8vni5una8qMnQ==} @@ -8331,12 +8280,10 @@ packages: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - dev: true /source-map/0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - dev: true /source-map/0.7.3: resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} @@ -8348,7 +8295,6 @@ packages: engines: {node: '>= 8'} dependencies: whatwg-url: 7.1.0 - dev: true /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} @@ -8586,7 +8532,6 @@ packages: engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - dev: true /supports-color/9.2.2: resolution: {integrity: sha512-XC6g/Kgux+rJXmwokjm9ECpD6k/smUoS5LKlUCcsYr4IY3rW0XyAympon2RmxGrlnZURMpg5T18gWDP9CsHXFA==} @@ -8664,7 +8609,6 @@ packages: /tapable/2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - dev: true /tar-stream/2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} @@ -8723,7 +8667,6 @@ packages: source-map: 0.6.1 terser: 5.13.1 webpack: 5.72.1 - dev: true /terser/5.13.1: resolution: {integrity: sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==} @@ -8734,7 +8677,6 @@ packages: commander: 2.20.3 source-map: 0.8.0-beta.0 source-map-support: 0.5.21 - dev: true /text-table/0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} @@ -8814,7 +8756,6 @@ packages: resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} dependencies: punycode: 2.1.1 - dev: true /tree-kill/1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} @@ -9439,7 +9380,6 @@ packages: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.1.1 - dev: true /util-deprecate/1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} @@ -9750,7 +9690,6 @@ packages: dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.10 - dev: true /wcwidth/1.0.1: resolution: {integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=} @@ -9769,7 +9708,6 @@ packages: /webidl-conversions/4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} - dev: true /webpack-sources/3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} @@ -9816,7 +9754,6 @@ packages: - '@swc/core' - esbuild - uglify-js - dev: true /whatwg-url/5.0.0: resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=} @@ -9831,7 +9768,6 @@ packages: lodash.sortby: 4.7.0 tr46: 1.0.1 webidl-conversions: 4.0.2 - dev: true /which-boxed-primitive/1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} diff --git a/test/__snapshots__/cli.test.ts.snap b/test/__snapshots__/cli.test.ts.snap index dde56f1ae2..c5506fce2d 100644 --- a/test/__snapshots__/cli.test.ts.snap +++ b/test/__snapshots__/cli.test.ts.snap @@ -5,3 +5,9 @@ exports[`cli > builds uno.css 1`] = ` .max-w-screen-md{max-width:768px;} .p-4{padding:1rem;}" `; + +exports[`cli > supports unocss.config.js 1`] = ` +"/* layer: shortcuts */ +.box{--un-shadow-inset:var(--un-empty,/*!*/ /*!*/);--un-shadow:0 0 #0000;} +.box{margin-left:auto;margin-right:auto;max-width:80rem;border-radius:0.375rem;--un-bg-opacity:1;background-color:rgba(243,244,246,var(--un-bg-opacity));padding:1rem;--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgba(0,0,0,0.05));box-shadow:var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow);}" +`; diff --git a/test/cli.test.ts b/test/cli.test.ts index 6c430f2bd0..17d7a73fb2 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -23,8 +23,7 @@ describe('cli', () => { expect(output).toMatchSnapshot() }) - // FIXME: fails - it.skip('supports unocss.config.js', async () => { + it('supports unocss.config.js', async () => { const { output } = await runCli({ 'views/index.html': '
', 'unocss.config.js': `