Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
PR-URL: #1750
  • Loading branch information
tshemsedinov committed Jun 25, 2022
1 parent afeefb3 commit cd520c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "14 || 16 || 18"
"node": "14 || 16 || 18"
},
"dependencies": {
"metacom": "^3.0.0-alpha.1",
Expand All @@ -75,15 +75,15 @@
"metawatch": "^1.0.5"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^18.0.0",
"@types/ws": "^8.5.3",
"eslint": "^8.16.0",
"eslint": "^8.18.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.8.2",
"prettier": "^2.6.2",
"typescript": "^4.7.2"
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}

0 comments on commit cd520c7

Please sign in to comment.