Skip to content

Commit 2faaabd

Browse files
committed
fix(deps): bump all (dev)Dependencies
1 parent 92770ed commit 2faaabd

File tree

18 files changed

+1216
-1224
lines changed

18 files changed

+1216
-1224
lines changed

.commitlintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"@1stg"
4+
]
5+
}

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lib
2+
node_modules
3+
CHANGELOG.md
4+
!/.*.js

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"@1stg/prettier-config"

.stylelintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": [
3+
"@1stg/stylelint-config/scss",
4+
"@1stg/stylelint-config/modules"
5+
],
6+
"ignoreFiles": "*.less",
7+
"rules": {
8+
"plugin/no-unsupported-browser-features": null
9+
}
10+
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ deploy:
4848
branch: develop
4949

5050
after_script:
51-
- yarn add -D @codechecks/client @codechecks/build-size-watcher @codechecks/type-coverage-watcher -W
51+
- yarn add -DW @codechecks/client @codechecks/build-size-watcher @codechecks/type-coverage-watcher
5252
- yarn codechecks

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"**/.*",
2727
"tests",
2828
"/tsconfig.json",
29-
"/tslint.json"
29+
"/tslint.json",
30+
"/yarn.lock"
3031
]
3132
}
3233
}

package.json

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"devDependencies": {
2828
"@angular/core": "^8.2.14",
29-
"@types/jest": "^24.0.25",
30-
"@types/node": "^13.1.6",
29+
"@types/jest": "^24.9.0",
30+
"@types/node": "^13.1.7",
3131
"@types/react": "^16.9.17",
3232
"@types/unist": "^2.0.3",
33-
"core-js": "^3.6.3",
33+
"core-js": "^3.6.4",
3434
"lerna": "^3.20.2",
3535
"npm-run-all": "^4.1.5",
3636
"react": "^16.12.0",
@@ -40,33 +40,6 @@
4040
"yarn-deduplicate": "^1.1.1"
4141
},
4242
"resolutions": {
43-
"typescript": "^3.7.4"
44-
},
45-
"commitlint": {
46-
"extends": [
47-
"@1stg"
48-
]
49-
},
50-
"eslintIgnore": [
51-
"lib",
52-
"node_modules",
53-
"CHANGELOG.md",
54-
"!/.*.js"
55-
],
56-
"prettier": "@1stg/prettier-config",
57-
"remarkConfig": {
58-
"plugins": [
59-
"@1stg/remark-config"
60-
]
61-
},
62-
"stylelint": {
63-
"extends": [
64-
"@1stg/stylelint-config/scss",
65-
"@1stg/stylelint-config/modules"
66-
],
67-
"ignoreFiles": "*.less",
68-
"rules": {
69-
"plugin/no-unsupported-browser-features": null
70-
}
43+
"typescript": "^3.7.5"
7144
}
7245
}

packages/app-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@1stg/remark-config": "^0.2.2",
2222
"@1stg/stylelint-config": "^0.8.8",
2323
"@1stg/tsconfig": "^0.7.2",
24-
"@babel/core": "^7.8.0",
24+
"@babel/core": "^7.8.3",
2525
"@pkgr/es-modules": "^0.2.1",
2626
"@pkgr/imagemin": "^0.3.3",
2727
"browserslist": "^4.8.3",
2828
"eslint": "^6.8.0",
29-
"husky": "^4.0.7",
29+
"husky": "^4.0.10",
3030
"lint-staged": "^9.5.0",
3131
"postcss": "^7.0.26",
3232
"prettier": "^1.19.1",

packages/babel-preset/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@babel/core": ">=7.8.0"
1313
},
1414
"dependencies": {
15-
"@babel/helper-plugin-utils": "^7.8.0",
16-
"@babel/plugin-proposal-class-properties": "^7.8.0",
17-
"@babel/plugin-proposal-decorators": "^7.8.0",
18-
"@babel/preset-env": "^7.8.0",
19-
"@babel/preset-react": "^7.8.0",
20-
"@babel/preset-typescript": "^7.8.0",
15+
"@babel/helper-plugin-utils": "^7.8.3",
16+
"@babel/plugin-proposal-class-properties": "^7.8.3",
17+
"@babel/plugin-proposal-decorators": "^7.8.3",
18+
"@babel/preset-env": "^7.8.3",
19+
"@babel/preset-react": "^7.8.3",
20+
"@babel/preset-typescript": "^7.8.3",
2121
"@pkgr/utils": "^0.3.4",
2222
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
2323
"@vue/babel-preset-jsx": "^1.1.2",
@@ -27,7 +27,7 @@
2727
"babel-plugin-transform-remove-console": "^6.9.4",
2828
"babel-plugin-transform-typescript-metadata": "^0.2.2",
2929
"babel-preset-proposal-typescript": "^1.5.0",
30-
"core-js": "^3.6.3",
30+
"core-js": "^3.6.4",
3131
"fast-async": "^7.0.6"
3232
},
3333
"publishConfig": {

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "JounQin <[email protected]>",
77
"license": "MIT",
88
"dependencies": {
9-
"@commitlint/cli": "^8.3.4",
9+
"@commitlint/cli": "^8.3.5",
1010
"@commitlint/config-conventional": "^8.3.4",
1111
"@commitlint/config-lerna-scopes": "^8.3.4",
1212
"@pkgr/utils": "^0.3.4"

0 commit comments

Comments
 (0)