Skip to content

Commit

Permalink
chore(deps): bump sa11y from 3.1.5 to 3.2.1 (#2736)
Browse files Browse the repository at this point in the history
Bumps [sa11y](https://github.com/ryersondmp/sa11y) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/ryersondmp/sa11y/releases)
- [Commits](ryersondmp/sa11y@3.1.5...3.2.1)

---
updated-dependencies:
- dependency-name: sa11y
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent c726946 commit 1df3fde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion showcases/angular-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"rxjs": "~7.8.1",
"sa11y": "3.1.5",
"sa11y": "3.2.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "6.23.1",
"sa11y": "3.1.5"
"sa11y": "3.2.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:e2e": "cross-env showcase=vue-showcase npx playwright test --config=../playwright.config.ts"
},
"dependencies": {
"sa11y": "3.1.5",
"sa11y": "3.2.1",
"vue": "^3.4.29",
"vue-router": "4.3.3"
},
Expand Down

0 comments on commit 1df3fde

Please sign in to comment.