Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Update 14 dependencies from npm #27

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"postrewrite": "yarnhook"
},
"lint-staged": {
"*.{js,ts,tsx,json,css,scss,md}": ["prettier --write", "git add"]
"*.{js,ts,tsx,json,css,scss,md}": [
"prettier --write",
"git add"
]
},
"prettier": {
"overrides": [
Expand All @@ -28,32 +31,34 @@
},
"eslintConfig": {
"extends": "react-app",
"plugins": ["prettier"],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
}
},
"dependencies": {
"canvas": "^1.6.9",
"canvas": "^1.6.10",
"glamor": "^2.20.40",
"glamorous": "^4.11.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"glamorous": "^4.12.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.13.0",
"react-scripts-ts": "2.14.0",
"trianglify": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^22.1.1",
"@types/node": "^9.3.0",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/react-router-dom": "^4.2.3",
"@types/jest": "^22.2.2",
"@types/node": "^9.6.1",
"@types/react": "^16.1.0",
"@types/react-dom": "^16.0.4",
"@types/react-router-dom": "^4.2.6",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^0.14.3",
"lint-staged": "^6.1.0",
"prettier": "^1.10.2",
"typescript": "^2.7.1",
"yarnhook": "^0.1.1"
"lint-staged": "^7.0.2",
"prettier": "^1.11.1",
"typescript": "^2.8.1",
"yarnhook": "^0.2.0"
}
}
Loading