Skip to content

Commit

Permalink
Merge pull request #40 from bikk-uk/v1.5.1
Browse files Browse the repository at this point in the history
v1.5.1
  • Loading branch information
aboyce authored Apr 3, 2022
2 parents 3b233de + f7bb714 commit a3b0672
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 275 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/grid",
"version": "1.5.0",
"version": "1.5.1",
"description": "A thin wrapper to help make CSS Grid simpler and more expressive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"clean": "rm -rf dist/*",
"release": "yarn prepublishOnly && yarn test && yarn lint",
"prepublishOnly": "yarn && yarn clean && yarn build",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"prepare": "yarn run snyk-protect"
},
"repository": {
Expand All @@ -39,23 +39,23 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@snyk/protect": "^1.893.0",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"csstype": "^3.0.10",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"csstype": "^3.0.11",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"snyk": "^1.855.0",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
},
"dependencies": {
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit a3b0672

Please sign in to comment.