Skip to content

Commit

Permalink
[js] Update all Yarn dependencies (2025-01-09) (#3578)
Browse files Browse the repository at this point in the history
* Update all Yarn dependencies (2025-01-09)

* revert @yaireo/tagify

* flaky test

* another flaky test

* another flaky test

---------

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Paul Bob <paul.ionut.bob@gmail.com>
  • Loading branch information
depfu[bot] and Paul-Bob authored Jan 10, 2025
1 parent 44e1418 commit 526dbaf
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 139 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"@rails/activestorage": "^6.1.710",
"@stimulus-components/clipboard": "^5.0.0",
"@stimulus-components/password-visibility": "^3.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tiptap/core": "^2.10.4",
"@tiptap/extension-bold": "^2.10.4",
"@tiptap/extension-bullet-list": "^2.10.4",
"@tiptap/extension-document": "^2.10.4",
"@tiptap/extension-hard-break": "^2.10.4",
"@tiptap/extension-italic": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-list-item": "^2.10.4",
"@tiptap/extension-ordered-list": "^2.10.4",
"@tiptap/extension-paragraph": "^2.10.4",
"@tiptap/extension-placeholder": "^2.10.4",
"@tiptap/extension-strike": "^2.10.4",
"@tiptap/extension-text": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-bold": "^2.11.0",
"@tiptap/extension-bullet-list": "^2.11.0",
"@tiptap/extension-document": "^2.11.0",
"@tiptap/extension-hard-break": "^2.11.0",
"@tiptap/extension-italic": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-list-item": "^2.11.0",
"@tiptap/extension-ordered-list": "^2.11.0",
"@tiptap/extension-paragraph": "^2.11.0",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-strike": "^2.11.0",
"@tiptap/extension-text": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@yaireo/tagify": "^4.32.2",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
"chart.js": "^3.9.1",
"chartkick": "^4.2.0",
"codemirror": "5.59.1",
"core-js": "^3.39.0",
"core-js": "^3.40.0",
"css-loader": "^6.11.0",
"dompurify": "^3.2.3",
"easymde": "^2.18.0",
Expand Down
3 changes: 3 additions & 0 deletions spec/system/avo/date_time_fields/time_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
close_picker

save
wait_for_loaded

expect(find_field_value_element("starting_at").text).to eq "17:30"
end
Expand Down Expand Up @@ -171,6 +172,7 @@
close_picker

save
wait_for_loaded

expect(find_field_value_element("starting_at").text).to eq "17:30"
end
Expand Down Expand Up @@ -209,6 +211,7 @@
expect(text_input.value).to eq "08:30"

save
wait_for_loaded

expect(find_field_value_element("starting_at").text).to eq "08:30"
end
Expand Down
Loading

0 comments on commit 526dbaf

Please sign in to comment.