Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 10, 2022
1 parent e4f0d22 commit a9783a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
unsafe-perm=true
save-prefix=~
shrinkwrap=false
save=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ microlink-local --help
**@microlink/local** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/local/blob/master/LICENSE.md) License.<br>
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/local/contributors).

> [microlink.io](https://microlink.io) · GitHub [@MicrolinkHQ](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,27 @@
"serverless"
],
"dependencies": {
"@browserless/function": "~8.8.9",
"@microlink/cli": "~2.0.0-2.0",
"browserless": "~8.8.8",
"picocolors": "~0.2.1",
"@browserless/function": "~9.4.1",
"@microlink/cli": "~2.1.0",
"browserless": "~9.5.1",
"picocolors": "~1.0.0",
"pretty-ms": "~7.0.1",
"puppeteer": "~8.0.0",
"update-notifier": "~5.1.0"
"puppeteer": "~15.3.2",
"update-notifier": "5"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@mozilla/readability": "~0.4.1",
"@mozilla/readability": "latest",
"conventional-github-releaser": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"git-dirty": "latest",
"lint-staged": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"prettier-standard": "latest",
"simple-git-hooks": "latest",
"standard": "latest",
"standard-markdown": "latest",
"standard-version": "latest"
},
Expand Down Expand Up @@ -80,19 +81,19 @@
"@commitlint/config-conventional"
]
},
"lint-staged": {
"package.json": [
"finepack"
],
"nano-staged": {
"*.js,!*.min.js,": [
"prettier-standard"
],
"*.md": [
"standard-markdown"
],
"package.json": [
"finepack"
]
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
"pre-commit": "npx nano-staged"
}
}

0 comments on commit a9783a5

Please sign in to comment.