mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-01-08 20:56:57 -06:00
Merge pull request #36 from aleleba/PR-512606
PR-512606: updating package and moving Card.stories.tsx to components folder.
This commit is contained in:
commit
739b1edd4e
3862
package-lock.json
generated
3862
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
52
package.json
52
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aleleba/create-react-component-library",
|
||||
"version": "1.2.13",
|
||||
"version": "1.2.14",
|
||||
"description": "A starter kit for create a React component Library with storybook",
|
||||
"bin": "./bin/cli.js",
|
||||
"main": "dist/index.js",
|
||||
@ -35,53 +35,53 @@
|
||||
},
|
||||
"homepage": "https://github.com/aleleba/create-react-component-library#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.17",
|
||||
"@babel/preset-env": "^7.22.15",
|
||||
"@babel/core": "^7.23.0",
|
||||
"@babel/preset-env": "^7.22.20",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.23.0",
|
||||
"@babel/register": "^7.22.15",
|
||||
"@mdx-js/react": "^2.3.0",
|
||||
"@storybook/addon-actions": "^7.4.0",
|
||||
"@storybook/addon-docs": "^7.4.0",
|
||||
"@storybook/addon-essentials": "^7.4.0",
|
||||
"@storybook/addon-interactions": "^7.4.0",
|
||||
"@storybook/addon-links": "^7.4.0",
|
||||
"@storybook/cli": "^7.4.0",
|
||||
"@storybook/addon-actions": "^7.4.6",
|
||||
"@storybook/addon-docs": "^7.4.6",
|
||||
"@storybook/addon-essentials": "^7.4.6",
|
||||
"@storybook/addon-interactions": "^7.4.6",
|
||||
"@storybook/addon-links": "^7.4.6",
|
||||
"@storybook/cli": "^7.4.6",
|
||||
"@storybook/mdx2-csf": "^1.1.0",
|
||||
"@storybook/preset-scss": "^1.0.3",
|
||||
"@storybook/react": "^7.4.0",
|
||||
"@storybook/react-webpack5": "^7.4.0",
|
||||
"@storybook/testing-library": "^0.2.0",
|
||||
"@storybook/react": "^7.4.6",
|
||||
"@storybook/react-webpack5": "^7.4.6",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@testing-library/jest-dom": "^6.1.3",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "^29.5.4",
|
||||
"@types/node": "^20.6.0",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/webpack": "^5.28.2",
|
||||
"@testing-library/user-event": "^14.5.1",
|
||||
"@types/jest": "^29.5.5",
|
||||
"@types/node": "^20.8.4",
|
||||
"@types/react": "^18.2.27",
|
||||
"@types/react-dom": "^18.2.12",
|
||||
"@types/webpack": "^5.28.3",
|
||||
"babel-loader": "^9.1.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"css-loader": "^6.8.1",
|
||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||
"cypress": "^13.1.0",
|
||||
"cypress": "^13.3.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-storybook": "^0.6.13",
|
||||
"eslint-plugin-storybook": "^0.6.15",
|
||||
"eslint-webpack-plugin": "^4.0.1",
|
||||
"html-webpack-plugin": "^5.5.3",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.6.4",
|
||||
"jest-environment-jsdom": "^29.6.4",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"resolve-ts-aliases": "^1.0.1",
|
||||
"sass": "^1.66.1",
|
||||
"sass": "^1.69.0",
|
||||
"sass-loader": "^13.3.2",
|
||||
"storybook": "^7.4.0",
|
||||
"storybook": "^7.4.6",
|
||||
"style-loader": "^3.3.3",
|
||||
"terser-webpack-plugin": "^5.3.9",
|
||||
"ts-jest": "^29.1.1",
|
||||
|
@ -21,8 +21,8 @@
|
||||
"isolatedModules": false,
|
||||
"typeRoots" : ["./src/@types", "./node_modules/@types"],
|
||||
"types": [
|
||||
"react/next",
|
||||
"react-dom/next",
|
||||
"react",
|
||||
"react-dom",
|
||||
"node",
|
||||
"cypress"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user