update package information

This commit is contained in:
mahula 2023-11-17 19:23:55 +01:00
parent 69b96ddf87
commit e0e2374549
2 changed files with 16648 additions and 2 deletions

16644
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,8 @@
"scripts": {
"db:seed": "cd backend && yarn run db:seed",
"db:reset": "cd backend && yarn run db:reset",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build .",
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
"cypress:run": "cypress run --e2e --browser electron --config-file ./cypress/cypress.config.js",
"cypress:open": "cypress open --e2e --browser electron --config-file ./cypress/cypress.config.js",
"cucumber:setup": "cd backend && yarn run dev",
@ -39,8 +41,6 @@
"@badeball/cypress-cucumber-preprocessor": "^19.1.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@faker-js/faker": "8.2.0",
"@vuepress/plugin-search": "^2.0.0-rc.0",
"@vuepress/plugin-toc": "^2.0.0-rc.0",
"auto-changelog": "^2.3.0",
"bcryptjs": "^2.4.3",
"cross-env": "^7.0.3",
@ -60,6 +60,8 @@
"rosie": "^2.1.0",
"slug": "^8.2.3",
"vuepress": "^2.0.0-rc.0",
"vuepress-plugin-search-pro": "^2.0.0-rc.0",
"vuepress-theme-hope": "^2.0.0-rc.0",
"wait-on": "^7.0.1"
},
"resolutions": {