Merge pull request #11 from aleleba/PR-415692

PR-415692: updating packages.
This commit is contained in:
Alejandro Lembke Barrientos 2022-08-30 12:30:40 -06:00 committed by GitHub
commit 01eaa82e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2010 additions and 1953 deletions

3941
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@aleleba/create-react-component-library", "name": "@aleleba/create-react-component-library",
"version": "1.1.7", "version": "1.1.8",
"description": "A starter kit for create a React component Library with storybook", "description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "dist/index.js", "main": "dist/index.js",
@ -52,9 +52,9 @@
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0", "@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3", "@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.7", "@types/jest": "^29.0.0",
"@types/node": "^18.7.11", "@types/node": "^18.7.14",
"@types/react": "^18.0.17", "@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"babel-loader": "^8.2.5", "babel-loader": "^8.2.5",
@ -62,24 +62,24 @@
"css-loader": "^6.7.1", "css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0", "css-minimizer-webpack-plugin": "^4.0.0",
"dotenv": "^16.0.1", "dotenv": "^16.0.1",
"eslint": "^8.22.0", "eslint": "^8.23.0",
"eslint-plugin-react": "^7.30.1", "eslint-plugin-react": "^7.31.1",
"eslint-plugin-storybook": "^0.6.4", "eslint-plugin-storybook": "^0.6.4",
"eslint-webpack-plugin": "^3.2.0", "eslint-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3", "jest": "^29.0.1",
"jest-environment-jsdom": "^28.1.3", "jest-environment-jsdom": "^29.0.1",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.6.1", "mini-css-extract-plugin": "^2.6.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"sass": "^1.54.5", "sass": "^1.54.6",
"sass-loader": "^13.0.2", "sass-loader": "^13.0.2",
"style-loader": "^3.3.1", "style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.5", "terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1", "ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "^4.0.0", "tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.7.4", "typescript": "^4.8.2",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.74.0", "webpack": "^5.74.0",
"webpack-cli": "^4.10.0", "webpack-cli": "^4.10.0",