PR-712281: updating packes and updating some storybook functions.

This commit is contained in:
2023-06-21 22:45:47 +00:00
parent 310647cb9e
commit 8bf59d3901
3 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.2.9",
"version": "1.2.10",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -79,7 +79,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-ts-aliases": "^1.0.1",
"sass": "^1.63.4",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"storybook": "^7.0.22",
"style-loader": "^3.3.3",
@ -88,7 +88,7 @@
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.87.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},