|
13 | 13 | "develop": "npm run bundle-configs && NODE_ENV=development webpack-dev-server --port 8014 --no-info --config webpack",
|
14 | 14 | "bundle": "npm run bundle-configs && NODE_ENV=production webpack --config webpack --display-error-details",
|
15 | 15 | "bundle-configs": "node tools/bundle-configs",
|
16 |
| - "check-updates": "ncu", |
17 |
| - "upgrade": "npm run check-updates -- --upgradeAll && npm install", |
| 16 | + "upgrade": "ncu -u -a -x eslint-plugin-jsx-a11y && npm install", |
18 | 17 | "semantic-release": "semantic-release pre && git stash && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && git stash apply --index && semantic-release post && ps -axf",
|
19 | 18 | "deploy": "pm2 deploy ecosystem.json production",
|
20 | 19 | "travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
|
21 |
| - "lint": "eslint . --cache" |
| 20 | + "lint": "eslint ." |
22 | 21 | },
|
23 | 22 | "config": {
|
24 | 23 | "validate-commit-msg": {
|
|
55 | 54 | },
|
56 | 55 | "homepage": "https://github.com/circlecell/eslint.io#readme",
|
57 | 56 | "devDependencies": {
|
58 |
| - "babel-core": "^6.18.2", |
59 |
| - "babel-loader": "^6.2.8", |
60 |
| - "babel-preset-es2015": "^6.18.0", |
61 |
| - "babel-preset-stage-0": "^6.16.0", |
62 |
| - "babel-register": "^6.18.0", |
| 57 | + "babel-core": "^6.24.1", |
| 58 | + "babel-loader": "^7.0.0", |
| 59 | + "babel-preset-es2015": "^6.24.1", |
| 60 | + "babel-preset-stage-0": "^6.24.1", |
| 61 | + "babel-register": "^6.24.1", |
63 | 62 | "copy-webpack-plugin": "^4.0.1",
|
64 |
| - "css-loader": "^0.26.0", |
65 |
| - "eslint": "^3.10.2", |
66 |
| - "eslint-config-airbnb": "^13.0.0", |
67 |
| - "eslint-config-airbnb-base": "^10.0.1", |
68 |
| - "eslint-config-canonical": "^5.5.0", |
69 |
| - "eslint-config-eslint": "^3.0.0", |
70 |
| - "eslint-config-google": "^0.7.0", |
71 |
| - "eslint-config-standard": "^6.2.1", |
72 |
| - "eslint-config-xo": "^0.17.0", |
| 63 | + "css-loader": "^0.28.4", |
| 64 | + "eslint": "^3.19.0", |
| 65 | + "eslint-config-airbnb": "^15.0.1", |
| 66 | + "eslint-config-airbnb-base": "^11.2.0", |
| 67 | + "eslint-config-canonical": "^8.2.1", |
| 68 | + "eslint-config-eslint": "^4.0.0", |
| 69 | + "eslint-config-google": "^0.8.0", |
| 70 | + "eslint-config-standard": "^10.2.1", |
| 71 | + "eslint-config-xo": "^0.18.2", |
73 | 72 | "eslint-plugin-jsx-a11y": "^2.2.3",
|
74 |
| - "espree": "^3.3.2", |
75 |
| - "extract-text-webpack-plugin": "^1.0.1", |
76 |
| - "ghooks": "^1.3.2", |
77 |
| - "html-webpack-plugin": "^2.24.1", |
| 73 | + "espree": "^3.4.3", |
| 74 | + "extract-text-webpack-plugin": "^2.1.0", |
| 75 | + "ghooks": "^2.0.0", |
| 76 | + "html-webpack-plugin": "^2.28.0", |
78 | 77 | "if-env": "^1.0.0",
|
79 |
| - "jasmine": "^2.5.2", |
| 78 | + "jasmine": "^2.6.0", |
80 | 79 | "json-loader": "^0.5.4",
|
81 |
| - "last-release-git": "0.0.2", |
| 80 | + "last-release-git": "0.0.3", |
82 | 81 | "minimist": "^1.2.0",
|
83 | 82 | "mkdirp": "^0.5.1",
|
84 |
| - "npm-check-updates": "^2.8.6", |
85 |
| - "open-browser-webpack-plugin": "0.0.3", |
86 |
| - "postcss-calc": "^5.3.1", |
87 |
| - "postcss-cssnext": "^2.8.0", |
88 |
| - "postcss-loader": "^1.1.1", |
89 |
| - "postcss-nested": "^1.0.0", |
90 |
| - "rimraf": "^2.5.4", |
91 |
| - "semantic-release": "^6.3.2", |
| 83 | + "npm": "^5.0.3", |
| 84 | + "npm-check-updates": "^2.11.3", |
| 85 | + "open-browser-webpack-plugin": "0.0.5", |
| 86 | + "postcss-calc": "^6.0.0", |
| 87 | + "postcss-cssnext": "^2.11.0", |
| 88 | + "postcss-loader": "^2.0.5", |
| 89 | + "postcss-nested": "^2.0.2", |
| 90 | + "rimraf": "^2.6.1", |
| 91 | + "semantic-release": "^6.3.6", |
92 | 92 | "semver": "^5.3.0",
|
93 |
| - "shelljs": "^0.7.5", |
94 |
| - "shx": "^0.2.1", |
95 |
| - "string-replace-loader": "^1.0.5", |
96 |
| - "style-loader": "^0.13.1", |
97 |
| - "validate-commit-msg": "^2.8.2", |
98 |
| - "webpack": "^1.13.3", |
99 |
| - "webpack-dev-server": "^1.16.2" |
| 93 | + "shelljs": "^0.7.7", |
| 94 | + "shx": "^0.2.2", |
| 95 | + "string-replace-loader": "^1.2.0", |
| 96 | + "style-loader": "^0.18.2", |
| 97 | + "validate-commit-msg": "^2.12.1", |
| 98 | + "webpack": "^2.6.1", |
| 99 | + "webpack-dev-server": "^2.4.5" |
100 | 100 | },
|
101 | 101 | "dependencies": {
|
102 |
| - "babel-eslint": "^7.1.1", |
103 |
| - "babel-polyfill": "^6.16.0", |
| 102 | + "babel-eslint": "^7.2.3", |
| 103 | + "babel-polyfill": "^6.23.0", |
104 | 104 | "bootstrap": "^4.0.0-alpha.4",
|
105 |
| - "codemirror": "^5.21.0", |
106 |
| - "eslint-plugin-jsx-a11y": "^3.0.1", |
107 |
| - "eslint-plugin-promise": "^3.4.0", |
108 |
| - "eslint-plugin-react": "^6.7.1", |
109 |
| - "eslint-plugin-standard": "^2.0.1", |
110 |
| - "matreshka": "^2.1.0" |
| 105 | + "codemirror": "^5.26.0", |
| 106 | + "eslint-plugin-promise": "^3.5.0", |
| 107 | + "eslint-plugin-react": "^7.0.1", |
| 108 | + "eslint-plugin-standard": "^3.0.1", |
| 109 | + "matreshka": "^2.4.0" |
111 | 110 | }
|
112 | 111 | }
|
0 commit comments