Skip to content

Commit b33ac32

Browse files
committed
Upgrade typescript to the latest one
Signed-off-by: Kotaro Inoue <[email protected]>
1 parent 580f3d9 commit b33ac32

File tree

1 file changed

+28
-19
lines changed

1 file changed

+28
-19
lines changed

package.json

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,40 +35,49 @@
3535
}
3636
},
3737
"lint-staged": {
38-
"src/**/*.{ts,tsx}": ["tslint --fix", "git add"],
39-
"{app,spec}/**/*.{rb}": ["bundle exec rubocop", "git add"],
40-
"*.{js,css,json,md}": ["prettier --write", "git add"]
38+
"src/**/*.{ts,tsx}": [
39+
"tslint --fix",
40+
"git add"
41+
],
42+
"{app,spec}/**/*.{rb}": [
43+
"bundle exec rubocop",
44+
"git add"
45+
],
46+
"*.{js,css,json,md}": [
47+
"prettier --write",
48+
"git add"
49+
]
4150
},
4251
"devDependencies": {
4352
"@types/katex": "^0.11.0",
44-
"@types/marked": "1.1.0",
45-
"@types/react": "^16.9.49",
46-
"@types/react-dom": "^16.9.8",
47-
"@types/react-router": "^4.0.25",
48-
"@types/react-router-dom": "^5.1.5",
49-
"husky": "^4.2.5",
50-
"lint-staged": "^10.2.13",
51-
"prettier": "^2.1.1",
52-
"ts-loader": "^8.0.3",
53+
"@types/marked": "1.2.2",
54+
"@types/react": "^16.14.6",
55+
"@types/react-dom": "^16.9.12",
56+
"@types/react-router": "^4.4.5",
57+
"@types/react-router-dom": "^5.1.7",
58+
"husky": "^4.3.8",
59+
"lint-staged": "^10.5.4",
60+
"prettier": "^2.2.1",
61+
"ts-loader": "^8.2.0",
5362
"tslint": "^5.20.1",
5463
"tslint-config-prettier": "^1.18.0",
5564
"tslint-microsoft-contrib": "^6.2.0",
5665
"tslint-plugin-prettier": "^2.3.0",
5766
"tslint-react": "^4.1.0",
58-
"typescript": "^2.9.2",
59-
"webpack": "^4.44.1",
67+
"typescript": "^4.2.4",
68+
"webpack": "^4.46.0",
6069
"webpack-cli": "^3.3.12"
6170
},
6271
"dependencies": {
6372
"babel-polyfill": "^6.26.0",
6473
"i18n-webpack-plugin": "^1.0.0",
65-
"marked": "^1.1.1",
66-
"react": "^16.13.1",
67-
"react-dom": "^16.13.1",
74+
"marked": "^1.2.9",
75+
"react": "^16.14.0",
76+
"react-dom": "^16.14.0",
6877
"react-render-html": "^0.6.0",
6978
"react-router": "^5.2.0",
70-
"react-router-dom": "^5.1.2",
71-
"whatwg-fetch": "^3.4.0"
79+
"react-router-dom": "^5.2.0",
80+
"whatwg-fetch": "^3.6.2"
7281
},
7382
"engines": {
7483
"node": "~12.16",

0 commit comments

Comments
 (0)