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 ff2fcab commit 6206803Copy full SHA for 6206803
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue3-code-block",
3
- "version": "2.0.3",
+ "version": "2.0.2",
4
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
5
"private": false,
6
"main": "dist/vue3-code-block.js",
@@ -68,10 +68,12 @@
68
"wdns"
69
],
70
"peerDependencies": {
71
+ "vue": "^3.2.47"
72
+ },
73
+ "dependencies": {
74
"highlight.js": "^11.7.0",
75
"prismjs": "^1.29.0",
- "ua-parser-js": "^1.0.35",
- "vue": "^3.2.47"
76
+ "ua-parser-js": "^1.0.35"
77
},
78
"devDependencies": {
79
"@babel/core": "^7.21.4",
0 commit comments