Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Feb 4, 2023
1 parent ff86cde commit c31cf43
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@
"node": "14 || 16 || 18"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@types/pg": "^8.6.0",
"@types/ws": "^8.2.0",
"eslint": "^8.20.0",
"@types/node": "^18.11.18",
"@types/pg": "^8.6.6",
"@types/ws": "^8.5.4",
"eslint": "^8.33.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"metatests": "^0.8.2",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"prettier": "^2.8.3",
"typescript": "^4.9.5"
},
"dependencies": {
"impress": "^3.0.0-alpha.4",
"metasql": "^2.0.4",
"pg": "^8.7.3",
"redis": "^4.2.0"
"impress": "^3.0.0-alpha.7",
"metasql": "^2.1.2",
"pg": "^8.9.0",
"redis": "^4.6.4"
}
}

0 comments on commit c31cf43

Please sign in to comment.