|
4 | 4 | "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.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "engines": { |
7 | | - "node": ">=6.9.5", |
| 7 | + "node": ">=6.10.0", |
8 | 8 | "npm": ">=3.10.10" |
9 | 9 | }, |
10 | 10 | "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", |
12 | 12 | "docs-build": "babel-node bin/docs", |
13 | 13 | "docs-watch": "babel-node bin/docs-watch", |
14 | | - "lint": "flow && eslint ./", |
| 14 | + "lint": "flow && eslint .", |
15 | 15 | "build": "babel-node bin/build", |
16 | 16 | "release": "release" |
17 | 17 | }, |
|
63 | 63 | }, |
64 | 64 | "homepage": "https://thealjey.github.io/webcompiler", |
65 | 65 | "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", |
69 | 69 | "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", |
72 | 72 | "babel-plugin-transform-runtime": "^6.23.0", |
73 | 73 | "babel-polyfill": "^6.23.0", |
74 | | - "babel-preset-es2015": "^6.22.0", |
| 74 | + "babel-preset-es2015": "^6.24.0", |
75 | 75 | "babel-preset-es2016": "^6.22.0", |
76 | 76 | "babel-preset-es2017": "^6.22.0", |
77 | 77 | "babel-preset-react": "^6.23.0", |
78 | 78 | "babel-preset-stage-2": "^6.22.0", |
79 | 79 | "babel-runtime": "^6.23.0", |
80 | 80 | "cheerio": "^0.22.0", |
81 | 81 | "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", |
84 | 84 | "docdash": "^0.4.0", |
85 | 85 | "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", |
89 | 89 | "eslint-plugin-jsx-a11y": "^4.0.0", |
90 | 90 | "eslint-plugin-lodash": "^2.3.5", |
91 | 91 | "eslint-plugin-react": "^6.10.0", |
92 | 92 | "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", |
95 | 95 | "jsdoc": "^3.4.3", |
96 | | - "jsdom": "^9.11.0", |
| 96 | + "jsdom": "^9.12.0", |
97 | 97 | "json-loader": "^0.5.4", |
98 | 98 | "lodash": "^4.17.4", |
99 | 99 | "memory-fs": "^0.4.1", |
100 | 100 | "mkdirp": "^0.5.1", |
101 | 101 | "node-sass": "^4.5.0", |
102 | 102 | "node-sass-import-once": "^1.2.0", |
103 | 103 | "null-loader": "^0.1.1", |
104 | | - "postcss": "^5.2.14", |
| 104 | + "postcss": "^5.2.16", |
105 | 105 | "react": "^15.4.2", |
106 | 106 | "react-dom": "^15.4.2", |
107 | 107 | "react-hot-loader": "^1.3.1", |
108 | 108 | "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", |
111 | 111 | "stylelint-config-standard": "^16.0.0", |
112 | | - "stylelint-scss": "^1.4.1", |
| 112 | + "stylelint-scss": "^1.4.3", |
113 | 113 | "tiny-lr": "^1.0.3", |
114 | 114 | "webpack": "^1.14.0", |
115 | 115 | "webpack-dev-server": "^1.16.3" |
116 | 116 | }, |
117 | 117 | "devDependencies": { |
118 | 118 | "chai": "^3.5.0", |
119 | | - "coveralls": "^2.11.16", |
| 119 | + "coveralls": "^2.12.0", |
120 | 120 | "isparta": "^4.0.0", |
121 | 121 | "mocha": "^3.2.0", |
122 | 122 | "mt-changelog": "^0.6.2", |
|
0 commit comments