mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
chore(deps): update dependency esbuild to v0.14.22 (#6104)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6fd66fa59c
commit
1a1fc7798c
@ -105,7 +105,7 @@
|
||||
"csstype": "2.6.19",
|
||||
"cypress": "8.5.0",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"esbuild": "0.14.21",
|
||||
"esbuild": "0.14.22",
|
||||
"eslint": "8.9.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-define-config": "1.2.5",
|
||||
|
230
pnpm-lock.yaml
230
pnpm-lock.yaml
@ -50,7 +50,7 @@ importers:
|
||||
cypress: 8.5.0
|
||||
cz-conventional-changelog: 3.3.0
|
||||
dayjs: ^1.10.7
|
||||
esbuild: 0.14.21
|
||||
esbuild: 0.14.22
|
||||
eslint: 8.9.0
|
||||
eslint-config-prettier: 8.3.0
|
||||
eslint-define-config: 1.2.5
|
||||
@ -141,7 +141,7 @@ importers:
|
||||
csstype: 2.6.19
|
||||
cypress: 8.5.0
|
||||
cz-conventional-changelog: 3.3.0
|
||||
esbuild: 0.14.21
|
||||
esbuild: 0.14.22
|
||||
eslint: 8.9.0
|
||||
eslint-config-prettier: 8.3.0_eslint@8.9.0
|
||||
eslint-define-config: 1.2.5
|
||||
@ -161,7 +161,7 @@ importers:
|
||||
rimraf: 3.0.2
|
||||
rollup: 2.67.2
|
||||
rollup-plugin-css-only: 3.1.0_rollup@2.67.2
|
||||
rollup-plugin-esbuild: 4.8.2_esbuild@0.14.21+rollup@2.67.2
|
||||
rollup-plugin-esbuild: 4.8.2_esbuild@0.14.22+rollup@2.67.2
|
||||
rollup-plugin-filesize: 9.1.2
|
||||
sass: 1.49.7
|
||||
sucrase: 3.20.3
|
||||
@ -215,8 +215,8 @@ importers:
|
||||
escape-html: 1.0.3
|
||||
markdown-it: 12.3.2
|
||||
markdown-it-container: 3.0.0
|
||||
unplugin-icons: 0.13.1_dcf14a5c5a67ebdbaf9f92ccf5aed00c
|
||||
unplugin-vue-components: 0.17.18_a1bca6d899a714d078e6b7abb6ae3cb5
|
||||
unplugin-icons: 0.13.1_978ca5bccbb988c0a69188a167451209
|
||||
unplugin-vue-components: 0.17.18_ab691e0fae4c9e04ebb26f44612f1f06
|
||||
vite: 2.8.3_sass@1.49.7
|
||||
vite-plugin-inspect: 0.3.14_vite@2.8.3
|
||||
vite-plugin-windicss: 1.7.0_vite@2.8.3
|
||||
@ -315,7 +315,7 @@ importers:
|
||||
'@element-plus/icons-vue': 0.2.6_vue@3.2.30
|
||||
devDependencies:
|
||||
'@vitejs/plugin-vue': 2.2.0_vite@2.8.3+vue@3.2.30
|
||||
unplugin-vue-components: 0.17.18_a1bca6d899a714d078e6b7abb6ae3cb5
|
||||
unplugin-vue-components: 0.17.18_ab691e0fae4c9e04ebb26f44612f1f06
|
||||
vite: 2.8.3_sass@1.49.7
|
||||
vite-plugin-inspect: 0.3.14_vite@2.8.3
|
||||
vite-plugin-mkcert: 1.5.2
|
||||
@ -5659,6 +5659,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-android-arm64/0.14.22:
|
||||
resolution: {integrity: sha512-k1Uu4uC4UOFgrnTj2zuj75EswFSEBK+H6lT70/DdS4mTAOfs2ECv2I9ZYvr3w0WL0T4YItzJdK7fPNxcPw6YmQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-64/0.14.21:
|
||||
resolution: {integrity: sha512-j+Eg+e13djzyYINVvAbOo2/zvZ2DivuJJTaBrJnJHSD7kUNuGHRkHoSfFjbI80KHkn091w350wdmXDNSgRjfYQ==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5668,6 +5677,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-64/0.14.22:
|
||||
resolution: {integrity: sha512-d8Ceuo6Vw6HM3fW218FB6jTY6O3r2WNcTAU0SGsBkXZ3k8SDoRLd3Nrc//EqzdgYnzDNMNtrWegK2Qsss4THhw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-arm64/0.14.21:
|
||||
resolution: {integrity: sha512-nDNTKWDPI0RuoPj5BhcSB2z5EmZJJAyRtZLIjyXSqSpAyoB8eyAKXl4lB8U2P78Fnh4Lh1le/fmpewXE04JhBQ==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5677,6 +5695,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-darwin-arm64/0.14.22:
|
||||
resolution: {integrity: sha512-YAt9Tj3SkIUkswuzHxkaNlT9+sg0xvzDvE75LlBo4DI++ogSgSmKNR6B4eUhU5EUUepVXcXdRIdqMq9ppeRqfw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-64/0.14.21:
|
||||
resolution: {integrity: sha512-zIurkCHXhxELiDZtLGiexi8t8onQc2LtuE+S7457H/pP0g0MLRKMrsn/IN4LDkNe6lvBjuoZZi2OfelOHn831g==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5686,6 +5713,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-64/0.14.22:
|
||||
resolution: {integrity: sha512-ek1HUv7fkXMy87Qm2G4IRohN+Qux4IcnrDBPZGXNN33KAL0pEJJzdTv0hB/42+DCYWylSrSKxk3KUXfqXOoH4A==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-arm64/0.14.21:
|
||||
resolution: {integrity: sha512-wdxMmkJfbwcN+q85MpeUEamVZ40FNsBa9mPq8tAszDn8TRT2HoJvVRADPIIBa9SWWwlDChIMjkDKAnS3KS/sPA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5695,6 +5731,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-freebsd-arm64/0.14.22:
|
||||
resolution: {integrity: sha512-zPh9SzjRvr9FwsouNYTqgqFlsMIW07O8mNXulGeQx6O5ApgGUBZBgtzSlBQXkHi18WjrosYfsvp5nzOKiWzkjQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-32/0.14.21:
|
||||
resolution: {integrity: sha512-fmxvyzOPPh2xiEHojpCeIQP6pXcoKsWbz3ryDDIKLOsk4xp3GbpHIEAWP0xTeuhEbendmvBDVKbAVv3PnODXLg==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5704,6 +5749,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-32/0.14.22:
|
||||
resolution: {integrity: sha512-SnpveoE4nzjb9t2hqCIzzTWBM0RzcCINDMBB67H6OXIuDa4KqFqaIgmTchNA9pJKOVLVIKd5FYxNiJStli21qg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-64/0.14.21:
|
||||
resolution: {integrity: sha512-edZyNOv1ql+kpmlzdqzzDjRQYls+tSyi4QFi+PdBhATJFUqHsnNELWA9vMSzAaInPOEaVUTA5Ml28XFChcy4DA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5713,6 +5767,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-64/0.14.22:
|
||||
resolution: {integrity: sha512-Zcl9Wg7gKhOWWNqAjygyqzB+fJa19glgl2JG7GtuxHyL1uEnWlpSMytTLMqtfbmRykIHdab797IOZeKwk5g0zg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm/0.14.21:
|
||||
resolution: {integrity: sha512-aSU5pUueK6afqmLQsbU+QcFBT62L+4G9hHMJDHWfxgid6hzhSmfRH9U/f+ymvxsSTr/HFRU4y7ox8ZyhlVl98w==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5722,6 +5785,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm/0.14.22:
|
||||
resolution: {integrity: sha512-soPDdbpt/C0XvOOK45p4EFt8HbH5g+0uHs5nUKjHVExfgR7du734kEkXR/mE5zmjrlymk5AA79I0VIvj90WZ4g==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm64/0.14.21:
|
||||
resolution: {integrity: sha512-t5qxRkq4zdQC0zXpzSB2bTtfLgOvR0C6BXYaRE/6/k8/4SrkZcTZBeNu+xGvwCU4b5dU9ST9pwIWkK6T1grS8g==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5731,6 +5803,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-arm64/0.14.22:
|
||||
resolution: {integrity: sha512-8q/FRBJtV5IHnQChO3LHh/Jf7KLrxJ/RCTGdBvlVZhBde+dk3/qS9fFsUy+rs3dEi49aAsyVitTwlKw1SUFm+A==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-mips64le/0.14.21:
|
||||
resolution: {integrity: sha512-jLZLQGCNlUsmIHtGqNvBs3zN+7a4D9ckf0JZ+jQTwHdZJ1SgV9mAjbB980OFo66LoY+WeM7t3WEnq3FjI1zw4A==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5740,6 +5821,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-mips64le/0.14.22:
|
||||
resolution: {integrity: sha512-SiNDfuRXhGh1JQLLA9JPprBgPVFOsGuQ0yDfSPTNxztmVJd8W2mX++c4FfLpAwxuJe183mLuKf7qKCHQs5ZnBQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-ppc64le/0.14.21:
|
||||
resolution: {integrity: sha512-4TWxpK391en2UBUw6GSrukToTDu6lL9vkm3Ll40HrI08WG3qcnJu7bl8e1+GzelDsiw1QmfAY/nNvJ6iaHRpCQ==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5749,6 +5839,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-ppc64le/0.14.22:
|
||||
resolution: {integrity: sha512-6t/GI9I+3o1EFm2AyN9+TsjdgWCpg2nwniEhjm2qJWtJyJ5VzTXGUU3alCO3evopu8G0hN2Bu1Jhz2YmZD0kng==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-riscv64/0.14.21:
|
||||
resolution: {integrity: sha512-fElngqOaOfTsF+u+oetDLHsPG74vB2ZaGZUqmGefAJn3a5z9Z2pNa4WpVbbKgHpaAAy5tWM1m1sbGohj6Ki6+Q==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5758,6 +5857,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-riscv64/0.14.22:
|
||||
resolution: {integrity: sha512-AyJHipZKe88sc+tp5layovquw5cvz45QXw5SaDgAq2M911wLHiCvDtf/07oDx8eweCyzYzG5Y39Ih568amMTCQ==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-s390x/0.14.21:
|
||||
resolution: {integrity: sha512-brleZ6R5fYv0qQ7ZBwenQmP6i9TdvJCB092c/3D3pTLQHBGHJb5zWgKxOeS7bdHzmLy6a6W7GbFk6QKpjyD6QA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5767,6 +5875,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-linux-s390x/0.14.22:
|
||||
resolution: {integrity: sha512-Sz1NjZewTIXSblQDZWEFZYjOK6p8tV6hrshYdXZ0NHTjWE+lwxpOpWeElUGtEmiPcMT71FiuA9ODplqzzSxkzw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-netbsd-64/0.14.21:
|
||||
resolution: {integrity: sha512-nCEgsLCQ8RoFWVV8pVI+kX66ICwbPP/M9vEa0NJGIEB/Vs5sVGMqkf67oln90XNSkbc0bPBDuo4G6FxlF7PN8g==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5776,6 +5893,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-netbsd-64/0.14.22:
|
||||
resolution: {integrity: sha512-TBbCtx+k32xydImsHxvFgsOCuFqCTGIxhzRNbgSL1Z2CKhzxwT92kQMhxort9N/fZM2CkRCPPs5wzQSamtzEHA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-openbsd-64/0.14.21:
|
||||
resolution: {integrity: sha512-h9zLMyVD0T73MDTVYIb/qUTokwI6EJH9O6wESuTNq6+XpMSr6C5aYZ4fvFKdNELW+Xsod+yDS2hV2JTUAbFrLA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5785,6 +5911,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-openbsd-64/0.14.22:
|
||||
resolution: {integrity: sha512-vK912As725haT313ANZZZN+0EysEEQXWC/+YE4rQvOQzLuxAQc2tjbzlAFREx3C8+uMuZj/q7E5gyVB7TzpcTA==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-sunos-64/0.14.21:
|
||||
resolution: {integrity: sha512-Kl+7Cot32qd9oqpLdB1tEGXEkjBlijrIxMJ0+vlDFaqsODutif25on0IZlFxEBtL2Gosd4p5WCV1U7UskNQfXA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5794,6 +5929,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-sunos-64/0.14.22:
|
||||
resolution: {integrity: sha512-/mbJdXTW7MTcsPhtfDsDyPEOju9EOABvCjeUU2OJ7fWpX/Em/H3WYDa86tzLUbcVg++BScQDzqV/7RYw5XNY0g==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-32/0.14.21:
|
||||
resolution: {integrity: sha512-V7vnTq67xPBUCk/9UtlolmQ798Ecjdr1ZoI1vcSgw7M82aSSt0eZdP6bh5KAFZU8pxDcx3qoHyWQfHYr11f22A==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5803,6 +5947,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-32/0.14.22:
|
||||
resolution: {integrity: sha512-1vRIkuvPTjeSVK3diVrnMLSbkuE36jxA+8zGLUOrT4bb7E/JZvDRhvtbWXWaveUc/7LbhaNFhHNvfPuSw2QOQg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-64/0.14.21:
|
||||
resolution: {integrity: sha512-kDgHjKOHwjfJDCyRGELzVxiP/RBJBTA+wyspf78MTTJQkyPuxH2vChReNdWc+dU2S4gIZFHMdP1Qrl/k22ZmaA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5812,6 +5965,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-64/0.14.22:
|
||||
resolution: {integrity: sha512-AxjIDcOmx17vr31C5hp20HIwz1MymtMjKqX4qL6whPj0dT9lwxPexmLj6G1CpR3vFhui6m75EnBEe4QL82SYqw==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-arm64/0.14.21:
|
||||
resolution: {integrity: sha512-8Sbo0zpzgwWrwjQYLmHF78f7E2xg5Ve63bjB2ng3V2aManilnnTGaliq2snYg+NOX60+hEvJHRdVnuIAHW0lVw==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5821,6 +5983,15 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild-windows-arm64/0.14.22:
|
||||
resolution: {integrity: sha512-5wvQ+39tHmRhNpu2Fx04l7QfeK3mQ9tKzDqqGR8n/4WUxsFxnVLfDRBGirIfk4AfWlxk60kqirlODPoT5LqMUg==}
|
||||
engines: {node: '>=12'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
requiresBuild: true
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/esbuild/0.14.21:
|
||||
resolution: {integrity: sha512-7WEoNMBJdLN993dr9h0CpFHPRc3yFZD+EAVY9lg6syJJ12gc5fHq8d75QRExuhnMkT2DaRiIKFThRvDWP+fO+A==}
|
||||
engines: {node: '>=12'}
|
||||
@ -5848,6 +6019,33 @@ packages:
|
||||
esbuild-windows-arm64: 0.14.21
|
||||
dev: true
|
||||
|
||||
/esbuild/0.14.22:
|
||||
resolution: {integrity: sha512-CjFCFGgYtbFOPrwZNJf7wsuzesx8kqwAffOlbYcFDLFuUtP8xloK1GH+Ai13Qr0RZQf9tE7LMTHJ2iVGJ1SKZA==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
optionalDependencies:
|
||||
esbuild-android-arm64: 0.14.22
|
||||
esbuild-darwin-64: 0.14.22
|
||||
esbuild-darwin-arm64: 0.14.22
|
||||
esbuild-freebsd-64: 0.14.22
|
||||
esbuild-freebsd-arm64: 0.14.22
|
||||
esbuild-linux-32: 0.14.22
|
||||
esbuild-linux-64: 0.14.22
|
||||
esbuild-linux-arm: 0.14.22
|
||||
esbuild-linux-arm64: 0.14.22
|
||||
esbuild-linux-mips64le: 0.14.22
|
||||
esbuild-linux-ppc64le: 0.14.22
|
||||
esbuild-linux-riscv64: 0.14.22
|
||||
esbuild-linux-s390x: 0.14.22
|
||||
esbuild-netbsd-64: 0.14.22
|
||||
esbuild-openbsd-64: 0.14.22
|
||||
esbuild-sunos-64: 0.14.22
|
||||
esbuild-windows-32: 0.14.22
|
||||
esbuild-windows-64: 0.14.22
|
||||
esbuild-windows-arm64: 0.14.22
|
||||
dev: true
|
||||
|
||||
/escalade/3.1.1:
|
||||
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
||||
engines: {node: '>=6'}
|
||||
@ -10560,7 +10758,7 @@ packages:
|
||||
rollup: 2.67.2
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-esbuild/4.8.2_esbuild@0.14.21+rollup@2.67.2:
|
||||
/rollup-plugin-esbuild/4.8.2_esbuild@0.14.22+rollup@2.67.2:
|
||||
resolution: {integrity: sha512-wsaYNOjzTb6dN1qCIZsMZ7Q0LWiPJklYs2TDI8vJA2LUbvtPUY+17TC8C0vSat3jPMInfR9XWKdA7ttuwkjsGQ==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
@ -10570,7 +10768,7 @@ packages:
|
||||
'@rollup/pluginutils': 4.1.1
|
||||
debug: 4.3.3
|
||||
es-module-lexer: 0.9.3
|
||||
esbuild: 0.14.21
|
||||
esbuild: 0.14.22
|
||||
joycon: 3.0.1
|
||||
jsonc-parser: 3.0.0
|
||||
rollup: 2.67.2
|
||||
@ -11811,7 +12009,7 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unplugin-icons/0.13.1_dcf14a5c5a67ebdbaf9f92ccf5aed00c:
|
||||
/unplugin-icons/0.13.1_978ca5bccbb988c0a69188a167451209:
|
||||
resolution: {integrity: sha512-Y7ZOjTUvLdY4qUQNDo4OmkxjCh2coNbcAeWfFW66EZW7cJiBI6vU8j4cBAsyqUEwMdFL3q/kwowCRgD6BAaRyQ==}
|
||||
peerDependencies:
|
||||
'@svgr/core': '>=5.5.0'
|
||||
@ -11834,7 +12032,7 @@ packages:
|
||||
debug: 4.3.3
|
||||
kolorist: 1.5.1
|
||||
local-pkg: 0.4.1
|
||||
unplugin: 0.3.2_dcf14a5c5a67ebdbaf9f92ccf5aed00c
|
||||
unplugin: 0.3.2_978ca5bccbb988c0a69188a167451209
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@ -11843,7 +12041,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.17.18_a1bca6d899a714d078e6b7abb6ae3cb5:
|
||||
/unplugin-vue-components/0.17.18_ab691e0fae4c9e04ebb26f44612f1f06:
|
||||
resolution: {integrity: sha512-4wvJnSShTXCnZpO1G6h0DlHjBXap0JqzFyU84guMT6EH0shUZZ3TAta4pDa8nNeWAtcJVTF9uQswePq1elhpKQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -11865,7 +12063,7 @@ packages:
|
||||
magic-string: 0.25.7
|
||||
minimatch: 3.0.4
|
||||
resolve: 1.21.0
|
||||
unplugin: 0.3.0_dcf14a5c5a67ebdbaf9f92ccf5aed00c
|
||||
unplugin: 0.3.0_978ca5bccbb988c0a69188a167451209
|
||||
vue: 3.2.30
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@ -11879,7 +12077,7 @@ packages:
|
||||
resolution: {integrity: sha512-BHV0KVKXDci+yiJdPd6KHoqgMs1dkRJK6ocF8sIh/cYswVYyfm3DBwEtHf/niMMH0QcmO3aurcHpyJ+EmTKtQg==}
|
||||
dev: true
|
||||
|
||||
/unplugin/0.3.0_dcf14a5c5a67ebdbaf9f92ccf5aed00c:
|
||||
/unplugin/0.3.0_978ca5bccbb988c0a69188a167451209:
|
||||
resolution: {integrity: sha512-9yLlOo+XC4NdIRgpkDSHOAHkQDq2x4mbuVNO/eKVa3C8WTn5wWGfzEFfRJFL8euqnX3Gf7hEur0AhXxy+WSwkg==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@ -11896,13 +12094,13 @@ packages:
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.21
|
||||
esbuild: 0.14.22
|
||||
rollup: 2.67.2
|
||||
vite: 2.8.3_sass@1.49.7
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: true
|
||||
|
||||
/unplugin/0.3.2_dcf14a5c5a67ebdbaf9f92ccf5aed00c:
|
||||
/unplugin/0.3.2_978ca5bccbb988c0a69188a167451209:
|
||||
resolution: {integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@ -11919,7 +12117,7 @@ packages:
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.21
|
||||
esbuild: 0.14.22
|
||||
rollup: 2.67.2
|
||||
vite: 2.8.3_sass@1.49.7
|
||||
webpack-virtual-modules: 0.4.3
|
||||
|
Loading…
Reference in New Issue
Block a user