Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed May 27, 2024
1 parent 69bbdd0 commit 33fbd98
Show file tree
Hide file tree
Showing 2 changed files with 5,985 additions and 27 deletions.
54 changes: 27 additions & 27 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",
"axios": "^0.21.4",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@logto/vue": "^2.2.11",
"axios": "^1.7.2",
"blueimp-md5": "^2.19.0",
"pinia": "^2.0.20",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.10.1",
"vue": "^3.2.9",
"vue-router": "^4.0.11"
"qs": "^6.12.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@rushstack/eslint-patch": "^1.10.3",
"@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",
"@vue/tsconfig": "^0.1.3",
"@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.5.1",
"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.26.0",
"happy-dom": "^14.11.0",
"postcss": "^8.4.38",
"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",
"vitest": "^0.14.2",
"vue-tsc": "^0.38.1",
"windicss": "^3.1.7"
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^3.2.10",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.19",
"windicss": "^3.5.6"
}
}
Loading

0 comments on commit 33fbd98

Please sign in to comment.