From 11b55e5a3881bb069821c14a143c30b0a9c5bafb Mon Sep 17 00:00:00 2001 From: Linus Ang Date: Mon, 18 Sep 2023 22:16:11 +0800 Subject: [PATCH] updated npm packages --- bun.lockb | Bin 190711 -> 190711 bytes package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bun.lockb b/bun.lockb index 50d6c78614811bcc493414d744c5add670e79a6d..024bca95829eab892b613e989ae7cc1b6aebb4f8 100755 GIT binary patch delta 642 zcmex%kG zxtRr)p`BPg0|SMYfE*tVbf72$Lj%|&Q1gfr6T;NIJt37*elDZg^ads-6GA0-oJ1 z2P!o*&;v@DPG7*xBravHXOdc+lbHv!Y-dPA^?HF7KY&Us^h_+LUu0(TWi+4ukex}G z6C$Q(WI5fMg~=z&n1LY!7%E&qgXgO@=xDd5CIMBL>KW-7F)$PXW%z(Hhn@AOOxbJv z87O0*XK1Ep#!!}7k_vPWg9b~cfIH`}3ZRS$&@Gk>V3}f|8*DF{v>Un#Wr6h=8|s-% b|H#55#$usoXgHmlmC16RBwGw}XgJW(q6`cT$c`pYjLA5EdqOIs{9H!U=?zRwCXxmW)<6psfQFwq zbMBQ?K%5>2W1Oj;k=gXKOiU6MMrL{j3?)DnLO>PQg^#KGo!vVhsKP|gNY9vop$#Y_ z2$b=$I+!)vWS%cj#uzALVme)xnaP0BV7ebOld-%3&7ABu8BL;>HV1RG|&77~=prhTIngrBfss}WbfuRT}!v~Z(?5sa!%3kBoKp6u) zLo+=?hO*3(RG?EBG*~hP+&O<$0A)<{jP)!Tz%s=^>uoQZv>Un#Wr6h=8v^b9$igJX WVy0)xFrAx~$%xT#yB#aj&c^`!?1=^d diff --git a/package.json b/package.json index 91e9fe2..6498fa9 100644 --- a/package.json +++ b/package.json @@ -16,34 +16,34 @@ }, "dependencies": { "vue": "^3.3.4", - "vue-router": "^4.2.1" + "vue-router": "^4.2.4" }, "devDependencies": { - "@cypress/vite-dev-server": "^5.0.5", + "@cypress/vite-dev-server": "^5.0.6", "@cypress/vue": "^5.0.5", - "@iconify-json/heroicons": "^1.1.10", - "@typescript-eslint/eslint-plugin": "^5.26.0", - "@typescript-eslint/parser": "^5.26.0", - "@vitejs/plugin-vue": "^4.2.3", - "@vue/compiler-dom": "^3.2.45", + "@iconify-json/heroicons": "^1.1.12", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "@vitejs/plugin-vue": "^4.3.4", + "@vue/compiler-dom": "^3.3.4", "@vue/compiler-sfc": "^3.3.4", - "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", - "@vue/test-utils": "^2.0.0", - "autoprefixer": "^10.4.7", - "cypress": "^12.10.0", - "eslint": "^8.41.0", + "@vue/test-utils": "^2.4.1", + "autoprefixer": "^10.4.15", + "cypress": "^12.17.4", + "eslint": "^8.49.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^7.0.0", - "eslint-plugin-vue": "^9.14.1", - "postcss": "^8.4.14", + "eslint-plugin-vue": "^9.17.0", + "postcss": "^8.4.29", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.3.0", - "tailwindcss": "^3.3.2", - "typescript": "^5.0.4", - "unplugin-icons": "^0.16.1", - "vite": "^4.3.9", - "vitest": "^0.31.1", - "vue-tsc": "^1.6.5" + "tailwindcss": "^3.3.3", + "typescript": "^5.2.2", + "unplugin-icons": "^0.16.6", + "vite": "^4.4.9", + "vitest": "^0.31.4", + "vue-tsc": "^1.8.11" } }