PR-069416: updating packages.

This commit is contained in:
2023-03-02 14:51:37 +00:00
parent a8d1a58639
commit 08f7dc34df
2 changed files with 66 additions and 49 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.1.17",
"version": "1.1.18",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -55,7 +55,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/webpack": "^5.28.0",
@ -64,9 +64,9 @@
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-storybook": "^0.6.11",
"eslint-webpack-plugin": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.3",