Merge pull request #73 from pastebinrun/8ecedependabot/npm_and_yarn/vite-3.0.3

Bump vite from 3.0.2 to 3.0.3
This commit is contained in:
Konrad Borowski 2022-07-26 07:24:57 +02:00 committed by GitHub
commit 8ac482f860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -35,7 +35,7 @@
"prettier": "^2.7.1",
"solid-testing-library": "^0.3.0",
"typescript": "4.7.4",
"vite": "^3.0.2",
"vite": "^3.0.3",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.19.1"
}
@ -4399,9 +4399,9 @@
"dev": true
},
"node_modules/vite": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.2.tgz",
"integrity": "sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.3.tgz",
"integrity": "sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.47",
@ -7859,9 +7859,9 @@
"dev": true
},
"vite": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.2.tgz",
"integrity": "sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.3.tgz",
"integrity": "sha512-sDIpIcl3mv1NUaSzZwiXGEy1ZoWwwC2vkxUHY6yiDacR6zf//ZFuBJrozO62gedpE43pmxnLATNR5IYUdAEkMQ==",
"dev": true,
"requires": {
"esbuild": "^0.14.47",

View File

@ -33,7 +33,7 @@
"prettier": "^2.7.1",
"solid-testing-library": "^0.3.0",
"typescript": "4.7.4",
"vite": "^3.0.2",
"vite": "^3.0.3",
"vite-plugin-solid": "^2.3.0",
"vitest": "0.19.1"
}