updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2022-07-11 13:46:59 +00:00
parent c9f5327284
commit b5abcacf63
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.0.4",
"version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@aleleba/create-react-component-library",
"version": "1.0.4",
"version": "1.0.6",
"license": "MIT",
"bin": {
"create-react-component-library": "bin/cli.js"
@ -44,7 +44,7 @@
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.5.13",
"eslint-plugin-storybook": "^0.6.0",
"eslint-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
@ -15704,9 +15704,9 @@
}
},
"node_modules/eslint-plugin-storybook": {
"version": "0.5.13",
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.5.13.tgz",
"integrity": "sha512-82x3FH1VAi68Awu1VEjn/hLkzFZsOP8ItcC5/uGF9WszIrj6n7Q3MZD57oE26k3aKwuPfFtAPnSjFnaBkBab+g==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.0.tgz",
"integrity": "sha512-B6SKZSm1LaDq+bvjd4LCBmNK42LKrr+9Wsy9d5imB6yKVBVt/XFDJ3UhXxVm4OjTlrMyI4I9mTAQ7Lw1EHVXSw==",
"dev": true,
"dependencies": {
"@storybook/csf": "^0.0.1",
@ -42205,9 +42205,9 @@
}
},
"eslint-plugin-storybook": {
"version": "0.5.13",
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.5.13.tgz",
"integrity": "sha512-82x3FH1VAi68Awu1VEjn/hLkzFZsOP8ItcC5/uGF9WszIrj6n7Q3MZD57oE26k3aKwuPfFtAPnSjFnaBkBab+g==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.0.tgz",
"integrity": "sha512-B6SKZSm1LaDq+bvjd4LCBmNK42LKrr+9Wsy9d5imB6yKVBVt/XFDJ3UhXxVm4OjTlrMyI4I9mTAQ7Lw1EHVXSw==",
"dev": true,
"requires": {
"@storybook/csf": "^0.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.0.6",
"version": "1.0.7",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -64,7 +64,7 @@
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.5.13",
"eslint-plugin-storybook": "^0.6.0",
"eslint-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",