From 1a740cbc7d986c6eb473921fc7a6806d1620e773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:26:56 +0800 Subject: [PATCH] chore(deps): update dependency @vitejs/plugin-legacy to v1.8.0 (#277) Co-authored-by: Renovate Bot --- package.json | 2 +- pnpm-lock.yaml | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index ba86469..d2ed855 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "17.0.14", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", - "@vitejs/plugin-legacy": "1.7.1", + "@vitejs/plugin-legacy": "1.8.0", "@vitejs/plugin-react": "1.3.0", "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 86835a1..1c2bfc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ specifiers: '@types/react-dom': 17.0.14 '@typescript-eslint/eslint-plugin': 5.17.0 '@typescript-eslint/parser': 5.17.0 - '@vitejs/plugin-legacy': 1.7.1 + '@vitejs/plugin-legacy': 1.8.0 '@vitejs/plugin-react': 1.3.0 eslint: 8.12.0 eslint-config-prettier: 8.5.0 @@ -38,7 +38,7 @@ devDependencies: '@types/react-dom': 17.0.14 '@typescript-eslint/eslint-plugin': 5.17.0_689ff565753ecf7c3328c07fad067df5 '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3 - '@vitejs/plugin-legacy': 1.7.1_vite@2.9.1 + '@vitejs/plugin-legacy': 1.8.0_vite@2.9.1 '@vitejs/plugin-react': 1.3.0 eslint: 8.12.0 eslint-config-prettier: 8.5.0_eslint@8.12.0 @@ -297,8 +297,8 @@ packages: '@babel/types': 7.17.0 dev: true - /@babel/standalone/7.17.2: - resolution: {integrity: sha512-Adjbjnlk0IBuBEldyuicdIeq1P/YI5nfm7HnOVd8blGDRetPW2NllESjlrItMKORWVuILWqKe10D+b8yEybeBA==} + /@babel/standalone/7.17.8: + resolution: {integrity: sha512-tr3SDpVnxR/fzrxyG+HZPAyEA9eTHZIAjy4eqrc7m+KBwsdo1YvTbUfJ6teWHQ177mk6GmdmltsIiOYCcvRPWA==} engines: {node: '>=6.9.0'} dev: true @@ -890,15 +890,15 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-legacy/1.7.1_vite@2.9.1: - resolution: {integrity: sha512-RqgILXsGpfV7NHodVCdBVau8ss5+ynMXp6JGF/F7nhSy0bnwSQPlMS3KFqh7twfifXK8VuMriqfU4CxOiqmNnA==} + /@vitejs/plugin-legacy/1.8.0_vite@2.9.1: + resolution: {integrity: sha512-S3+uL1zp8GLUbmJAQk2wQbZLTyISKRFSMBwCFI3XQVRD3OZshqkiPyOKdRiSPlP9HoGz+q90kk+1qPm1tJRqCg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.8.0 dependencies: - '@babel/standalone': 7.17.2 - core-js: 3.21.0 - magic-string: 0.25.7 + '@babel/standalone': 7.17.8 + core-js: 3.21.1 + magic-string: 0.26.1 regenerator-runtime: 0.13.9 systemjs: 6.12.1 vite: 2.9.1 @@ -1351,8 +1351,8 @@ packages: safe-buffer: 5.1.2 dev: true - /core-js/3.21.0: - resolution: {integrity: sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==} + /core-js/3.21.1: + resolution: {integrity: sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==} requiresBuild: true dev: true @@ -2710,8 +2710,9 @@ packages: yallist: 4.0.0 dev: true - /magic-string/0.25.7: - resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} + /magic-string/0.26.1: + resolution: {integrity: sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg==} + engines: {node: '>=12'} dependencies: sourcemap-codec: 1.4.8 dev: true