Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vaninanton committed Jul 24, 2024
1 parent f467bc5 commit f194068
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 98 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh

npm test
npx lint-staged
199 changes: 110 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"dependencies": {
"@bybas/weather-icons": "^2.0.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"hls.js": "^1.5.8",
"dayjs": "^1.11.12",
"hls.js": "^1.5.13",
"ios-pwa-splash": "^1.0.0",
"moment": "^2.30.1",
"query-string": "^9.0.0",
"vue": "^3.4.27"
"query-string": "^9.1.0",
"vue": "^3.4.33"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.0",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-pwa": "^0.20.0"
Expand Down

0 comments on commit f194068

Please sign in to comment.