Skip to content

Commit dc8b828

Browse files
committed
build: update dep dev
1 parent f4d3eed commit dc8b828

2 files changed

Lines changed: 62 additions & 166 deletions

File tree

package-lock.json

Lines changed: 57 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",
2525
"pretest": "npm run build",
26-
"test": "nyc ava --timeout=1m --verbose"
26+
"test": "nyc ava test/test-cli.js --timeout=1m --verbose"
2727
},
2828
"files": [
2929
"lib/"
@@ -37,9 +37,9 @@
3737
"cosmiconfig": "^7.0.0",
3838
"fast-glob": "^3.2.4",
3939
"make-dir": "^3.0.0",
40-
"meow": "^7.0.1",
40+
"meow": "^7.1.0",
4141
"merge-options": "^2.0.0",
42-
"posthtml": "^0.13.1",
42+
"posthtml": "^0.13.2",
4343
"to-camel-case": "^1.0.0"
4444
},
4545
"devDependencies": {
@@ -50,12 +50,12 @@
5050
"@babel/register": "^7.10.5",
5151
"@commitlint/cli": "^9.1.1",
5252
"@commitlint/config-angular": "^9.1.1",
53-
"acorn": "^7.4.0",
53+
"acorn": "^8.0.1",
5454
"ava": "^3.11.1",
5555
"babel-eslint": "^10.0.3",
5656
"babel-preset-minify": "^0.5.1",
5757
"clinton": "^0.14.0",
58-
"conventional-changelog-cli": "^2.0.31",
58+
"conventional-changelog-cli": "^2.1.0",
5959
"coveralls": "^3.0.9",
6060
"cpy": "^8.0.0",
6161
"eslint": "^7.6.0",

0 commit comments

Comments
 (0)