chore(deps): update dependency @vitejs/plugin-legacy to v1.8.1
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
renovate 2022-04-13 14:07:28 +00:00
parent e7fb488b54
commit 4e3009f7d0
2 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@
"@types/flexsearch": "0.7.3",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"@vitejs/plugin-legacy": "1.8.0",
"@vitejs/plugin-legacy": "1.8.1",
"@vitejs/plugin-vue": "2.3.1",
"@vue/eslint-config-typescript": "10.0.0",
"autoprefixer": "10.4.4",

View File

@ -1592,10 +1592,10 @@
dependencies:
regenerator-runtime "^0.13.4"
"@babel/standalone@^7.17.8":
version "7.17.8"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.17.8.tgz#517064e5b21015476d4dc9c6518b47bf2ec4d094"
integrity sha512-tr3SDpVnxR/fzrxyG+HZPAyEA9eTHZIAjy4eqrc7m+KBwsdo1YvTbUfJ6teWHQ177mk6GmdmltsIiOYCcvRPWA==
"@babel/standalone@^7.17.9":
version "7.17.9"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.17.9.tgz#208298055c70531a81759435e443586754d693f9"
integrity sha512-9wL9AtDlga8avxUrBvQJmhUtJWrelsUL0uV+TcP+49Sb6Pj8/bNIzQzU4dDp0NAPOvnZR/7msFIKsKoCl/W1/w==
"@babel/template@^7.14.5":
version "7.14.5"
@ -3269,12 +3269,12 @@
resolve-from "^5.0.0"
rollup-pluginutils "^2.8.2"
"@vitejs/plugin-legacy@1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.8.0.tgz#6521e6de924641094aad5d804eaef3ac7db71284"
integrity sha512-S3+uL1zp8GLUbmJAQk2wQbZLTyISKRFSMBwCFI3XQVRD3OZshqkiPyOKdRiSPlP9HoGz+q90kk+1qPm1tJRqCg==
"@vitejs/plugin-legacy@1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.8.1.tgz#9431a983f950b4343d5b80a1916f25cc03d6b9c4"
integrity sha512-kmBWKq7EeNvzS4AqPBqUKdoWG/NYQXh7StUFMWR3D21aN5Mfmar7CTO2a7K+bBxJH/vAL9gnnueA0wb7cycCmQ==
dependencies:
"@babel/standalone" "^7.17.8"
"@babel/standalone" "^7.17.9"
core-js "^3.21.1"
magic-string "^0.26.1"
regenerator-runtime "^0.13.9"