Skip to content

Commit

Permalink
fix: lock file maintenance (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2022
1 parent 7de753a commit 36498b5
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"path": "cz-conventional-changelog"
}
}
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- /TITLE -->

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

0 comments on commit 36498b5

Please sign in to comment.