Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.31.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and scriptex committed Sep 8, 2022
1 parent 3ada5ad commit 08941fc
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 259 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build

on:
push:
branches: [master]
pull_request:
branches: [master]
on: [push, pull_request]

jobs:
build:
Expand Down
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
[![GitHub release](https://img.shields.io/github/release/scriptex/react-svg-donuts.svg)](https://github.com/scriptex/react-svg-donuts/releases/latest)
[![GitHub issues](https://img.shields.io/github/issues/scriptex/react-svg-donuts.svg)](https://github.com/scriptex/react-svg-donuts/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/react-svg-donuts.svg)](https://github.com/scriptex/react-svg-donuts/commits/master)
[![Build Status](https://travis-ci.com/scriptex/react-svg-donuts.svg?branch=master)](https://travis-ci.com/scriptex/react-svg-donuts)
[![npm](https://img.shields.io/npm/dt/react-svg-donuts.svg)](https://www.npmjs.com/package/react-svg-donuts)
[![npm](https://img.shields.io/npm/v/react-svg-donuts.svg)](https://www.npmjs.com/package/react-svg-donuts)
[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/scriptex/react-svg-donuts/README.md)](https://github.com/scriptex/react-svg-donuts/)
[![Travis CI](https://travis-ci.com/scriptex/react-svg-donuts.svg?branch=master)](https://travis-ci.com/scriptex/react-svg-donuts)
[![Github Build](https://github.com/scriptex/react-svg-donuts/workflows/Build/badge.svg)](https://github.com/scriptex/react-svg-donuts/actions?query=workflow%3ABuild)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/react-svg-donuts/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/react-svg-donuts&utm_campaign=Badge_Grade)
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-react-svg-donuts-master)
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/react-svg-donuts/badge)](https://www.codefactor.io/repository/github/scriptex/react-svg-donuts)
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/react-svg-donuts/README.md?pixel)](https://github.com/scriptex/react-svg-donuts/)

# React SVG Donuts

> A React component for simple (and complex) SVG donuts.
**The current version depends on the Hooks API introduced with React 16.8. If you need legacy React support, please use a 1.x.x version.**

## Visitor stats

![GitHub stars](https://img.shields.io/github/stars/scriptex/react-svg-donuts?style=social)
![GitHub forks](https://img.shields.io/github/forks/scriptex/react-svg-donuts?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/react-svg-donuts?style=social)
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)

## Code stats

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/react-svg-donuts)
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/react-svg-donuts?style=plastic)
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/react-svg-donuts?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/react-svg-donuts?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/react-svg-donuts?style=plastic)

## Demo

TL;DR [here is the demo](https://react-svg-donuts.atanas.info/)
Expand Down
37 changes: 27 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,32 @@
"name": "react-svg-donuts",
"version": "3.0.0",
"description": "A ReactJS component for simple SVG donut graphs.",
"keywords": [
"Chart",
"Graph",
"SVG Donut",
"React chart",
"React graph",
"React SVG",
"React SVG Donut",
"SVG component",
"React component"
],
"homepage": "https://react-svg-donuts.atanas.info/",
"bugs": {
"url": "https://github.com/scriptex/react-svg-donuts/issues",
"email": "hi@atanas.info"
},
"license": "MIT",
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"main": "dist/index.js",
"style": "dist/index.css",
"style": "src/index.css",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "github:scriptex/react-svg-donuts"
},
"scripts": {
"clear": "rm -rf dist",
"start": "tsc -w",
Expand All @@ -13,13 +36,7 @@
"lint": "eslint 'src/**/*.{ts,tsx}' 'demo/**/*.{ts,tsx}' '__tests__/**/*.{ts,tsx}'",
"prod": "yarn lint && yarn build && yarn test"
},
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
"repository": "https://github.com/scriptex/react-svg-donuts",
"bugs": {
"url": "https://github.com/scriptex/react-svg-donuts/issues",
"email": "scriptex.bg@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/jest": "29.0.0",
"@types/react": "18.0.18",
Expand All @@ -30,8 +47,8 @@
"cssnano": "5.1.13",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-react": "7.31.6",
"eslint-plugin-jest": "27.0.2",
"eslint-plugin-react": "7.31.7",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.0.2",
"postcss": "8.4.16",
Expand Down
Loading

1 comment on commit 08941fc

@vercel
Copy link

@vercel vercel bot commented on 08941fc Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-svg-donuts – ./

react-svg-donuts-git-master-atanas.vercel.app
react-svg-donuts-atanas.vercel.app
react-svg-donuts.atanas.info

Please sign in to comment.