Skip to content

Commit 6be4aa6

Browse files
committed
👷 build: update dependencies
1 parent e6a272c commit 6be4aa6

File tree

3 files changed

+3413
-3331
lines changed

3 files changed

+3413
-3331
lines changed

‎.lintstagedrc.json‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
"linters": {
3-
"*.{ts,tsx,js,jsx}": ["eslint --fix", "prettier --write", "git add"],
4-
"*.{css,scss}": ["stylelint --fix", "prettier --write", "git add"],
5-
"*.{json,md}": ["prettier --write", "git add"]
6-
},
7-
"ignore": ["src/members.json"]
2+
"*.{ts,tsx,js,jsx}": ["eslint --fix", "prettier --write", "git add"],
3+
"*.{css,scss}": ["stylelint --fix", "prettier --write", "git add"],
4+
"*.{json,md}": ["prettier --write", "git add"]
85
}

‎package.json‎

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@
1212
"start": "react-scripts start",
1313
"build": "react-scripts build",
1414
"test": "react-scripts test",
15-
"bundle-analyzer": "react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json",
15+
"analyze": "source-map-explorer 'build/static/js/*.js'",
1616
"commit": "lint-staged && git-cz"
1717
},
1818
"dependencies": {
1919
"array-to-tree": "^3.3.0",
2020
"echarts": "^4.2.1",
21-
"react": "^16.8.6",
22-
"react-dom": "^16.8.6",
23-
"react-router-dom": "^5.0.0"
21+
"react": "^16.9.0",
22+
"react-dom": "^16.9.0",
23+
"react-router-dom": "^5.0.1"
2424
},
2525
"devDependencies": {
26-
"@types/echarts": "^4.1.8",
27-
"@types/jest": "^24.0.11",
28-
"@types/node": "^11.13.0",
29-
"@types/react": "^16.8.12",
30-
"@types/react-dom": "^16.8.3",
31-
"@types/react-router-dom": "^4.3.1",
32-
"babel-jest": "24.5.0",
33-
"commitizen": "^3.0.7",
26+
"@types/echarts": "^4.1.11",
27+
"@types/jest": "^24.0.18",
28+
"@types/node": "^12.7.4",
29+
"@types/react": "^16.9.2",
30+
"@types/react-dom": "^16.9.0",
31+
"@types/react-router-dom": "^4.3.5",
32+
"babel-jest": "24.9.0",
33+
"commitizen": "^4.0.3",
3434
"cz-moe": "^0.0.2",
35-
"eslint-config-prettier": "^4.1.0",
36-
"husky": "^1.3.1",
37-
"lint-staged": "^8.1.5",
38-
"node-sass": "^4.11.0",
39-
"prettier": "^1.16.4",
40-
"react-scripts": "3.0.0-next.b0cbf2ca",
41-
"stylelint": "^9.10.1",
42-
"stylelint-config-recommended-scss": "^3.2.0",
43-
"stylelint-scss": "^3.5.4",
44-
"typescript": "3.4.2",
45-
"typescript-plugin-css-modules": "^1.0.5",
46-
"webpack-bundle-analyzer": "^3.3.2"
35+
"eslint-config-prettier": "^6.2.0",
36+
"husky": "^3.0.5",
37+
"lint-staged": "^9.2.5",
38+
"prettier": "^1.18.2",
39+
"react-scripts": "3.1.1",
40+
"sass": "^1.22.10",
41+
"source-map-explorer": "^2.0.1",
42+
"stylelint": "^10.1.0",
43+
"stylelint-config-recommended-scss": "^3.3.0",
44+
"stylelint-scss": "^3.10.0",
45+
"typescript": "3.6.2",
46+
"typescript-plugin-css-modules": "^1.2.1"
4747
}
4848
}

0 commit comments

Comments
 (0)