Skip to content

Commit e1eaa05

Browse files
committed
chore: deps
1 parent 7edb8d1 commit e1eaa05

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.9",
44
"description": "Highcharts component for Vue",
55
"main": "dist/vue-highcharts.js",
6-
"jsnext:main": "src/index.js",
6+
"module": "src/index.js",
77
"files": [
88
"dist",
99
"src"
@@ -36,23 +36,24 @@
3636
},
3737
"homepage": "https://github.com/weizhenye/vue-highcharts#readme",
3838
"peerDependencies": {
39-
"highcharts": ">=4.2.0"
39+
"highcharts": ">=4.2.0",
40+
"vue": ">=1.0.0"
4041
},
4142
"devDependencies": {
4243
"chai": "^3.5.0",
43-
"eslint": "^3.8.1",
44-
"eslint-config-google": "^0.7.0",
45-
"highcharts": "^5.0.0",
46-
"karma": "^1.3.0",
44+
"eslint": "^3.19.0",
45+
"eslint-config-google": "^0.7.1",
46+
"highcharts": "^5.0.10",
47+
"karma": "^1.6.0",
4748
"karma-chai": "^0.1.0",
4849
"karma-coverage": "^1.1.1",
49-
"karma-mocha": "^1.2.0",
50-
"karma-phantomjs-launcher": "^1.0.2",
50+
"karma-mocha": "^1.3.0",
51+
"karma-phantomjs-launcher": "^1.0.4",
5152
"karma-rollup-plugin": "^0.2.4",
52-
"mocha": "^3.1.2",
53-
"phantomjs-prebuilt": "^2.1.13",
54-
"rollup": "^0.36.3",
55-
"uglify-js": "^2.7.3",
56-
"vue": "^2.0.3"
53+
"mocha": "^3.3.0",
54+
"phantomjs-prebuilt": "^2.1.14",
55+
"rollup": "^0.41.6",
56+
"uglify-js": "^2.8.22",
57+
"vue": "^2.3.0"
5758
}
5859
}
File renamed without changes.

src/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import clone from './clone.js';
2-
import ctors from './constrators.js';
2+
import ctors from './constructors.js';
33

44
function render(createElement) {
55
return createElement('div');

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import HighchartsOnly from 'highcharts';
2-
import ctors from './constrators.js';
2+
import ctors from './constructors.js';
33
import create from './create.js';
44

55
function install(Vue, options) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy