Skip to content

Commit 4ab0f75

Browse files
committed
(chore) update libs
1 parent 00aa23f commit 4ab0f75

File tree

4 files changed

+192
-331
lines changed

4 files changed

+192
-331
lines changed

dashboard/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"primevue": "4.3.3",
1212
"rxjs": "8.0.0-alpha.14",
1313
"vue": "3.5.13",
14-
"vue-router": "4.5.0"
14+
"vue-router": "4.5.1"
1515
}
1616
}

dashboard/new-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"primevue": "4.3.3",
1414
"rxjs": "8.0.0-alpha.14",
1515
"vue": "3.5.13",
16-
"vue-router": "4.5.0"
16+
"vue-router": "4.5.1"
1717
},
1818
"devDependencies": {
1919
"@types/humanize-duration": "^3.27.4",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"eslint-config-prettier": "^10.1.2",
2424
"eslint-plugin-import": "^2.31.0",
2525
"eslint-plugin-prettier": "^5.2.6",
26-
"eslint-plugin-unicorn": "^58.0.0",
26+
"eslint-plugin-unicorn": "^59.0.0",
2727
"eslint-plugin-vue": "^9.33.0",
2828
"isoworker": "^0.2.4",
2929
"prettier": "^3.5.3",
30-
"rollup": "^4.40.0",
30+
"rollup": "^4.40.1",
3131
"tailwindcss": "^4.1.4",
3232
"typescript": "^5.8.3",
33-
"typescript-eslint": "^8.31.0",
33+
"typescript-eslint": "^8.31.1",
3434
"unplugin-vue-components": "^28.5.0",
35-
"vite": "^6.3.2",
35+
"vite": "^6.3.3",
3636
"vite-plugin-static-copy": "^2.3.1",
3737
"vitest": "^3.1.2",
3838
"vue": "^3.5.13",

0 commit comments

Comments
 (0)