Skip to content

Commit

Permalink
Upgrade snakecase-keys
Browse files Browse the repository at this point in the history
Major version upgrade.
  • Loading branch information
joelmichael committed Nov 8, 2019
1 parent 98dab9c commit 9548c74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react_ujs": "^2.4.4",
"rrule": "^2.6.0",
"selectize": "^0.12.6",
"snakecase-keys": "^2.1.0",
"snakecase-keys": "^3.1.0",
"turbolinks": "^5.0.3",
"webpack": "^4.41.2",
"what-input": "^5.2.6"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5545,10 +5545,10 @@ map-obj@^1.0.0, map-obj@^1.0.1:
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=

map-obj@~3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-3.0.0.tgz#4221cc62360f88c0735f9e7c0813bd889657f490"
integrity sha512-Ot+2wruG8WqTbJngDxz0Ifm03y2pO4iL+brq/l+yEkGjUza03BnMQqX2XT//Jls8MOOl2VTHviAoLX+/nq/HXw==
map-obj@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.1.0.tgz#b91221b542734b9f14256c0132c897c5d7256fd5"
integrity sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g==

map-visit@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -8260,13 +8260,13 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0"

snakecase-keys@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-2.1.0.tgz#619833e8ff730a74eb0348eaa2f871f97bc92297"
integrity sha512-oQSiCIgNCwixBf8Kxgv0SPo67zQSutIEymAk/dkgcdZEOMPvGMGPua/WwYGPG4LLHArGGews3CB3zEEfqlMk2g==
snakecase-keys@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-3.1.0.tgz#38b5fee561267248d855a9cd4ac94d98fc2de21f"
integrity sha512-QM038drLbhdOY5HcRQVjO1ZJ1WR7yV5D5TIBzcOB/g3f5HURHhfpYEnvOyzXet8K+MQsgeIUA7O7vn90nAX6EA==
dependencies:
map-obj "~3.0.0"
to-snake-case "~1.0.0"
map-obj "^4.0.0"
to-snake-case "^1.0.0"

snapdragon-node@^2.0.1:
version "2.1.1"
Expand Down Expand Up @@ -8877,7 +8877,7 @@ to-regex@^3.0.1, to-regex@^3.0.2:
regex-not "^1.0.2"
safe-regex "^1.1.0"

to-snake-case@~1.0.0:
to-snake-case@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/to-snake-case/-/to-snake-case-1.0.0.tgz#ce746913897946019a87e62edfaeaea4c608ab8c"
integrity sha1-znRpE4l5RgGah+Yu366upMYIq4w=
Expand Down

0 comments on commit 9548c74

Please sign in to comment.