Skip to content

Commit

Permalink
Merge pull request #20 from elderapo/greenkeeper/core-js-3.0.0
Browse files Browse the repository at this point in the history
Update core-js to the latest version 🚀
  • Loading branch information
elderapo committed May 4, 2019
2 parents 75cff9a + 12f6914 commit 3794cd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@
"react": "^16.6.3"
},
"dependencies": {
"core-js": "^2.5.7"
"core-js": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion src/react-svg-unique-id.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'core-js/fn/map'
import 'core-js/features/map'
import * as React from 'react'
import { reactRecursiveChildrenMap } from './utils'

Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,11 @@ core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.7:
version "2.5.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"

core-js@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738"
integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down

0 comments on commit 3794cd6

Please sign in to comment.