Skip to content

Commit

Permalink
build: update deps to clean up yarn audit (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Dec 1, 2022
1 parent a4a6071 commit f1dd2bf
Show file tree
Hide file tree
Showing 4 changed files with 2,573 additions and 5,048 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps-test: &steps-test
name: Install Linux Dependencies
command: |
if [ "`uname`" == "Linux" ]; then
sudo apt-get update && sudo apt-get install --no-install-recommends -y libasound2 libgtk-3-0 libnss3 libxss1 libxtst6 xvfb
sudo apt-get update && sudo apt-get install --no-install-recommends -y libasound2 libgtk-3-0 libnss3 libxss1 libxtst6 xvfb libgbm-dev
fi
- checkout
- *step-restore-cache
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- *step-restore-cache
- run: yarn install
- run: npx @continuous-auth/[email protected]
- run: npx semantic-release
- run: npx semantic-release@17.4.5
workflows:
version: 2
test_and_release:
Expand Down
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@continuous-auth/semantic-release-npm",
"@semantic-release/github"
],
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,14 @@
"@types/glob": "^7.1.1"
},
"devDependencies": {
"@continuous-auth/semantic-release-npm": "^2.0.0",
"@semantic-release/changelog": "^5.0.0",
"electron": "^5.0.0",
"electron-mocha": "^8.2.1",
"@continuous-auth/semantic-release-npm": "^3.0.0",
"electron": "^22.0.0",
"electron-mocha": "^11.0.2",
"lodash": "^4.17.15",
"mocha": "^7.1.1",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.4",
"standard": "^14.3.3",
"tsd": "^0.11.0",
"tsd": "^0.25.0",
"xvfb-maybe": "^0.2.1"
}
}
Loading

0 comments on commit f1dd2bf

Please sign in to comment.