Skip to content

Commit

Permalink
fix(deps): upgrade buggy/outdated (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 5, 2019
1 parent cbd95c9 commit 7dceac0
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 178 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@
"test": "jest"
},
"devDependencies": {
"@angular/core": "^8.2.8",
"@angular/core": "^8.2.9",
"@babel/core": "^7.6.2",
"@commitlint/cli": "^8.2.0",
"@pkgr/imagemin": "^0.1.0",
"@pkgr/rollup": "^0.2.1",
"@pkgr/imagemin": "^0.1.2",
"@pkgr/rollup": "^0.2.4",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.9",
"@types/react": "^16.9.4",
"@types/node": "^12.7.11",
"@types/react": "^16.9.5",
"@types/unist": "^2.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"browserslist": "^4.7.0",
"eslint": "^6.5.1",
"husky": "^3.0.8",
Expand All @@ -44,9 +43,9 @@
"npm-run-all": "^4.1.5",
"postcss": "^7.0.18",
"prettier": "^1.18.2",
"react": "^16.10.1",
"react": "^16.10.2",
"react-hot-loader": "^4.12.14",
"rollup": "^1.22.0",
"rollup": "^1.23.1",
"stylelint": "^11.0.0",
"ts-jest": "^24.1.0",
"tslib": "^1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-ts": "^0.4.0",
"eslint-import-resolver-ts": "^0.4.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-mdx": "^1.5.5",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.15.0",
"eslint-plugin-react-hooks": "^2.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"is-glob": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/husky-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "JounQin <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@commitlint/cli": "^8.1.0",
"lint-staged": "^9.2.5"
"@commitlint/cli": "^8.2.0",
"lint-staged": "^9.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettier": "^1.18.2"
},
"dependencies": {
"@prettier/plugin-pug": "^1.0.3",
"@prettier/plugin-pug": "^1.0.4",
"prettier-plugin-sh": "^0.2.0",
"prettier-plugin-toml": "^0.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postcss": "^7.0.18"
},
"dependencies": {
"autoprefixer": "^9.6.1",
"autoprefixer": "^9.6.2",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"postcss-import": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prettier": "^1.18.2"
},
"dependencies": {
"@prettier/plugin-pug": "^1.0.3",
"@prettier/plugin-pug": "^1.0.4",
"prettier-plugin-pkg": "^0.4.4",
"prettier-plugin-sh": "^0.2.0",
"prettier-plugin-toml": "^0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"stylelint-high-performance-animation": "^1.2.1",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"stylelint-prettier": "^1.1.1",
"stylelint-scss": "^3.11.0"
"stylelint-scss": "^3.11.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "http://json.schemastore.org/tslint",
"extends": [
"./tslint.json",
"tslint-config-eslint"
"tslint-config-eslint/prettier"
]
}
4 changes: 2 additions & 2 deletions packages/tslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"typescript": ">=3.5.3"
},
"dependencies": {
"codelyzer": "^5.1.1",
"codelyzer": "^5.1.2",
"rxjs-tslint": "^0.1.7",
"tslint-angular": "^3.0.2",
"tslint-config-eslint": "^0.1.0",
"tslint-config-eslint": "^0.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0"
Expand Down
Loading

0 comments on commit 7dceac0

Please sign in to comment.