|
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | "lint-staged": {
|
45 |
| - "*.{js,ts}": [ |
46 |
| - "eslint --fix", |
47 |
| - "git add" |
48 |
| - ], |
49 |
| - "*.{md,json}": [ |
50 |
| - "prettier --write", |
51 |
| - "git add" |
52 |
| - ] |
| 45 | + "*.{js,ts}": "eslint --fix", |
| 46 | + "*.{md,json}": "prettier --write" |
53 | 47 | },
|
54 | 48 | "prettier": {
|
55 | 49 | "arrowParens": "avoid",
|
|
95 | 89 | "@babel/core": "^7.4.4",
|
96 | 90 | "@babel/preset-env": "^7.4.4",
|
97 | 91 | "@babel/preset-typescript": "^7.3.3",
|
98 |
| - "@commitlint/cli": "^8.2.0", |
99 |
| - "@commitlint/config-conventional": "^8.2.0", |
| 92 | + "@commitlint/cli": "^9.1.1", |
| 93 | + "@commitlint/config-conventional": "^9.1.1", |
100 | 94 | "@schemastore/package": "^0.0.6",
|
101 |
| - "@semantic-release/changelog": "^3.0.5", |
102 |
| - "@semantic-release/git": "^7.0.17", |
| 95 | + "@semantic-release/changelog": "^5.0.1", |
| 96 | + "@semantic-release/git": "^9.0.0", |
103 | 97 | "@types/dedent": "^0.7.0",
|
104 |
| - "@types/jest": "^25.1.0", |
105 |
| - "@types/node": "^12.6.6", |
106 |
| - "@types/prettier": "^1.19.0", |
| 98 | + "@types/jest": "^26.0.0", |
| 99 | + "@types/node": "^14.0.0", |
| 100 | + "@types/prettier": "^2.0.0", |
107 | 101 | "@typescript-eslint/eslint-plugin": "^4.0.1",
|
108 | 102 | "@typescript-eslint/parser": "^4.0.1",
|
109 |
| - "babel-jest": "^25.2.0", |
| 103 | + "babel-jest": "^26.0.1", |
110 | 104 | "babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
111 | 105 | "dedent": "^0.7.0",
|
112 |
| - "eslint": "^5.1.0 || ^6.0.0", |
| 106 | + "eslint": "^5.1.0 || ^6.0.0 || ^7.0.0", |
113 | 107 | "eslint-config-prettier": "^6.5.0",
|
114 | 108 | "eslint-plugin-eslint-comments": "^3.1.2",
|
115 | 109 | "eslint-plugin-eslint-config": "^1.0.2",
|
116 | 110 | "eslint-plugin-eslint-plugin": "^2.0.0",
|
117 | 111 | "eslint-plugin-import": "^2.20.2",
|
118 | 112 | "eslint-plugin-node": "^11.0.0",
|
119 | 113 | "eslint-plugin-prettier": "^3.0.0",
|
120 |
| - "husky": "^3.0.9", |
121 |
| - "jest": "^25.2.0", |
| 114 | + "husky": "^4.2.5", |
| 115 | + "jest": "^26.0.1", |
122 | 116 | "jest-runner-eslint": "^0.10.0",
|
123 |
| - "lint-staged": "^9.4.2", |
124 |
| - "prettier": "^1.19.1", |
| 117 | + "lint-staged": "^10.2.2", |
| 118 | + "prettier": "^2.0.5", |
125 | 119 | "resolve-from": "^5.0.0",
|
126 | 120 | "rimraf": "^3.0.0",
|
127 |
| - "semantic-release": "^15.13.28", |
128 |
| - "ts-node": "^8.10.1", |
| 121 | + "semantic-release": "^17.0.7", |
| 122 | + "ts-node": "^9.0.0", |
129 | 123 | "typescript": "^3.5.3"
|
130 | 124 | },
|
131 | 125 | "peerDependencies": {
|
|
0 commit comments