Skip to content

Commit 66417b6

Browse files
committed
maint/dev! ~ update dev deps (adds new minimum NodeJS-v10+ build requirement)
1 parent a2900a3 commit 66417b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@
151151
"@commitlint/cli": "^11.0.0",
152152
"@commitlint/config-conventional": "^11.0.0",
153153
"@istanbuljs/nyc-config-typescript": "^1.0.1",
154-
"@types/node": "^14.14.14",
155-
"@typescript-eslint/eslint-plugin": "^4.0.1",
156-
"@typescript-eslint/parser": "^4.0.1",
157-
"ava": "^1.4.1",
154+
"@types/node": "^14.14.20",
155+
"@typescript-eslint/eslint-plugin": "^4.12.0",
156+
"@typescript-eslint/parser": "^4.12.0",
157+
"ava": "^3.15.0",
158158
"codecov": "^3.5.0",
159159
"command-exists": "^1.2.9",
160160
"coveralls": "^3.0.5",
161-
"cross-spawn": "^6.0.5",
162-
"cspell": "^4.1.2",
163-
"eslint": "^7.11.0",
164-
"eslint-config-prettier": "^6.11.0",
161+
"cross-spawn": "^7.0.3",
162+
"cspell": "^4.2.7",
163+
"eslint": "^7.17.0",
164+
"eslint-config-prettier": "^7.1.0",
165165
"eslint-plugin-eslint-comments": "^3.2.0",
166166
"eslint-plugin-functional": "^3.2.1",
167167
"eslint-plugin-import": "^2.22.0",
@@ -179,7 +179,7 @@
179179
"rimraf": "^3.0.2",
180180
"shx": "^0.3.3",
181181
"ts-node": "^9.0.0",
182-
"tsd": "^0.13.1",
182+
"tsd": "^0.14.0",
183183
"typescript": "^4.1.3"
184184
},
185185
"optionalDependencies": {},

0 commit comments

Comments
 (0)