Skip to content

Commit edb20d6

Browse files
committed
Update lodash package to latest version
1 parent 6570560 commit edb20d6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"axios": "^0.19.0",
17-
"lodash": "^4.17.11",
17+
"lodash": "^4.17.14",
1818
"mini-css-extract-plugin": "^0.7.0",
1919
"pluralize": "^8.0.0",
2020
"prop-types": "^15.7.2",
@@ -67,6 +67,8 @@
6767
"git add"
6868
]
6969
},
70-
"ignore": ["dist/**/*.js"]
70+
"ignore": [
71+
"dist/**/*.js"
72+
]
7173
}
7274
}

0 commit comments

Comments
 (0)