Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 73c29f0 commit 4a930dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- if: github.repository == 'rust-lang/crates.io'
run: pnpm percy exec -- pnpm e2e

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tracked-toolbox": "2.0.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.0",
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
Expand All @@ -70,12 +70,12 @@
"@mainmatter/ember-api-actions": "0.6.0",
"@percy/cli": "1.28.7",
"@percy/ember": "4.2.0",
"@percy/playwright": "^1.0.5",
"@playwright/test": "^1.43.1",
"@percy/playwright": "1.0.5",
"@playwright/test": "1.44.1",
"@sinonjs/fake-timers": "11.2.2",
"@types/ember": "^4.0.11",
"@types/node": "^20.14.2",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/ember": "4.0.11",
"@types/node": "20.14.2",
"@types/sinonjs__fake-timers": "8.1.5",
"@zestia/ember-auto-focus": "5.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-a11y-testing": "6.1.1",
Expand Down Expand Up @@ -139,7 +139,7 @@
"qunit-console-grouper": "0.3.0",
"qunit-dom": "3.1.2",
"tracked-built-ins": "3.3.0",
"typescript": "^5.5.2",
"typescript": "5.5.2",
"webpack": "5.92.0"
},
"resolutions": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 4a930dd

Please sign in to comment.