Skip to content

Commit 2466c2b

Browse files
author
Martynas Žilinskas
authored
Bumped dependencies. Added missing dependency. (#68)
1 parent a99866c commit 2466c2b

2 files changed

Lines changed: 27 additions & 13 deletions

File tree

package-lock.json

Lines changed: 22 additions & 9 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"!*.config.js"
2626
],
2727
"bin": {
28-
"scss-bundle": "./dist/cli/main.js"
28+
"scss-bundle": "dist/cli/main.js"
2929
},
3030
"author": "ReactWay <dev@reactway.com> (https://github.com/reactway)",
3131
"bugs": "https://github.com/reactway/scss-bundle/issues",
@@ -44,22 +44,23 @@
4444
},
4545
"dependencies": {
4646
"@types/archy": "^0.0.31",
47-
"@types/debug": "^4.1.4",
47+
"@types/debug": "^4.1.5",
4848
"@types/fs-extra": "^8.0.0",
4949
"@types/glob": "^7.1.1",
5050
"@types/lodash.debounce": "^4.0.6",
5151
"@types/sass": "^1.16.0",
5252
"archy": "^1.0.0",
5353
"chalk": "^2.4.2",
5454
"chokidar": "^3.0.2",
55-
"commander": "^2.20.0",
55+
"commander": "^3.0.0",
5656
"fs-extra": "^8.1.0",
5757
"globs": "^0.1.4",
5858
"lodash.debounce": "^4.0.8",
5959
"loglevel": "^1.6.3",
6060
"loglevel-plugin-prefix": "^0.8.4",
6161
"pretty-bytes": "^5.3.0",
62-
"sass": "^1.22.9"
62+
"sass": "^1.22.9",
63+
"tslib": "^1.10.0"
6364
},
6465
"jest": {
6566
"verbose": true,

0 commit comments

Comments
 (0)