Skip to content

Commit

Permalink
Package maintenance
Browse files Browse the repository at this point in the history
- update dependencies
- update engines
- update supported supported versions

PR-URL: #352
  • Loading branch information
tshemsedinov committed Jul 19, 2021
1 parent 02183e1 commit 5de79aa
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 34 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Improve code style
- Move types to package root
- Package maintenance: update dependencies, update engines, security

## [1.3.2][] - 2021-06-30

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :white_check_mark: |
| 1.2.x | :x: |
| 1.3.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
74 changes: 46 additions & 28 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 @@ -40,21 +40,21 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "^12.9 || 14 || 15"
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"metautil": "^3.5.4",
"metautil": "^3.5.6",
"metavm": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.12.5",
"eslint": "^7.29.0",
"@types/node": "^16.3.3",
"eslint": "^7.31.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}

0 comments on commit 5de79aa

Please sign in to comment.