Skip to content

Commit

Permalink
fix: 📦 updated data.gouv.fr-components, fixing error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorek57 committed Nov 28, 2023
1 parent b5b75cc commit 31e9222
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky install"
},
"dependencies": {
"@etalab/data.gouv.fr-components": "^1.5.6",
"@etalab/data.gouv.fr-components": "^1.6.0",
"@gouvminint/vue-dsfr": "^3.6.0",
"@vueform/multiselect": "^2.6.2",
"axios": "^1.6.2",
Expand Down
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { i18n } from '@etalab/data.gouv.fr-components'
import { setupI18n } from '@etalab/data.gouv.fr-components'
import '@etalab/data.gouv.fr-components/dist/style.css'
import '@gouvfr/dsfr/dist/dsfr.min.css'
import '@gouvfr/dsfr/dist/utility/utility.min.css'
Expand All @@ -22,6 +22,7 @@ import router from './router'

const app = createApp(App)
const pinia = createPinia()
const i18n = setupI18n()

app.use(router)
app.use(VueDsfr, { icons: Object.values(icons) })
Expand Down

0 comments on commit 31e9222

Please sign in to comment.