Skip to content

Commit

Permalink
Merge pull request #20 from bikk-uk/v1.4.3
Browse files Browse the repository at this point in the history
v1.4.3
  • Loading branch information
aboyce committed Apr 2, 2021
2 parents f470302 + da9d174 commit 4dd0f32
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 418 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/grid",
"version": "1.4.2",
"version": "1.4.3",
"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 @@ -40,28 +40,28 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.21",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"coveralls": "^3.1.0",
"csstype": "^3.0.7",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"snyk": "^1.503.0",
"snyk": "^1.521.0",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"snyk": true
}

0 comments on commit 4dd0f32

Please sign in to comment.