PR-839242: Updating packages.

This commit is contained in:
2024-10-29 23:28:12 +00:00
parent 87dc241c2c
commit 6678104055
3 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.2.26",
"version": "1.2.27",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -13,7 +13,7 @@
"test:watch": "jest --watch",
"storybook": "storybook dev -p 3000",
"build-storybook": "storybook build",
"check-updates": "npx npm-check-updates -u && npm i --legacy-peer-deps",
"check-updates": "npx npm-check-updates -u --reject @types/cypress && npm i",
"cy:open": "npx cypress open",
"cy:run": "npx cypress run --headless --component"
},
@ -60,7 +60,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/cypress": "^0.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webpack": "^5.28.5",
@ -83,7 +83,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resolve-ts-aliases": "^1.0.1",
"sass": "^1.80.4",
"sass": "^1.80.5",
"sass-loader": "^16.0.2",
"storybook": "^8.3.6",
"style-loader": "^4.0.0",