Skip to content

Commit

Permalink
chore: Updated all deps to their latest versions, including Vite, whi…
Browse files Browse the repository at this point in the history
…ch was previously problematic
  • Loading branch information
wokalek committed Jun 1, 2024
1 parent 3da36a3 commit 71e5049
Show file tree
Hide file tree
Showing 2 changed files with 806 additions and 1,170 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-volume",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"homepage": "https://github.com/wokalek/tab-volume",
"repository": {
Expand All @@ -18,28 +18,29 @@
"dependencies": {
"lodash": "4.17.21",
"perfect-debounce": "1.0.0",
"vue": "3.4.21"
"vue": "3.4.27"
},
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@types/lodash": "4.14.202",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-vue": "5.0.4",
"autoprefixer": "10.4.18",
"chrome-types": "0.1.270",
"eslint": "8.57.0",
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@types/lodash": "4.17.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitejs/plugin-vue": "5.0.5",
"autoprefixer": "10.4.19",
"chrome-types": "0.1.286",
"eslint": "9.4.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-vue": "9.22.0",
"lightningcss": "1.24.0",
"postcss": "8.4.35",
"postcss-load-config": "5.0.3",
"sass": "1.71.1",
"tailwindcss": "3.4.1",
"terser": "5.28.1",
"unplugin-vue-components": "0.26.0",
"vite": "5.0.11",
"eslint-plugin-vue": "9.26.0",
"lightningcss": "1.25.1",
"postcss": "8.4.38",
"postcss-load-config": "5.1.0",
"sass": "1.77.4",
"tailwindcss": "3.4.3",
"terser": "5.31.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.12",
"vite-plugin-minify": "1.5.2",
"vite-svg-loader": "5.1.0"
}
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}
Loading

0 comments on commit 71e5049

Please sign in to comment.