Skip to content

Commit

Permalink
fix(deps): bump all (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 17, 2020
1 parent 92770ed commit 2faaabd
Show file tree
Hide file tree
Showing 18 changed files with 1,216 additions and 1,224 deletions.
5 changes: 5 additions & 0 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@1stg"
]
}
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
lib
node_modules
CHANGELOG.md
!/.*.js
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@1stg/prettier-config"
10 changes: 10 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
"@1stg/stylelint-config/scss",
"@1stg/stylelint-config/modules"
],
"ignoreFiles": "*.less",
"rules": {
"plugin/no-unsupported-browser-features": null
}
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ deploy:
branch: develop

after_script:
- yarn add -D @codechecks/client @codechecks/build-size-watcher @codechecks/type-coverage-watcher -W
- yarn add -DW @codechecks/client @codechecks/build-size-watcher @codechecks/type-coverage-watcher
- yarn codechecks
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"**/.*",
"tests",
"/tsconfig.json",
"/tslint.json"
"/tslint.json",
"/yarn.lock"
]
}
}
Expand Down
35 changes: 4 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@angular/core": "^8.2.14",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.6",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.7",
"@types/react": "^16.9.17",
"@types/unist": "^2.0.3",
"core-js": "^3.6.3",
"core-js": "^3.6.4",
"lerna": "^3.20.2",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
Expand All @@ -40,33 +40,6 @@
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"typescript": "^3.7.4"
},
"commitlint": {
"extends": [
"@1stg"
]
},
"eslintIgnore": [
"lib",
"node_modules",
"CHANGELOG.md",
"!/.*.js"
],
"prettier": "@1stg/prettier-config",
"remarkConfig": {
"plugins": [
"@1stg/remark-config"
]
},
"stylelint": {
"extends": [
"@1stg/stylelint-config/scss",
"@1stg/stylelint-config/modules"
],
"ignoreFiles": "*.less",
"rules": {
"plugin/no-unsupported-browser-features": null
}
"typescript": "^3.7.5"
}
}
4 changes: 2 additions & 2 deletions packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@1stg/remark-config": "^0.2.2",
"@1stg/stylelint-config": "^0.8.8",
"@1stg/tsconfig": "^0.7.2",
"@babel/core": "^7.8.0",
"@babel/core": "^7.8.3",
"@pkgr/es-modules": "^0.2.1",
"@pkgr/imagemin": "^0.3.3",
"browserslist": "^4.8.3",
"eslint": "^6.8.0",
"husky": "^4.0.7",
"husky": "^4.0.10",
"lint-staged": "^9.5.0",
"postcss": "^7.0.26",
"prettier": "^1.19.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@babel/core": ">=7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-proposal-decorators": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@pkgr/utils": "^0.3.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
Expand All @@ -27,7 +27,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.2.2",
"babel-preset-proposal-typescript": "^1.5.0",
"core-js": "^3.6.3",
"core-js": "^3.6.4",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "JounQin <[email protected]>",
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@pkgr/utils": "^0.3.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@pkgr/utils": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-eslint": "^10.0.3",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/husky-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"husky": ">=3.0.0"
},
"dependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/cli": "^8.3.5",
"lint-staged": "^9.5.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@1stg/prettier-config": "^0.6.5",
"@1stg/remark-config": "^0.2.2",
"@1stg/tsconfig": "^0.7.2",
"@babel/core": "^7.8.0",
"@babel/core": "^7.8.3",
"@pkgr/rollup": "^0.8.10",
"eslint": "^6.8.0",
"husky": "^4.0.7",
"husky": "^4.0.10",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1"
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@pkgr/utils": "^0.3.4",
"@prettier/plugin-pug": "^1.1.3",
"@prettier/plugin-pug": "^1.1.4",
"@prettier/plugin-ruby": "^0.17.0",
"cross-env": "^6.0.3",
"prettier": "^1.19.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.0"
},
"dependencies": {
"autoprefixer": "^9.7.3",
"autoprefixer": "^9.7.4",
"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.0"
},
"dependencies": {
"@prettier/plugin-pug": "^1.1.3",
"@prettier/plugin-pug": "^1.1.4",
"@prettier/plugin-ruby": "^0.17.0",
"prettier-plugin-pkg": "^0.4.6",
"prettier-plugin-sh": "^0.2.4",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@pkgr/utils": "^0.3.4",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-high-performance-animation": "^1.4.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
Expand Down
Loading

0 comments on commit 2faaabd

Please sign in to comment.