Skip to content

Commit 94ce3c0

Browse files
committed
fix: Adding missing dependency on nuxt-svg-icon-sprite
1 parent d15b0d4 commit 94ce3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"changelogen": "^0.6.2",
2323
"eslint": "^9.34.0",
2424
"nuxt": "^4.0.3",
25-
"nuxt-svg-icon-sprite": "2.0.2",
2625
"playwright": "^1.55.0",
2726
"playwright-core": "^1.55.0",
2827
"typescript": "^5.9.2",
@@ -32,6 +31,7 @@
3231
},
3332
"dependencies": {
3433
"lazysizes": "^5.3.2",
35-
"markdown-it": "^14.1.0"
34+
"markdown-it": "^14.1.0",
35+
"nuxt-svg-icon-sprite": "2.0.2"
3636
}
3737
}

0 commit comments

Comments
 (0)