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 May 15, 2023
1 parent 2fbf647 commit ebd5132
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 452 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-radio",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"private": true,
"repository": {
"type": "git",
Expand All @@ -22,39 +22,39 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@pinia/nuxt": "^0.4.9",
"hls.js": "^1.4.1",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
"@pinia/nuxt": "^0.4.10",
"hls.js": "^1.4.3",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.5",
"@nuxt/devtools": "^0.4.6",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "8.0.0-beta.11",
"@nuxtjs/i18n": "8.0.0-beta.12",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vueuse/core": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.1",
"eslint-plugin-vue": "^9.12.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"npm-check-updates": "^16.10.10",
"npm-check-updates": "^16.10.12",
"nuxt": "^3.4.3",
"only-allow": "^1.1.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite": "^4.3.6",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.2.1",
"vue-tsc": "^1.6.4"
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit ebd5132

Please sign in to comment.