Skip to content

Commit

Permalink
updated example node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslage committed Dec 7, 2022
1 parent e3d8197 commit ab018e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": "14.x"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/html": "^6.4.9",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9019,10 +9019,10 @@ store2@^2.12.0, store2@^2.7.1:
resolved "https://registry.yarnpkg.com/store2/-/store2-2.12.0.tgz#e1f1b7e1a59b6083b2596a8d067f6ee88fd4d3cf"
integrity sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw==

storybook-addon-theme-playground@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/storybook-addon-theme-playground/-/storybook-addon-theme-playground-2.1.0.tgz#5667163d11b904cfbcdee292ccf7e8dcf59a9ece"
integrity sha512-8qOvw+C+zFn7p23Z8cxgoNBwd9m98qWFCK09iydoaSAWALqbwDXruj/hoFYYgs1888wO1GxuCjAnxj1ZuPCpnA==
storybook-addon-theme-playground@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/storybook-addon-theme-playground/-/storybook-addon-theme-playground-2.2.0.tgz#3123e7f5f9d68a0db32beeac53624a0ddd0ee74e"
integrity sha512-JhinPLKwy1Uume68vNF6cE6ZjFXW9C+8thz7mu65/zyY3JB5iiFAg23fJJKjW8doAoKxJlZXc0Sh/Ka5UvQrWw==
dependencies:
"@storybook/addons" "6.1.15"
"@storybook/api" "6.1.15"
Expand Down

0 comments on commit ab018e3

Please sign in to comment.