Merge pull request #215 from protomaps/dependabot/npm_and_yarn/app/vite-2.9.16

Bump vite from 2.9.15 to 2.9.16 in /app
This commit is contained in:
Brandon Liu
2023-07-07 14:11:05 +08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@@ -40,7 +40,7 @@
"@vitejs/plugin-react": "^1.3.0",
"prettier": "^2.8.4",
"typescript": "^4.6.3",
"vite": "^2.9.13"
"vite": "^2.9.16"
}
},
"node_modules/@ampproject/remapping": {
@@ -3448,9 +3448,9 @@
}
},
"node_modules/vite": {
"version": "2.9.15",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz",
"integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==",
"version": "2.9.16",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.16.tgz",
"integrity": "sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.27",

View File

@@ -42,7 +42,7 @@
"@vitejs/plugin-react": "^1.3.0",
"prettier": "^2.8.4",
"typescript": "^4.6.3",
"vite": "^2.9.13"
"vite": "^2.9.16"
},
"overrides": {
"react": "$react",