Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2022
1 parent 7cd3ad4 commit 1a6743a
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 228 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-radio",
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.3.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -21,31 +21,31 @@
"dependencies": {
"@headlessui/vue": "^1.6.4",
"hls.js": "^1.1.5",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.2",
"only-allow": "^1.1.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.3",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-eslint": "^1.6.1",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.35.0"
"vue-tsc": "^0.38.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit 1a6743a

Please sign in to comment.