Skip to content

Commit ba4a9bd

Browse files
author
Sascha Goldhofer
committed
chore: update dev dependencies
1 parent 8129ff3 commit ba4a9bd

File tree

2 files changed

+788
-1358
lines changed

2 files changed

+788
-1358
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,22 @@
3838
"@types/chai": "^4.2.14",
3939
"@types/mocha": "^9.1.1",
4040
"@types/node": "^14.14.10",
41-
"@typescript-eslint/eslint-plugin": "^4.7.0",
42-
"@typescript-eslint/parser": "^4.7.0",
41+
"@typescript-eslint/eslint-plugin": "^5.20.0",
42+
"@typescript-eslint/parser": "^5.20.0",
4343
"chai": "^4.2.0",
4444
"chalk": "^2.3.0",
45-
"eslint": "^7.13.0",
45+
"eslint": "^8.14.0",
4646
"eslint-plugin-array-func": "^3.1.7",
4747
"eslint-plugin-node": "^11.1.0",
4848
"eslint-plugin-optimize-regex": "^1.2.0",
49-
"eslint-plugin-promise": "^4.2.1",
50-
"glob": "^7.1.2",
49+
"eslint-plugin-promise": "^6.0.0",
50+
"glob": "^8.0.1",
51+
"json-schema-test-suite": "^0.0.10",
5152
"mocha": "^9.2.2",
52-
"nyc": "^10.0.0",
53+
"nyc": "^15.1.0",
5354
"terser-webpack-plugin": "^5.0.3",
54-
"ts-loader": "^8.0.11",
55-
"ts-node": "^9.0.0",
55+
"ts-loader": "^9.2.8",
56+
"ts-node": "^10.7.0",
5657
"typescript": "^4.6.3",
5758
"watch": "^1.0.1",
5859
"webpack": "^5.9.0",
@@ -63,7 +64,6 @@
6364
"fast-deep-equal": "^3.1.3",
6465
"gson-pointer": "^4.1.1",
6566
"gson-query": "^5.1.0",
66-
"json-schema-test-suite": "^0.0.10",
6767
"valid-url": "^1.0.9"
6868
},
6969
"resolutions": {

0 commit comments

Comments
 (0)