npm update

This commit is contained in:
Eric van der Vlist 2023-04-23 16:59:53 +02:00
parent 65abffb5d9
commit a84b813066
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -59,7 +59,7 @@
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.0.4",
"vite": ">=4.3.0",
"vite": ">=4.3.1",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.30.1"
}
@ -8831,9 +8831,9 @@
"dev": true
},
"node_modules/vite": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.0.tgz",
"integrity": "sha512-JTGFgDh3dVxeGBpuQX04Up+JZmuG6wu9414Ei36vQzaEruY/M4K0AgwtuB2b4HaBgB7R8l+LHxjB0jcgz4d2qQ==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.1.tgz",
"integrity": "sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==",
"dependencies": {
"esbuild": "^0.17.5",
"postcss": "^8.4.21",

View File

@ -28,7 +28,7 @@
"license-report": "^6.4.0",
"shelljs": "^0.8.5",
"typescript": "^5.0.4",
"vite": ">=4.3.0",
"vite": ">=4.3.1",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.30.1"
},