Skip to content

Commit

Permalink
chore: ⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC committed Sep 28, 2023
1 parent 3a0f386 commit d466be9
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 972 deletions.
878 changes: 476 additions & 402 deletions frontend/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basegun",
"version": "3.1.0",
"version": "3.2.0",
"private": true,
"scripts": {
"preview": "vite preview",
Expand All @@ -16,36 +16,36 @@
"test:e2e-run": "FRONTEND_HOST=localhost FRONTEND_PORT=3000 cypress run --e2e --browser firefox"
},
"dependencies": {
"@gouvfr/dsfr": "~1.10.0",
"@gouvminint/vue-dsfr": "4.6.0",
"@gouvfr/dsfr": "~1.10.1",
"@gouvminint/vue-dsfr": "4.7.1",
"@vue/compat": "^3.3.4",
"@vueuse/core": "^10.4.1",
"axios": "^1.5.0",
"axios": "^1.5.1",
"pinia": "^2.1.6",
"stylelint-config-recommended-vue": "^1.5.0",
"swiper": "^10.2.0",
"swiper": "^10.3.1",
"vite": "^4.4.9",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.1",
"@unocss/transformer-directives": "^0.55.7",
"@unocss/transformer-variant-group": "^0.55.7",
"@unocss/transformer-directives": "^0.56.4",
"@unocss/transformer-variant-group": "^0.56.4",
"@vitejs/plugin-vue": "^4.3.4",
"cypress": "^13.2.0",
"eslint": "^8.48.0",
"cypress": "^13.3.0",
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.1",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"unocss": "^0.55.7",
"vite-plugin-pwa": "^0.16.4",
"unocss": "^0.56.4",
"vite-plugin-pwa": "^0.16.5",
"workbox-window": "^7.0.0"
},
"browserslist": [
Expand Down
9 changes: 0 additions & 9 deletions frontend/src/components/HeaderMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,4 @@ const quickLinks = [
bottom: 1rem;
}
.information {
position: absolute;
top: 12%;
right: 12%;
z-index: 999;
color: var(--blue-france-sun-113-625);
cursor: pointer;
}
</style>
1 change: 0 additions & 1 deletion frontend/src/components/ResultPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,3 @@ h4 {
}
</style>
@/utils/firearms-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ const backTo = computed(() => {
padding: .5rem;
}
:deep(.fr-radio-rich__pictogram) {
width: auto;
}
:deep(.fr-col-md-8),
:deep(.fr-col-lg-6) {
flex: 0 0 100%;
Expand Down
165 changes: 0 additions & 165 deletions frontend/src/views/GuideSecuringFirearm/SecuringSelectOptionStep1.vue

This file was deleted.

Loading

0 comments on commit d466be9

Please sign in to comment.