Additional package updates

This commit is contained in:
DavidAtSafelite 2023-08-09 07:36:54 -04:00
parent e3dc7c12b8
commit 24365dc4ac
2 changed files with 643 additions and 328 deletions

961
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,7 @@
},
"dependencies": {
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3",
"maska": "^1.5.0",
"pinia": "^2.1.4",
@ -26,6 +27,7 @@
"vue-router": "4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@pinia/testing": "0.1.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/user-event": "14.4.3",
@ -34,10 +36,11 @@
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/test-utils": "^2.0.0-0",
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6",
"eslint": "8.29.0",
"eslint": "8.45.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.26.0",
@ -47,6 +50,7 @@
"jsdoc": "^4.0.2",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"vitest": "^0.32.4"
"vitest": "^0.33.0",
"volar-service-vetur": "latest"
}
}