|
12 | 12 | "webpackify-eslint": "node tools/webpackify-eslint",
|
13 | 13 | "develop": "NODE_ENV=development PORT=8014 concurrently --kill-others 'nodemon ./packages/backend --watch packages/backend' 'webpack-dev-server --no-info --config webpack'",
|
14 | 14 | "build": "NODE_ENV=production webpack --config webpack --display-error-details",
|
15 |
| - "upgrade": "rimraf package-lock.json && ncu -a -x eslint-plugin-jsx-a11y && npm install && lerna exec --concurrency 1 -- rimraf package-lock.json && lerna exec --concurrency 1 -- ncu -a && lerna exec -- npm install", |
| 15 | + "upgrade": "rimraf package-lock.json && ncu -a -x eslint-plugin-jsx-a11y,semantic-release && npm install && lerna exec --concurrency 1 -- rimraf package-lock.json && lerna exec --concurrency 1 -- ncu -a && lerna exec -- npm install", |
16 | 16 | "semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post",
|
17 | 17 | "deploy": "pm2 deploy ecosystem.config.js production --force",
|
18 | 18 | "travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
|
|
57 | 57 | },
|
58 | 58 | "homepage": "https://github.com/circlecell/validatejavascript.com#readme",
|
59 | 59 | "devDependencies": {
|
60 |
| - "babel-core": "^6.25.0", |
61 |
| - "babel-eslint": "^7.2.3", |
62 |
| - "babel-loader": "^7.1.1", |
| 60 | + "babel-core": "^6.26.3", |
| 61 | + "babel-eslint": "^8.2.3", |
| 62 | + "babel-loader": "^7.1.4", |
63 | 63 | "babel-preset-es2015": "^6.24.1",
|
64 | 64 | "babel-preset-stage-0": "^6.24.1",
|
65 |
| - "concurrently": "^3.5.0", |
66 |
| - "copy-webpack-plugin": "^4.0.1", |
67 |
| - "css-loader": "^0.28.4", |
68 |
| - "errno": "^0.1.4", |
69 |
| - "eslint": "^4.3.0", |
70 |
| - "eslint-config-airbnb-base": "^11.3.1", |
71 |
| - "eslint-plugin-import": "^2.7.0", |
72 |
| - "espree": "^3.4.3", |
73 |
| - "extract-text-webpack-plugin": "^3.0.0", |
74 |
| - "ghooks": "^2.0.0", |
75 |
| - "html-webpack-plugin": "^2.29.0", |
76 |
| - "if-env": "^1.0.0", |
| 65 | + "concurrently": "^3.5.1", |
| 66 | + "copy-webpack-plugin": "^4.5.1", |
| 67 | + "css-loader": "^0.28.11", |
| 68 | + "errno": "^0.1.7", |
| 69 | + "eslint": "^4.19.1", |
| 70 | + "eslint-config-airbnb-base": "^12.1.0", |
| 71 | + "eslint-plugin-import": "^2.12.0", |
| 72 | + "espree": "^3.5.4", |
| 73 | + "extract-text-webpack-plugin": "^4.0.0-beta.0", |
| 74 | + "ghooks": "^2.0.4", |
| 75 | + "html-webpack-plugin": "^3.2.0", |
| 76 | + "if-env": "^1.0.4", |
77 | 77 | "last-release-git": "0.0.3",
|
78 |
| - "lerna": "^2.0.0", |
79 |
| - "nodemon": "^1.11.0", |
80 |
| - "npm": "^5.3.0", |
81 |
| - "npm-check-updates": "^2.12.1", |
| 78 | + "lerna": "^2.11.0", |
| 79 | + "loglevel": "^1.6.1", |
| 80 | + "nodemon": "^1.17.5", |
| 81 | + "npm": "^6.1.0", |
| 82 | + "npm-check-updates": "^2.14.2", |
82 | 83 | "open-browser-webpack-plugin": "0.0.5",
|
83 | 84 | "opn-cli": "^3.1.0",
|
84 |
| - "postcss-calc": "^6.0.0", |
85 |
| - "postcss-cssnext": "^3.0.2", |
86 |
| - "postcss-loader": "^2.0.6", |
87 |
| - "postcss-nested": "^2.1.0", |
88 |
| - "rimraf": "^2.6.1", |
| 85 | + "postcss-calc": "^6.0.1", |
| 86 | + "postcss-cssnext": "^3.1.0", |
| 87 | + "postcss-loader": "^2.1.5", |
| 88 | + "postcss-nested": "^3.0.0", |
| 89 | + "rimraf": "^2.6.2", |
89 | 90 | "semantic-release": "^6.3.6",
|
90 |
| - "semver": "^5.4.1", |
91 |
| - "style-loader": "^0.18.2", |
| 91 | + "semver": "^5.5.0", |
| 92 | + "style-loader": "^0.21.0", |
92 | 93 | "validate-commit-msg": "^2.14.0",
|
93 |
| - "webpack": "^3.4.1", |
94 |
| - "webpack-dev-server": "^2.6.1", |
95 |
| - "loglevel": "^1.4.1" |
| 94 | + "webpack": "^4.9.1", |
| 95 | + "webpack-cli": "^2.1.4", |
| 96 | + "webpack-dev-server": "^3.1.4" |
96 | 97 | }
|
97 | 98 | }
|
0 commit comments