Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit 5802023

Browse files
committed
[fixed] updated dependencies
1 parent 7d08bf9 commit 5802023

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
55
"main": "lib/index.js",
66
"engines": {
7-
"node": ">=6.9.5",
7+
"node": ">=6.10.0",
88
"npm": ">=3.10.10"
99
},
1010
"scripts": {
11-
"test": "babel-node ./node_modules/.bin/isparta cover _mocha --root src -- -R nyan",
11+
"test": "babel-node node_modules/.bin/isparta cover _mocha --root src -- -R nyan",
1212
"docs-build": "babel-node bin/docs",
1313
"docs-watch": "babel-node bin/docs-watch",
14-
"lint": "flow && eslint ./",
14+
"lint": "flow && eslint .",
1515
"build": "babel-node bin/build",
1616
"release": "release"
1717
},
@@ -63,60 +63,60 @@
6363
},
6464
"homepage": "https://thealjey.github.io/webcompiler",
6565
"dependencies": {
66-
"autoprefixer": "^6.7.3",
67-
"babel-cli": "^6.23.0",
68-
"babel-core": "^6.23.1",
66+
"autoprefixer": "^6.7.7",
67+
"babel-cli": "^6.24.0",
68+
"babel-core": "^6.24.0",
6969
"babel-eslint": "^7.1.1",
70-
"babel-loader": "^6.3.2",
71-
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
70+
"babel-loader": "^6.4.0",
71+
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
7272
"babel-plugin-transform-runtime": "^6.23.0",
7373
"babel-polyfill": "^6.23.0",
74-
"babel-preset-es2015": "^6.22.0",
74+
"babel-preset-es2015": "^6.24.0",
7575
"babel-preset-es2016": "^6.22.0",
7676
"babel-preset-es2017": "^6.22.0",
7777
"babel-preset-react": "^6.23.0",
7878
"babel-preset-stage-2": "^6.22.0",
7979
"babel-runtime": "^6.23.0",
8080
"cheerio": "^0.22.0",
8181
"clean-stack": "^1.1.1",
82-
"codemirror": "^5.23.0",
83-
"cross-spawn": "^5.0.1",
82+
"codemirror": "^5.24.2",
83+
"cross-spawn": "^5.1.0",
8484
"docdash": "^0.4.0",
8585
"error-stack-parser": "^2.0.0",
86-
"eslint": "^3.15.0",
87-
"eslint-plugin-babel": "^4.0.1",
88-
"eslint-plugin-flowtype": "^2.30.0",
86+
"eslint": "^3.17.1",
87+
"eslint-plugin-babel": "^4.1.1",
88+
"eslint-plugin-flowtype": "^2.30.3",
8989
"eslint-plugin-jsx-a11y": "^4.0.0",
9090
"eslint-plugin-lodash": "^2.3.5",
9191
"eslint-plugin-react": "^6.10.0",
9292
"fb-watchman": "^2.0.0",
93-
"flow-bin": "^0.37.4",
94-
"js-yaml": "^3.8.1",
93+
"flow-bin": "^0.41.0",
94+
"js-yaml": "^3.8.2",
9595
"jsdoc": "^3.4.3",
96-
"jsdom": "^9.11.0",
96+
"jsdom": "^9.12.0",
9797
"json-loader": "^0.5.4",
9898
"lodash": "^4.17.4",
9999
"memory-fs": "^0.4.1",
100100
"mkdirp": "^0.5.1",
101101
"node-sass": "^4.5.0",
102102
"node-sass-import-once": "^1.2.0",
103103
"null-loader": "^0.1.1",
104-
"postcss": "^5.2.14",
104+
"postcss": "^5.2.16",
105105
"react": "^15.4.2",
106106
"react-dom": "^15.4.2",
107107
"react-hot-loader": "^1.3.1",
108108
"remarkable": "^1.7.1",
109-
"serve-static": "^1.11.2",
110-
"stylelint": "^7.8.0",
109+
"serve-static": "^1.12.1",
110+
"stylelint": "^7.9.0",
111111
"stylelint-config-standard": "^16.0.0",
112-
"stylelint-scss": "^1.4.1",
112+
"stylelint-scss": "^1.4.3",
113113
"tiny-lr": "^1.0.3",
114114
"webpack": "^1.14.0",
115115
"webpack-dev-server": "^1.16.3"
116116
},
117117
"devDependencies": {
118118
"chai": "^3.5.0",
119-
"coveralls": "^2.11.16",
119+
"coveralls": "^2.12.0",
120120
"isparta": "^4.0.0",
121121
"mocha": "^3.2.0",
122122
"mt-changelog": "^0.6.2",

0 commit comments

Comments
 (0)