Skip to content

Commit

Permalink
upgrade filenamify to ^4.1.0 in botbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum committed Jul 3, 2019
1 parent 9105d5c commit f2d9aee
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 1,099 deletions.
138 changes: 4 additions & 134 deletions libraries/botbuilder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@types/filenamify": "^2.0.1",
"@types/node": "^10.12.18",
"botbuilder-core": "~4.1.6",
"botframework-connector": "~4.1.6",
"filenamify": "^2.0.0",
"filenamify": "^4.1.0",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
"assert": "^1.4.1",
"chatdown": "^1.0.2",
"codelyzer": "^4.1.0",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
Expand Down
Loading

0 comments on commit f2d9aee

Please sign in to comment.