Skip to content

Commit

Permalink
Chore/dependencies security issues (#182)
Browse files Browse the repository at this point in the history
* refactor: remove useless file

* docs: update readme

* chore: update dependencies
  • Loading branch information
santosfrancisco authored May 31, 2024
1 parent 35ba104 commit f37f04f
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 1,618 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![codecov](https://codecov.io/gh/santosfrancisco/react-awesome-styled-grid/branch/master/graph/badge.svg)](https://codecov.io/gh/santosfrancisco/react-awesome-styled-grid)
[![Build Status](https://travis-ci.org/santosfrancisco/react-awesome-styled-grid.svg?branch=master)](https://travis-ci.org/santosfrancisco/react-awesome-styled-grid)
![Publish](https://github.com/santosfrancisco/react-awesome-styled-grid/workflows/Publish/badge.svg)
[![Publish to NPM](https://github.com/santosfrancisco/react-awesome-styled-grid/actions/workflows/publish.yml/badge.svg)](https://github.com/santosfrancisco/react-awesome-styled-grid/actions/workflows/publish.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/47a9c7f7-444d-4df9-bc7b-10cb06265ed7/deploy-status)](https://app.netlify.com/sites/awesome-styled-grid/deploys)

| Build History |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [![Build Status](https://travis-ci.org/santosfrancisco/react-awesome-styled-grid.svg?branch=master)](https://travis-ci.org/santosfrancisco/react-awesome-styled-grid) |
| [![Build history](https://buildstats.info/travisci/chart/santosfrancisco/react-awesome-styled-grid?branch=master&includeBuildsFromPullRequest=false)](https://travis-ci.org/santosfrancisco/react-awesome-styled-grid) |

# React Awesome Styled Grid 😎

A responsive grid system for React using styled-components
Expand All @@ -32,17 +26,17 @@ npm i --save styled-components

## Documentation

Click [here](https://awesome-styled-grid.netlify.com/) for documentation
Click [here](https://awesome-styled-grid.netlify.app/) for documentation

## Basic usage

This grid system is based on [Google Material Design](https://material.io/design/layout/responsive-layout-grid.html).
This grid system is mobile-first based on [Google Material Design](https://material.io/design/layout/responsive-layout-grid.html).

Number of columns: **xs**: 4, **sm**: 8, **md**: 8, **lg**: 12, **xl**: 12

Breakpoints size: **xs**: 1rem, **sm**: 48rem, **md**: 64rem, **lg**: 90rem, **xl**: 120rem
Breakpoints size: **xs**: > 1rem, **sm**: > 48rem, **md**: > 64rem, **lg**: > 90rem, **xl**: > 120rem

> for a custom configuration, [see this section](https://awesome-styled-grid.netlify.com/custom) of documentation
> for a custom configuration, [see this section](https://awesome-styled-grid.netlify.app/custom) of documentation
```js
import { Container, Row, Col } from "react-awesome-styled-grid";
Expand Down Expand Up @@ -91,7 +85,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="http://devchico.com"><img src="https://avatars3.githubusercontent.com/u/15852005?v=4" width="100px;" alt="Francisco Santos"/><br /><sub><b>Francisco Santos</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=santosfrancisco" title="Code">💻</a> <a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=santosfrancisco" title="Documentation">📖</a> <a href="#review-santosfrancisco" title="Reviewed Pull Requests">👀</a></td><td align="center"><a href="http://camilaibs.wix.com/blog"><img src="https://avatars3.githubusercontent.com/u/6290749?v=4" width="100px;" alt="Camila Belo"/><br /><sub><b>Camila Belo</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=camilaibs" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/Fabioh"><img src="https://avatars0.githubusercontent.com/u/10605659?v=4" width="100px;" alt="Fábio Henrique Gabriele"/><br /><sub><b>Fábio Henrique Gabriele</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=Fabioh" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/BernardoMariano"><img src="https://avatars2.githubusercontent.com/u/3067157?v=4" width="100px;" alt="Bernardo Mariano"/><br /><sub><b>Bernardo Mariano</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=BernardoMariano" title="Code">💻</a></td><td align="center"><a href="https://github.com/ixahmedxi"><img src="https://avatars2.githubusercontent.com/u/20271968?v=4" width="100px;" alt="Ahmed Tarek"/><br /><sub><b>Ahmed Tarek</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=ixahmedxi" title="Code">💻</a></td><td align="center"><a href="https://github.com/zero0Halo"><img src="https://avatars0.githubusercontent.com/u/2113956?v=4" width="100px;" alt="Steve Swanson"/><br /><sub><b>Steve Swanson</b></sub></a><br /><a href="#maintenance-zero0Halo" title="Maintenance">🚧</a></td></tr></table>
<table><tr><td align="center"><a href="http://devchico.com"><img style="border-radius:50px" src="https://avatars3.githubusercontent.com/u/15852005?v=4" width="100px;" alt="Francisco Santos"/><br /><sub><b>Francisco Santos</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=santosfrancisco" title="Code">💻</a> <a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=santosfrancisco" title="Documentation">📖</a> <a href="#review-santosfrancisco" title="Reviewed Pull Requests">👀</a></td><td align="center"><a href="http://camilaibs.wix.com/blog"><img style="border-radius:50px" src="https://avatars3.githubusercontent.com/u/6290749?v=4" width="100px;" alt="Camila Belo"/><br /><sub><b>Camila Belo</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=camilaibs" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/Fabioh"><img style="border-radius:50px" src="https://avatars0.githubusercontent.com/u/10605659?v=4" width="100px;" alt="Fábio Henrique Gabriele"/><br /><sub><b>Fábio Henrique Gabriele</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=Fabioh" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/BernardoMariano"><img style="border-radius:50px" src="https://avatars2.githubusercontent.com/u/3067157?v=4" width="100px;" alt="Bernardo Mariano"/><br /><sub><b>Bernardo Mariano</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=BernardoMariano" title="Code">💻</a></td><td align="center"><a href="https://github.com/ixahmedxi"><img style="border-radius:50px" src="https://avatars2.githubusercontent.com/u/20271968?v=4" width="100px;" alt="Ahmed Tarek"/><br /><sub><b>Ahmed Tarek</b></sub></a><br /><a href="https://github.com/santosfrancisco/react-awesome-styled-grid/commits?author=ixahmedxi" title="Code">💻</a></td><td align="center"><a href="https://github.com/zero0Halo"><img style="border-radius:50px" src="https://avatars0.githubusercontent.com/u/2113956?v=4" width="100px;" alt="Steve Swanson"/><br /><sub><b>Steve Swanson</b></sub></a><br /><a href="#maintenance-zero0Halo" title="Maintenance">🚧</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-styled-grid",
"version": "4.0.0",
"version": "4.0.1",
"description": "A responsive grid system layout for React using styled-components",
"main": "dist/react-awesome-styled-grid.cjs.js",
"module": "dist/react-awesome-styled-grid.es.js",
Expand Down Expand Up @@ -45,20 +45,20 @@
"bugs": {
"url": "https://github.com/santosfrancisco/react-awesome-styled-grid/issues"
},
"homepage": "https://awesome-styled-grid.netlify.com/",
"homepage": "https://awesome-styled-grid.netlify.app/",
"peerDependencies": {
"react": ">=18",
"styled-components": ">=6"
},
"devDependencies": {
"@babel/cli": "7.10.1",
"@babel/core": "7.24.4",
"@babel/plugin-external-helpers": "7.10.1",
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/plugin-external-helpers": "7.24.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@docusaurus/core": "3.2.1",
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
Expand Down Expand Up @@ -111,6 +111,9 @@
"ts-node": "10.9.2",
"typescript": "5.2.2"
},
"resolutions": {
"tough-cookie": "^4.1.3"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading

0 comments on commit f37f04f

Please sign in to comment.