Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Aug 13, 2024
1 parent 3d589bf commit 830ef4a
Show file tree
Hide file tree
Showing 3 changed files with 5,775 additions and 26 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,39 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@logto/vue": "^2.0.3",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^1.0.6",
"@logto/vue": "^2.2.15",
"axios": "^0.21.4",
"blueimp-md5": "^2.19.0",
"pinia": "^2.0.20",
"pinia": "^2.2.1",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.10.1",
"vue": "^3.2.9",
"vue-router": "^4.0.11"
"qs": "^6.13.0",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/vue": "^6.6.1",
"@types/blueimp-md5": "^2.18.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@types/blueimp-md5": "^2.18.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"happy-dom": "^5.2.0",
"postcss": "^8.3.7",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"happy-dom": "^5.4.0",
"postcss": "^8.4.41",
"postcss-100vh-fix": "^1.0.2",
"prettier": "^2.5.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.1.6",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-windicss": "^1.4.1",
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vite": "^3.2.10",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-windicss": "^1.9.3",
"vitest": "^0.14.2",
"vue-tsc": "^0.38.1",
"windicss": "^3.1.7"
"vue-tsc": "^0.38.9",
"windicss": "^3.5.6"
}
}
Loading

0 comments on commit 830ef4a

Please sign in to comment.