Skip to content

Commit

Permalink
Merge pull request #8 from bikk-uk/v1.2.2
Browse files Browse the repository at this point in the history
v1.2.2
  • Loading branch information
aboyce authored Jul 18, 2020
2 parents 8ee04bd + 9d3d704 commit 75a9742
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 635 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.2.1",
"version": "1.2.2",
"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,18 +39,18 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/react": "^10.4.4",
"@types/jest": "^26.0.3",
"@types/react": "^16.9.35",
"@testing-library/react": "^10.4.7",
"@types/jest": "^26.0.5",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-loader": "^8.1.0",
"coveralls": "^3.1.0",
"css-loader": "^3.5.3",
Expand All @@ -59,14 +59,14 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"eslint-plugin-react-hooks": "^4.0.8",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"snyk": "^1.360.0",
"snyk": "^1.362.1",
"style-loader": "^1.2.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.6",
"ts-jest": "^26.1.3",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
Expand Down
Loading

0 comments on commit 75a9742

Please sign in to comment.