Merge pull request #403 from Safelite/refactor/package-updates

Additional package updates
This commit is contained in:
Jeremy-Z 2023-08-09 10:58:49 -04:00 committed by GitHub
commit 7ed827baeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": { "dependencies": {
"axios": "^1.4.0", "axios": "^1.4.0",
"axios-retry": "^3.5.0",
"bootstrap": "^5.3", "bootstrap": "^5.3",
"maska": "^1.5.0", "maska": "^1.5.0",
"pinia": "^2.1.4", "pinia": "^2.1.4",
@ -26,6 +27,7 @@
"vue-router": "4.2.4" "vue-router": "4.2.4"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@pinia/testing": "0.1.2", "@pinia/testing": "0.1.2",
"@testing-library/jest-dom": "5.16.5", "@testing-library/jest-dom": "5.16.5",
"@testing-library/user-event": "14.4.3", "@testing-library/user-event": "14.4.3",
@ -34,10 +36,11 @@
"@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0", "@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-service": "~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", "@vue/vue3-jest": "^27.0.0-alpha.1",
"axios-mock-adapter": "^1.21.5",
"babel-jest": "^27.0.6", "babel-jest": "^27.0.6",
"eslint": "8.29.0", "eslint": "8.45.0",
"eslint-config-airbnb-base": "15.0.0", "eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-alias": "1.1.2", "eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "2.26.0", "eslint-plugin-import": "2.26.0",
@ -47,6 +50,7 @@
"jsdoc": "^4.0.2", "jsdoc": "^4.0.2",
"sass": "^1.32.7", "sass": "^1.32.7",
"sass-loader": "^12.0.0", "sass-loader": "^12.0.0",
"vitest": "^0.32.4" "vitest": "^0.33.0",
"volar-service-vetur": "latest"
} }
} }