Skip to content

Commit 7de58ea

Browse files
committed
chore(monorepo): fix versions and use clean bootstrap
1 parent 206749b commit 7de58ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "lerna run test",
3434
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
3535
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
36-
"appveyor:lint": "lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint",
36+
"appveyor:lint": "npm run clean:all && npm install && lerna bootstrap --hoist --npm-client=npm --nohoist=eslint && npm run lint",
3737
"appveyor:test": "lerna run test && npm run reportCoverage",
3838
"travis:integration": "lerna run test && npm run reportCoverage",
3939
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
@@ -94,11 +94,11 @@
9494
}
9595
},
9696
"dependencies": {
97-
"chalk": "^2.3.2",
97+
"chalk": "^2.4.1",
9898
"cross-spawn": "^6.0.5",
9999
"enhanced-resolve": "^4.0.0",
100100
"import-local": "^1.0.0",
101-
"inquirer": "^5.1.0",
101+
"inquirer": "^5.2.0",
102102
"interpret": "^1.0.4",
103103
"loader-utils": "^1.1.0",
104104
"supports-color": "^5.3.0",
@@ -133,7 +133,7 @@
133133
"schema-utils": "^0.4.5",
134134
"semantic-release": "^15.1.8",
135135
"webpack": "^4.2.0",
136-
"webpack-dev-server": "^3.0.0",
136+
"webpack-dev-server": "^3.1.4",
137137
"travis-deploy-once": "^5.0.0"
138138
},
139139
"files": [

0 commit comments

Comments
 (0)