Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Dec 11, 2018
1 parent c32c780 commit 5b4f044
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"coverage": "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"ava": "^0.25.0",
"babel-plugin-lodash": "^3.3.4",
"documentation": "^9.0.0",
"documentation-theme-bespoke": "^0.3.5",
"documentation-theme-bespoke": "^0.4.3",
"gulp": "^4.0.0",
"gulp-better-rollup": "^3.2.1",
"gulp-better-rollup": "^3.4.0",
"gulp-chmod": "^2.0.0",
"gulp-rename": "^1.3.0",
"gulp-strip-comments": "^2.5.2",
"nyc": "^12.0.2",
"rollup-plugin-babel": "^4.0.0-beta.5",
"semver-regex": "^2.0.0",
"shelljs": "^0.8.2",
"xo": "^0.21.1"
"shelljs": "^0.8.3",
"xo": "^0.23.0"
},
"dependencies": {
"@thebespokepixel/meta": "^0.2.2",
Expand All @@ -58,14 +58,14 @@
"es6-promisify": "^6.0.0",
"get-stdin": "^6.0.0",
"lodash": "^4.17.10",
"os-locale": "^2.1.0",
"os-locale": "^3.0.1",
"read-pkg-up": "^4.0.0",
"semver": "^5.5.0",
"term-ng": "^0.8.1",
"trucolor": "^0.6.10",
"trucolor": "^0.7.1",
"update-notifier": "^2.5.0",
"verbosity": "^0.9.1",
"yargs": "^11.0.0"
"verbosity": "^0.10.0",
"yargs": "^12.0.1"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 5b4f044

Please sign in to comment.