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] committed Jun 1, 2023
1 parent 437b8e7 commit 07b2cb7
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 187 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -12,35 +12,35 @@
"format": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ."
},
"dependencies": {
"@headlessui/vue": "1.7.13",
"@headlessui/vue": "1.7.14",
"@heroicons/vue": "2.0.18",
"consola": "2.15.3",
"date-fns": "2.30.0",
"twitter-text": "3.1.0",
"vue": "3.3.2"
"vue": "3.3.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.17",
"@tailwindcss/forms": "0.5.3",
"@types/chrome": "0.0.236",
"@types/chrome": "0.0.237",
"@types/twitter-text": "3.1.5",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-vue": "9.13.0",
"jsdom": "22.0.0",
"postcss": "8.4.23",
"eslint-plugin-vue": "9.14.1",
"jsdom": "22.1.0",
"postcss": "8.4.24",
"prettier": "2.8.8",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite": "4.3.7",
"vitest": "0.31.0",
"vitest": "0.31.4",
"vue-tsc": "1.6.5"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.6.0"
}

0 comments on commit 07b2cb7

Please sign in to comment.