Skip to content

Commit

Permalink
Merge pull request #2328 from scratchfoundation/renovate/pin-dependen…
Browse files Browse the repository at this point in the history
…cies

chore(deps): pin dependencies
  • Loading branch information
cwillisf authored Feb 16, 2024
2 parents 565de3a + 02db366 commit c81b912
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
env:
TRIGGER_DEPLOY: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/beta') }}
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
if: github.event_name == 'pull_request'
- uses: actions/setup-node@v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: "npm"
node-version-file: ".nvmrc"
Expand All @@ -50,7 +50,7 @@ jobs:
NODE_ENV: production
- name: Deploy playground to GitHub Pages
if: ${{ env.TRIGGER_DEPLOY == 'true'}}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: playground
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
update-tx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: 'develop'
- uses: actions/setup-node@v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"scratch-render-fonts": "^1.0.0-prerelease.20210401210003"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"autoprefixer": "9.7.4",
Expand All @@ -59,7 +59,7 @@
"babel-loader": "8.2.5",
"babel-plugin-react-intl": "3.0.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"canvas": "^2.11.2",
"canvas": "2.11.2",
"css-loader": "3.4.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
Expand All @@ -70,7 +70,7 @@
"gh-pages": "3.2.3",
"html-webpack-plugin": "3.2.0",
"husky": "8.0.1",
"jest": "^27.0.5",
"jest": "27.5.1",
"jest-junit": "13.0.0",
"json": "9.0.6",
"lodash.defaultsdeep": "4.6.1",
Expand Down

0 comments on commit c81b912

Please sign in to comment.