Skip to content

Commit f5dbcbf

Browse files
committed
Relax package versions
These being fixed to a particular version resulted in extra versions of the dependency in consumers' node_modules tree/output bundles.
1 parent c49e4c9 commit f5dbcbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"winston": "^2.3.1"
7373
},
7474
"dependencies": {
75-
"debug": "3.1.0",
76-
"eventbusjs": "0.2.0",
77-
"inflected": "2.0.3",
78-
"lodash": "4.17.10",
79-
"lodash-es": "4.17.4",
80-
"tslib": "1.8.1"
75+
"debug": "^4.0.0",
76+
"eventbusjs": "^0.2.0",
77+
"inflected": "^2.0.3",
78+
"lodash": "^4.17.10",
79+
"lodash-es": "^4.17.4",
80+
"tslib": "^1.8.1"
8181
}
8282
}

0 commit comments

Comments
 (0)