mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 03:58:17 -06:00
PR-839242: Updating packages.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user