Skip to content

Commit

Permalink
Merge pull request #36 from bikk-uk/v1.4.6
Browse files Browse the repository at this point in the history
v1.4.6
  • Loading branch information
aboyce authored Oct 31, 2021
2 parents af7b7c5 + 29ba5ed commit c915162
Show file tree
Hide file tree
Showing 3 changed files with 829 additions and 798 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stale-issues-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Stale issues and Pull Requests

on:
schedule:
- cron: '00 06 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
exempt-draft-pr: true

permissions:
issues: write
pull-requests: write
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/grid",
"version": "1.4.5",
"version": "1.4.6",
"description": "A thin wrapper to help make CSS Grid simpler and more expressive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,23 +39,23 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@testing-library/react": "^12.1.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"csstype": "^3.0.8",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"csstype": "^3.0.9",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.1.1",
"prettier": "^2.4.0",
"snyk": "^1.706.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"jest": "^27.3.1",
"prettier": "^2.4.1",
"snyk": "^1.749.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"dependencies": {
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit c915162

Please sign in to comment.