Skip to content

Commit

Permalink
Update deps to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Dec 18, 2022
1 parent f63377f commit 79a35ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -46,11 +46,11 @@
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-typescript": "^5.5.3",
"mocha": "^10.1.0",
"prettier": "^2.8.0",
"mocha": "^10.2.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 79a35ea

Please sign in to comment.