Skip to content

Commit

Permalink
🚨 vue-dash: Fix lint warnings (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored May 20, 2021
1 parent e56a277 commit 69367f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
- 🔥 **Suppressions**
- **config:** Suppression du composant `PageCard` pour le tree-shaking de VueDot ([#1070](https://github.com/assurance-maladie-digital/design-system/pull/1070)) ([66f63e7](https://github.com/assurance-maladie-digital/design-system/commit/66f63e7c25ca9f5956cf24aeea113fc298e4329c))

- 🚨 **Lint**
- **global:** Correction des erreurs de lint ([#1110](https://github.com/assurance-maladie-digital/design-system/pull/1110))

### FormBuilder

- ♻️ **Refactoring**
Expand Down Expand Up @@ -78,7 +81,7 @@
- **vuetify:** Mise à jour vers la `v2.5.0` ([#1098](https://github.com/assurance-maladie-digital/design-system/pull/1098)) ([3cc6ef7](https://github.com/assurance-maladie-digital/design-system/commit/3cc6ef747f8bfba6e3e3682941a5d41eeb994875))
- **sass:** Mise à jour vers la `v1.32.13` ([#1100](https://github.com/assurance-maladie-digital/design-system/pull/1100)) ([817c813](https://github.com/assurance-maladie-digital/design-system/commit/817c813798adc6204952703dd2964d45453bb40c))
- **babel:** Mise à jour du monorepo vers la `v7.14.3` ([#1101](https://github.com/assurance-maladie-digital/design-system/pull/1101)) ([9352e52](https://github.com/assurance-maladie-digital/design-system/commit/9352e5232881a56ebeb9157f6b6adc967db2005f))
- **vue-input-facade:** Mise à jour vers la `v1.3.4` ([#1095](https://github.com/assurance-maladie-digital/design-system/pull/1095))
- **vue-input-facade:** Mise à jour vers la `v1.3.4` ([#1095](https://github.com/assurance-maladie-digital/design-system/pull/1095)) ([e56a277](https://github.com/assurance-maladie-digital/design-system/commit/e56a277874342306f41d4c50502876585b53a746))

## v2.0.0-beta.9

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function extendPackage(api, options) {
'vue-meta': '^2.4.0',
'vue-router': '^3.5.1',
'vuetify': '^2.4.11',
"vuex": "^3.4.0"
'vuex': '^3.4.0'
},
devDependencies: {
'@babel/core': '^7.13.16',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">

<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="{BASE_URL}css/base.css">
<link rel="stylesheet" href="{BASE_URL}css/loader.css">
Expand Down

0 comments on commit 69367f6

Please sign in to comment.