Skip to content

Commit

Permalink
fix: lock file maintenance (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2021
1 parent c495c92 commit 2f9ed04
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .cz.json
@@ -1,3 +1,3 @@
{
"path": "cz-conventional-changelog"
}
}
2 changes: 1 addition & 1 deletion .gitattributes
Expand Up @@ -2,4 +2,4 @@
*.glb filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.vsix filter=lfs diff=lfs merge=lfs -text
*.vsix filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md
Expand Up @@ -8,4 +8,4 @@ The following dependencies are deprecated:
- **{{ dependency }}**
{% endfor %}

Check out the [build]({{ env.RUN_URL }}) for details.
Check out the [build]({{ env.RUN_URL }}) for details.
5 changes: 3 additions & 2 deletions .gitpod.Dockerfile
Expand Up @@ -4,10 +4,11 @@ FROM gitpod/workspace-full:latest
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
RUN sudo apt-get install git-lfs
RUN git lfs install
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN echo "
export PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add gitpod-env-per-project @babel/node
RUN sudo apt-get install -y graphviz
RUN brew install gh

# Puppeteer dependencies
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
<!-- /TITLE -->

<!-- BADGES/ -->
<p>
<p>
<a href="https://npmjs.org/package/mock-argv">
<img
src="https://img.shields.io/npm/v/mock-argv.svg"
Expand Down

0 comments on commit 2f9ed04

Please sign in to comment.