Add package-lock.json to repo to prevent unforeseen dependency issues

This commit is contained in:
Ramon Wenger 2022-11-10 10:34:01 +01:00
parent 3d53885572
commit 1c93a1d3aa
3 changed files with 11941 additions and 3 deletions

1
.gitignore vendored
View File

@ -278,7 +278,6 @@ vendors.js
*.min.js
.env
package-lock.json
cypress/videos
cypress/screenshots
cypress/test-reports

11939
client/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.14",
"@vitejs/plugin-vue": "^3.0.3",
"@volar/vue-typescript": "^0.40.13",
"@volar/vue-typescript": "^1.0.9",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.2",
@ -56,6 +56,6 @@
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitest": "^0.22.1",
"vue-tsc": "^0.40.4"
"vue-tsc": "^1.0.9"
}
}