Skip to content

Commit

Permalink
fix dev-detector version mismatch (#122)
Browse files Browse the repository at this point in the history
* fix dev-detector version mismatch

* update validation rule
  • Loading branch information
ZheSun88 authored Jun 11, 2024
1 parent f07b002 commit 2d75cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '23.0'
- '23.1'
- '23.2'
- '23.3'
- '23.5'
paths-ignore:
- 'README.md'
- '.github/ISSUE_TEMPLATE/*'
Expand Down
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@vaadin/time-picker": "23.5.1",
"@vaadin/tooltip": "23.5.1",
"@vaadin/upload": "23.5.1",
"@vaadin/vaadin-development-mode-detector": "2.0.6",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-list-mixin": "23.5.1",
"@vaadin/vaadin-lumo-styles": "23.5.1",
"@vaadin/vaadin-themable-mixin": "23.5.1",
Expand Down

0 comments on commit 2d75cae

Please sign in to comment.