Skip to content

Commit

Permalink
[clients > web] fix tons of 'vulns' by updating pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Nov 1, 2023
1 parent db6d821 commit 1b76c31
Show file tree
Hide file tree
Showing 4 changed files with 1,715 additions and 1,264 deletions.
43 changes: 22 additions & 21 deletions clients/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,33 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@microsoft/signalr": "^7.0.0",
"@unocss/reset": "^0.46.5",
"@vueuse/core": "^9.6.0",
"@headlessui/vue": "^1.7.16",
"@microsoft/signalr": "^7.0.12",
"@unocss/reset": "^0.57.1",
"@vueuse/core": "^10.5.0",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"can-autoplay": "^3.0.2",
"unocss": "^0.46.5",
"vue": "^3.2.41"
"unocss": "^0.57.1",
"vue": "^3.3.7"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.68",
"@unocss/preset-web-fonts": "^0.46.5",
"@unocss/transformer-directives": "^0.46.5",
"@unocss/transformer-variant-group": "^0.46.5",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.8.10",
"@unocss/preset-web-fonts": "^0.57.1",
"@unocss/transformer-directives": "^0.57.1",
"@unocss/transformer-variant-group": "^0.57.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "~4.7.4",
"vite": "^3.1.8",
"vue-tsc": "^1.0.8"
"prettier": "^3.0.3",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
}
}
Loading

0 comments on commit 1b76c31

Please sign in to comment.