PR-660579: updating packages.

This commit is contained in:
2022-08-08 17:51:36 +00:00
parent 47f16b672e
commit 74cf5c2353
2 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.1.3",
"version": "1.1.4",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -53,8 +53,8 @@
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.2",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.4",
"@types/react": "^18.0.15",
"@types/node": "^18.6.5",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.2.5",
@ -64,7 +64,7 @@
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.6.3",
"eslint-plugin-storybook": "^0.6.4",
"eslint-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",