PR-843991: updating packages and changing the github actions workflow to use only one file.

This commit is contained in:
2023-11-10 18:31:42 +00:00
parent edd283c01e
commit 85e919f13a
5 changed files with 732 additions and 717 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.2.15",
"version": "1.2.16",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -35,10 +35,10 @@
},
"homepage": "https://github.com/aleleba/create-react-component-library#readme",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@mdx-js/react": "^3.0.0",
"@storybook/addon-actions": "^7.5.3",
@ -64,7 +64,7 @@
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cypress": "^13.4.0",
"cypress": "^13.5.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",