Skip to content

Commit

Permalink
(chore) update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Sep 16, 2024
1 parent d76f10e commit 086060b
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 236 deletions.
4 changes: 2 additions & 2 deletions dashboard/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pinia": "^2.2.2",
"primevue": "3.50.0",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.4",
"vue-router": "4.4.4"
"vue": "3.5.5",
"vue-router": "4.4.5"
}
}
6 changes: 3 additions & 3 deletions dashboard/new-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"pinia": "^2.2.2",
"primevue": "3.50.0",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.4",
"vue-router": "4.4.4"
"vue": "3.5.5",
"vue-router": "4.4.5"
},
"devDependencies": {
"@types/humanize-duration": "^3.27.4",
"@types/sanitize-html": "^2.13.0",
"global-jsdom": "^24.0.0",
"jsdom": "^25.0.0",
"msw": "^2.4.5"
"msw": "^2.4.7"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.4",
"@vue/compiler-sfc": "^3.5.5",
"@vue/eslint-config-typescript": "^13.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
Expand All @@ -28,15 +28,15 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-vue": "^9.28.0",
"lightningcss": "^1.27.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rollup": "^4.21.3",
"sass": "^1.78.0",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "5.4.4",
"vite": "5.4.5",
"vite-plugin-static-copy": "^1.0.6",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-tsc": "^2.1.6"
},
"pnpm": {
Expand All @@ -57,6 +57,6 @@
"eslint-plugin-unicorn": "^55.0.0",
"isoworker": "^0.2.4",
"prettier": "^3.3.3",
"vitest": "^2.1.0"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 086060b

Please sign in to comment.