|
35 | 35 | }
|
36 | 36 | },
|
37 | 37 | "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 | + ] |
41 | 50 | },
|
42 | 51 | "devDependencies": {
|
43 | 52 | "@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", |
53 | 62 | "tslint": "^5.20.1",
|
54 | 63 | "tslint-config-prettier": "^1.18.0",
|
55 | 64 | "tslint-microsoft-contrib": "^6.2.0",
|
56 | 65 | "tslint-plugin-prettier": "^2.3.0",
|
57 | 66 | "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", |
60 | 69 | "webpack-cli": "^3.3.12"
|
61 | 70 | },
|
62 | 71 | "dependencies": {
|
63 | 72 | "babel-polyfill": "^6.26.0",
|
64 | 73 | "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", |
68 | 77 | "react-render-html": "^0.6.0",
|
69 | 78 | "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" |
72 | 81 | },
|
73 | 82 | "engines": {
|
74 | 83 | "node": "~12.16",
|
|
0 commit comments