Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awran5 committed Oct 7, 2022
1 parent 6b9971e commit 59ddd9e
Show file tree
Hide file tree
Showing 2 changed files with 7,980 additions and 5,435 deletions.
93 changes: 53 additions & 40 deletions package.json
@@ -1,61 +1,69 @@
{
"name": "react-floating-whatsapp",
"version": "4.0.5",
"version": "5.0.0",
"private": false,
"description": "Simple React Component for adding a floating WhatsApp button to your project.",
"author": "awran5 <awran5@yahoo.com>",
"author": {
"name": "awran5",
"email": "awran5@yahoo.com"
},
"license": "MIT",
"repository": "https://github.com/awran5/react-floating-whatsapp",
"bugs": "https://github.com/awran5/react-floating-whatsapp/issues",
"homepage": "https://github.com/awran5/react-floating-whatsapp#readme",
"repository": {
"type": "git",
"url": "https://github.com/awran5/react-floating-whatsapp.git"
},
"bugs": {
"url": "https://github.com/awran5/react-floating-whatsapp/issues"
},
"homepage": "https://react-floating-whatsapp.vercel.app/",
"main": "dist/index.js",
"source": "src/index.tsx",
"engines": {
"node": ">=14"
},
"scripts": {
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"clean": "rm -rf dist",
"start:rollup": "rollup -cw --exports auto",
"start:example": "cd example && yarn start",
"start": "run-p start:rollup start:example",
"clean:sb": "rm -rf storybook-static",
"build": "yarn clean && rollup -c --exports auto",
"publish": "npm publish"
"start": "start-storybook -p 6006",
"changes": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"build-sb": "build-storybook && vercel --prod"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-url": "^6.1.0",
"@types/node": "^16.9.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"autoprefixer": "^10.3.5",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.7",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rollup": "^2.57.0",
"rollup-plugin-copy": "^3.4.0",
"@babel/core": "^7.19.3",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-scripts": "^5.0.1",
"rollup": "^2.79.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.3"
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.8.4"
},
"files": [
"dist"
Expand All @@ -71,6 +79,11 @@
"react component",
"react typescript"
],
"eslintConfig": {
"extends": [
"react-app"
]
},
"tags": [
"react",
"whatsapp",
Expand Down

0 comments on commit 59ddd9e

Please sign in to comment.