Run 'npm install' on frontend to fix 'package-lock.json'

This commit is contained in:
Wolfgang Huß 2024-09-17 09:09:16 +02:00
parent cdb733767c
commit 47804284aa

View File

@ -50,7 +50,6 @@
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"chromatic": "^11.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
@ -11032,29 +11031,6 @@
"node": ">=10"
}
},
"node_modules/chromatic": {
"version": "11.5.0",
"resolved": "https://registry.npmjs.org/chromatic/-/chromatic-11.5.0.tgz",
"integrity": "sha512-mugneDXjkLIrAR+884EXz3lF443nG70XqzCj+6D95h9zFSq5pAEAUOeMeh5V2hUAh8qVar4+US2lsacEYugPnw==",
"dev": true,
"bin": {
"chroma": "dist/bin.js",
"chromatic": "dist/bin.js",
"chromatic-cli": "dist/bin.js"
},
"peerDependencies": {
"@chromatic-com/cypress": "^0.*.* || ^1.0.0",
"@chromatic-com/playwright": "^0.*.* || ^1.0.0"
},
"peerDependenciesMeta": {
"@chromatic-com/cypress": {
"optional": true
},
"@chromatic-com/playwright": {
"optional": true
}
}
},
"node_modules/ci-info": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",