Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcn committed May 30, 2020
1 parent d0594a8 commit 6c5a9a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/cascade-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type-check": "tsc"
},
"dependencies": {
"cascade-helper": "^1.1.4",
"cascade-helper": "^1.2.1",
"lodash": "^4.17.15",
"nanoid": "^2.0.3",
"next": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/cascade-dropdown/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface OptionType {

const choices = cascadeHelper.deepFill([], {
count: 3,
geterateFunc: generateCascadeChoices,
generateFunc: generateCascadeChoices,
startLevel: 0,
endLevel: 2,
})
Expand Down
8 changes: 4 additions & 4 deletions examples/cascade-dropdown/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1623,10 +1623,10 @@ caniuse-lite@^1.0.30000984:
resolved "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30000989.tgz#b9193e293ccf7e4426c5245134b8f2a56c0ac4b9"
integrity sha1-uRk+KTzPfkQmxSRRNLjypWwKxLk=

cascade-helper@^1.1.4:
version "1.1.4"
resolved "https://registry.npm.taobao.org/cascade-helper/download/cascade-helper-1.1.4.tgz#3ed17f3077e7f49469e4532f5b321ac2718af3eb"
integrity sha1-PtF/MHfn9JRp5FMvWzIawnGK8+s=
cascade-helper@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/cascade-helper/-/cascade-helper-1.2.1.tgz#9a4d06a8170df662c596c5a4c43670e05a8d1c9c"
integrity sha512-3qAyhlZzWboO6/BZUt6u21BT16lVhKUW3ShGsInTOeB5+u5wnP83dLtJAhxrds1iNe1FpQ9mld1OnDOzNuRmAQ==
dependencies:
lodash "^4.17.15"

Expand Down

0 comments on commit 6c5a9a3

Please sign in to comment.