We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e837b25 commit b1e9af0Copy full SHA for b1e9af0
package.json
@@ -71,7 +71,7 @@
71
},
72
"peerDependencies": {
73
"@iconify/vue": "^4.1.2",
74
- "vue": "^3.4.38",
+ "vue": "^3.5.13",
75
"vue-router": "^4.4.3"
76
77
"dependencies": {
src/components/DsfrNavigation/DsfrNavigationItem.spec.ts
@@ -1,6 +1,6 @@
1
import { render } from '@testing-library/vue'
2
// import '@gouvfr/dsfr/dist/core/core.module.js'
3
-import { useId } from 'vue-demi'
+import { useId } from 'vue'
4
5
import DsfrNavigationItem from './DsfrNavigationItem.vue'
6
0 commit comments