Skip to content

Commit

Permalink
chore: update dependencies & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tkachenko committed Jun 15, 2021
1 parent 46a863d commit 817fe09
Show file tree
Hide file tree
Showing 6 changed files with 869 additions and 1,734 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
5 changes: 5 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
npx --no-install yarn lint
3 changes: 0 additions & 3 deletions .huskyrc.yml

This file was deleted.

36 changes: 18 additions & 18 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@fbl-plugins/crypto",
"version": "1.4.0",
"version": "1.4.1",
"description": "FBL file encryption/decryption plugin",
"main": "dist/index.js",
"scripts": {
Expand All @@ -18,37 +18,37 @@
"author": "FireBlink LTD",
"license": "MIT",
"dependencies": {
"joi": "17.3.0",
"niceware": "2.0.1"
"joi": "17.4.0",
"niceware": "2.0.2"
},
"peerDependencies": {
"fbl": ">=1.15.0 <2.0.0"
"fbl": ">=1.15.1 <2.0.0"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/chai": "4.2.14",
"@types/node": "14.14.22",
"chai": "4.2.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/chai": "4.2.18",
"@types/node": "15.12.2",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"commitizen": "4.2.3",
"commitizen": "4.2.4",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
"fbl": "1.15.0",
"husky": "4.3.8",
"fbl": "1.15.1",
"husky": "6.0.0",
"jsonlint": "1.6.3",
"lint-staged": "10.5.3",
"mocha": "8.2.1",
"lint-staged": "11.0.0",
"mocha": "9.0.0",
"mocha-typescript": "1.1.17",
"mochawesome": "6.2.1",
"mochawesome": "6.2.2",
"nyc": "15.1.0",
"prettier": "2.2.1",
"prettier": "2.3.1",
"rimraf": "3.0.2",
"source-map-support": "0.5.19",
"ts-node": "9.1.1",
"ts-node": "10.0.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "4.1.3",
"typescript": "4.3.2",
"yarn-check": "0.0.3"
},
"nyc": {
Expand Down

0 comments on commit 817fe09

Please sign in to comment.