Skip to content

Commit e9d77bb

Browse files
author
Colm Doyle
committed
bump versions
1 parent 9f0749c commit e9d77bb

File tree

2 files changed

+351
-291
lines changed

2 files changed

+351
-291
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
},
2525
"devDependencies": {
2626
"@istanbuljs/nyc-config-typescript": "^1.0.2",
27-
"@types/lodash": "^4.14.176",
28-
"@types/mocha": "^9.1.0",
29-
"@types/node": "^16.11.6",
30-
"@types/sinon": "^10.0.6",
31-
"@typescript-eslint/eslint-plugin": "^5.7.0",
32-
"@typescript-eslint/parser": "^5.7.0",
33-
"eslint": "^8.2.0",
34-
"eslint-config-prettier": "^8.3.0",
27+
"@types/lodash": "^4.14.195",
28+
"@types/mocha": "^9.1.1",
29+
"@types/node": "^16.18.38",
30+
"@types/sinon": "^10.0.15",
31+
"@typescript-eslint/eslint-plugin": "^5.61.0",
32+
"@typescript-eslint/parser": "^5.61.0",
33+
"eslint": "^8.44.0",
34+
"eslint-config-prettier": "^8.8.0",
3535
"eslint-plugin-no-only-tests": "^2.6.0",
3636
"merge2": "^1.4.1",
37-
"mocha": "^9.2.0",
38-
"nock": "^13.0.11",
37+
"mocha": "^9.2.2",
38+
"nock": "^13.3.1",
3939
"nyc": "^15.1.0",
40-
"prettier": "^2.5.1",
41-
"sinon": "^7.3.2",
42-
"ts-node": "^10.4.0",
43-
"tslib": "^2.3.1",
44-
"typescript": "^4.5.3"
40+
"prettier": "^2.8.8",
41+
"sinon": "^7.5.0",
42+
"ts-node": "^10.9.1",
43+
"tslib": "^2.6.0",
44+
"typescript": "^4.9.5"
4545
},
4646
"scripts": {
4747
"clean": "rm -r -f dist",
@@ -58,4 +58,4 @@
5858
},
5959
"license": "Apache-2.0",
6060
"packageManager": "[email protected]"
61-
}
61+
}

0 commit comments

Comments
 (0)