Skip to content

Commit b85d0dd

Browse files
committed
Bump version numbers
1 parent 59e39af commit b85d0dd

File tree

2 files changed

+3837
-2165
lines changed

2 files changed

+3837
-2165
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
},
2020
"peerDependencies": {
2121
"parcel-bundler": "^1.9.0",
22-
"typescript": "^2.4.0"
22+
"typescript": "^3.4.5"
2323
},
2424
"dependencies": {
2525
"@babel/code-frame": "^7.0.0-beta.34",
2626
"body-parser": "^1.18.2",
2727
"chalk": "^2.3.0",
2828
"comment-json": "^1.1.3",
2929
"express": "^4.16.2",
30-
"find-up": "^2.1.0",
31-
"normalize-path": "^2.1.1",
32-
"resolve-from": "^4.0.0",
33-
"tmp": "^0.0.33",
30+
"find-up": "^3.0.0",
31+
"normalize-path": "^3.0.0",
32+
"resolve-from": "^5.0.0",
33+
"tmp": "^0.1.0",
3434
"tslib": "^1.8.1",
3535
"uuid": "^3.1.0"
3636
},
@@ -39,16 +39,16 @@
3939
"@types/comment-json": "^1.1.0",
4040
"@types/express": "^4.11.0",
4141
"@types/find-up": "^2.1.1",
42-
"@types/node": "~7.0.0",
43-
"@types/resolve-from": "^0.0.18",
44-
"@types/tmp": "^0.0.33",
42+
"@types/node": "~11.13.8",
43+
"@types/resolve-from": "^5.0.1",
44+
"@types/tmp": "^0.1.0",
4545
"@types/uuid": "^3.4.3",
46-
"husky": "^0.14.3",
46+
"husky": "^2.1.0",
4747
"npm-run-all": "^4.1.2",
4848
"parcel-bundler": "^1.2.0",
49-
"standard-version": "^4.2.0",
49+
"standard-version": "^5.0.2",
5050
"tslint": "^5.8.0",
51-
"tslint-eslint-rules": "^4.1.1",
52-
"typescript": "^2.7.2"
51+
"tslint-eslint-rules": "^5.4.0",
52+
"typescript": "^3.4.5"
5353
}
5454
}

0 commit comments

Comments
 (0)