Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 22, 2020
1 parent 1487546 commit e1226de
Show file tree
Hide file tree
Showing 3 changed files with 1,110 additions and 331 deletions.
12 changes: 5 additions & 7 deletions package.json
Expand Up @@ -23,23 +23,21 @@
"build:ts": "tsc -b",
"lint": "run-p lint:*",
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly",
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc --incremental false --noEmit",
"prelint": "r",
"type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files *.d.ts --strict"
"type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files '**/*.d.ts' --strict"
},
"peerDependencies": {
"prettier": ">=1.0.0"
},
"devDependencies": {
"@1stg/lib-config": "^0.1.20",
"@1stg/lib-config": "^0.4.3",
"npm-run-all": "^4.1.5",
"type-coverage": "^2.4.0",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"resolutions": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3"
"@babel/core": "^7.8.4"
},
"typeCoverage": {
"atLeast": 100
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@1stg/tsconfig/lib",
"extends": "./node_modules/@1stg/tsconfig/lib",
"compilerOptions": {
"baseUrl": ".",
"outDir": "lib"
Expand Down

0 comments on commit e1226de

Please sign in to comment.