Skip to content

Commit 7fa0c38

Browse files
committed
deps: Update to latest.
1 parent 259e7a6 commit 7fa0c38

File tree

2 files changed

+823
-831
lines changed

2 files changed

+823
-831
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"author": "Miles Johnson",
1717
"license": "MIT",
1818
"scripts": {
19+
"prepare": "beemo create-config --silent",
1920
"build": "beemo typescript",
2021
"coverage": "yarn run jest --coverage",
2122
"eslint": "beemo eslint",
@@ -29,11 +30,11 @@
2930
"posttest": "yarn run eslint"
3031
},
3132
"devDependencies": {
32-
"@milesj/build-tools": "^0.59.2",
33-
"@types/node": "^12.12.7",
33+
"@milesj/build-tools": "^0.60.4",
34+
"@types/node": "^12.12.14",
3435
"@types/shelljs": "^0.8.6",
35-
"conventional-changelog-core": "^4.1.0",
36-
"conventional-recommended-bump": "^6.0.4",
36+
"conventional-changelog-core": "^4.1.1",
37+
"conventional-recommended-bump": "^6.0.5",
3738
"shelljs": "^0.8.3"
3839
},
3940
"beemo": {

0 commit comments

Comments
 (0)