Skip to content

Commit 1febf56

Browse files
authored
Merge pull request #34 from LearningLocker/renovate/rulr-4.x
fix(deps): update dependency rulr to ^4.0.0
2 parents 806b081 + 8c2db92 commit 1febf56

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"dependencies": {
33-
"rulr": "^3.0.0"
33+
"rulr": "^4.0.1"
3434
},
3535
"devDependencies": {
3636
"@types/lodash": "4.14.80",

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"max-line-length": [true, 120],
1616
"max-file-line-count": [true, 300],
1717
"no-unused-expression": true,
18-
"no-unused-new": true,
1918
"no-duplicate-variable":true,
2019
"no-eval":true,
2120
"no-internal-module":true,

0 commit comments

Comments
 (0)