Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update dependencies (#390)
Browse files Browse the repository at this point in the history
- Update dependencies;
- Add @dependabot to the showcase directory too.
  • Loading branch information
PedroHLC authored May 4, 2022
1 parent aa2258e commit 53c160e
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 559 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ updates:
schedule:
interval: daily
rebase-strategy: "disabled"
- package-ecosystem: elm
directory: "/showcase"
schedule:
interval: daily
rebase-strategy: "disabled"

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://paackeng.github.io/paack-ui/",
"dependencies": {
"@percy/cli": "^1.0.0-beta.76",
"@percy/cli": "^1.1.0",
"@percy/cypress": "^3.1.1",
"cypress": "^9.5.2",
"cypress": "^9.6.0",
"elm": "^0.19.1-5",
"elm-format": "^0.8.5",
"elm-hot": "^1.1.6",
Expand All @@ -49,6 +49,6 @@
},
"devDependencies": {
"elm-doc-preview": "^5.0.5",
"elm-review": "^2.7.1"
"elm-review": "^2.7.2"
}
}
Loading

0 comments on commit 53c160e

Please sign in to comment.