Skip to content

Commit

Permalink
update primevue to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 4, 2024
1 parent 62f558c commit b48c8fe
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 70 deletions.
4 changes: 2 additions & 2 deletions dashboard/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"dependencies": {
"@fontsource/inter": "5.1.0",
"@fontsource/jetbrains-mono": "5.1.1",
"@primevue/themes": "^4.0.7",
"@primevue/themes": "^4.2.1",
"echarts": "5.5.1",
"new-dashboard": "workspace:*",
"pinia": "^2.2.6",
"primevue": "4.0.7",
"primevue": "4.2.1",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.12",
"vue-router": "4.4.5"
Expand Down
4 changes: 2 additions & 2 deletions dashboard/new-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"private": true,
"dependencies": {
"@heroicons/vue": "2.1.5",
"@primevue/core": "^4.0.7",
"@primevue/core": "^4.2.1",
"@vueuse/core": "^11.2.0",
"echarts": "5.5.1",
"fast-equals": "5.0.1",
"humanize-duration": "3.32.1",
"p-limit": "^6.1.0",
"pinia": "^2.2.6",
"primevue": "4.0.7",
"primevue": "4.2.1",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.12",
"vue-router": "4.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<InputNumber
v-if="value === 'quantile'"
v-model="quantile"
size="3"
:min="0"
:max="100"
:step="10"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest run"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.0.7",
"@primevue/auto-import-resolver": "^4.2.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.12.2",
Expand Down Expand Up @@ -48,7 +48,7 @@
]
},
"patchedDependencies": {
"primevue@4.0.7": "patches/primevue@4.0.7.patch"
"primevue@4.2.1": "patches/primevue@4.2.1.patch"
}
},
"engines": {
Expand Down
14 changes: 0 additions & 14 deletions patches/[email protected]

This file was deleted.

Binary file added patches/[email protected]
Binary file not shown.
98 changes: 49 additions & 49 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 b48c8fe

Please sign in to comment.