Skip to content

Commit e33ac7a

Browse files
author
Guilherme O'Connor
committed
Added lodash as dependency
1 parent c0acb97 commit e33ac7a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-memory-game",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": false,
55
"main": "lib/index.js",
66
"repository": {
@@ -11,6 +11,7 @@
1111
}
1212
},
1313
"dependencies": {
14+
"lodash": "^4.17.5",
1415
"prop-types": "^15.6.0",
1516
"react": "^16.2.0",
1617
"react-dom": "^16.2.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4503,7 +4503,7 @@ lodash.uniq@^4.5.0:
45034503
version "4.5.0"
45044504
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
45054505

4506-
"lodash@>=3.5 <5", lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
4506+
"lodash@>=3.5 <5", lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0:
45074507
version "4.17.5"
45084508
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
45094509

0 commit comments

Comments
 (0)