Skip to content

Commit 8135579

Browse files
committed
Update dev dependencies
1 parent f10c74f commit 8135579

2 files changed

Lines changed: 35 additions & 1758 deletions

File tree

package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,24 @@
2121
"main": "dist/node-java-props.js",
2222
"browser": "dist/java-props.js",
2323
"scripts": {
24-
"build": "yarn run clean && yarn run tslint && yarn run build-ts",
25-
"build-ts": "tsc",
26-
"clean": "rimraf dist",
27-
"tslint": "tslint -c tslint.json -p tsconfig.json",
28-
"test": "jest --forceExit --coverage --verbose",
29-
"watch-test": "yarn run test -- --watchAll",
30-
"release": "yarn run test && yarn run build && np"
24+
"clean": "rimraf ./dist",
25+
"build": "yarn run clean && yarn run build:ts",
26+
"build:ts": "tsc",
27+
"lint": "tslint -c ./tslint.json -p ./tsconfig.json",
28+
"test": "jest --coverage --verbose",
29+
"test:watch": "yarn run test -- --watchAll",
30+
"release": "yarn run lint && yarn run build && np"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^24.0.18",
3434
"@types/node": "^12.7.11",
3535
"jest": "^24.9.0",
36-
"np": "^6.3.2",
37-
"rimraf": "^3.0.0",
38-
"ts-jest": "^24.1.0",
39-
"tslint": "^5.20.0",
40-
"typescript": "^3.6.3"
36+
"rimraf": "^3.0.2",
37+
"ts-jest": "^24.3.0",
38+
"tslint": "^5.20.1",
39+
"typescript": "^3.9.10"
40+
},
41+
"resolutions": {
42+
"stack-utils": "1.0.2"
4143
}
4244
}

0 commit comments

Comments
 (0)