Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into greenkeeper/bootstrap-vue-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun authored Feb 5, 2020
2 parents 77200e1 + d795711 commit d1f20e2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 34 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
# npm run <script> --slient suppresses any npm ELIFECYCLE errors, but does
# not silence the script output.

# Static analysis
- name: Lint
run: npm run prettier:check --silent
- name: Test for known vulnerabilities
run: npm run snyk:test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

# Test
- name: Test
run: npm run test:unit:cover --silent
Expand All @@ -42,7 +34,3 @@ jobs:
file: ./coverage/lcov.info
flags: unittests
name: Node.js@${{ matrix.node-version }}
- name: Monitor for vulnerabilities
run: npm run snyk:monitor --silent
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.8",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.4.0",
"core-js": "^3.3.6",
"core-js": "^3.6.1",
"electron-config": "^2.0.0",
"electron-store": "^5.1.0",
"electron-window-state": "^5.0.3",
Expand Down

0 comments on commit d1f20e2

Please sign in to comment.