Skip to content

Commit

Permalink
chore: update primevue to 3.53.0
Browse files Browse the repository at this point in the history
I should update it to 4.x but the tests are failing. So I settled for
the latest 3.x version for now. Let's revisit this later.
  • Loading branch information
haoqunjiang committed Nov 27, 2024
1 parent 66598b2 commit 43d37fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/primevue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'primefaces/primevue',
tag: '3.52.0',
tag: '3.53.0',
build: 'build',
test: 'test:unit',
patchFiles: {
Expand Down

0 comments on commit 43d37fa

Please sign in to comment.