Skip to content

Commit

Permalink
Merge pull request #14 from bikk-uk/v1.4.1
Browse files Browse the repository at this point in the history
v1.4.1
  • Loading branch information
aboyce authored Dec 13, 2020
2 parents f74b350 + 3af8669 commit f1ee4a8
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 202 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: node_js
node_js:
- stable
- 12
- 14
- 15
- node
- lts/*
os:
- linux
branches:
only:
- master
install:
- yarn
script:
- yarn lint
- yarn release
- yarn test-coverage
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-css/grid",
"version": "1.4.0",
"version": "1.4.1",
"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,24 +40,24 @@
},
"homepage": "https://github.com/bikk-uk/react-css-grid#readme",
"devDependencies": {
"@testing-library/react": "^11.1.2",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"coveralls": "^3.1.0",
"csstype": "^3.0.5",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"snyk": "^1.427.0",
"prettier": "^2.2.1",
"snyk": "^1.436.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
},
"dependencies": {
"react": "^17.0.1",
Expand Down
Loading

0 comments on commit f1ee4a8

Please sign in to comment.