Skip to content

Commit

Permalink
Merge pull request #91 from coliff/dev/coliff/dev-deps-update
Browse files Browse the repository at this point in the history
updates to dev deps
  • Loading branch information
coliff authored Jun 21, 2022
2 parents 49a5acd + 14d135e commit 04e05f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Dependency Review'
name: "Dependency Review"
on: [pull_request]

permissions:
Expand All @@ -8,7 +8,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1
- name: "Dependency Review"
uses: actions/dependency-review-action@v2
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"devDependencies": {
"clean-css-cli": "^5.6.0",
"eslint": "^8.13.0",
"eslint": "^8.18.0",
"npm-run-all": "^4.1.5",
"sass": "^1.50.0",
"stylelint": "14.6.1",
"stylelint-config-twbs-bootstrap": "3.0.1",
"terser": "^5.12.1"
"sass": "^1.52.3",
"stylelint": "14.9.1",
"stylelint-config-twbs-bootstrap": "4.0.0",
"terser": "^5.14.1"
}
}

0 comments on commit 04e05f2

Please sign in to comment.