Skip to content

Commit

Permalink
fix: lock file maintenance (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 13, 2022
1 parent fa49eca commit 77d1706
Show file tree
Hide file tree
Showing 6 changed files with 1,010 additions and 1,424 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.
7 changes: 3 additions & 4 deletions .gitpod.Dockerfile
Expand Up @@ -4,11 +4,10 @@ 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 "
export PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add gitpod-env-per-project @babel/node
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add gitpod-env-per-project @babel/node @babel/core
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/fp.macro">
<img
src="https://img.shields.io/npm/v/fp.macro.svg"
Expand Down

0 comments on commit 77d1706

Please sign in to comment.