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 16643bf commit 27a9396Copy full SHA for 27a9396
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-plotly",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"private": false,
5
"scripts": {
6
"serve": "vue-cli-service serve ./example/main.js --open",
@@ -13,8 +13,7 @@
13
},
14
"dependencies": {
15
"plotly.js": "^1.45.2",
16
- "vue": "^2.6.9",
17
- "vue-highlight.js": "^3.1.0"
+ "vue": "^2.6.9"
18
19
"devDependencies": {
20
"@vue/cli-plugin-babel": "^3.5.0",
@@ -36,6 +35,7 @@
36
35
"less": "^3.0.4",
37
"less-loader": "^4.1.0",
38
"vue-cli-plugin-component": "^1.10.5",
+ "vue-highlight.js": "^3.1.0",
39
"vue-server-renderer": "^2.6.9",
40
"vue-template-compiler": "^2.6.9"
41
0 commit comments