Skip to content

Commit 3da36a3

Browse files
committed
chore: Update deps
1 parent 84eac45 commit 3da36a3

File tree

23 files changed

+1109
-901
lines changed

23 files changed

+1109
-901
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tab-volume",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"homepage": "https://github.com/wokalek/tab-volume",
66
"repository": {
@@ -16,30 +16,30 @@
1616
"lint": "eslint ."
1717
},
1818
"dependencies": {
19-
"lodash": "^4.17.21",
20-
"perfect-debounce": "^1.0.0",
21-
"vue": "^3.3.8"
19+
"lodash": "4.17.21",
20+
"perfect-debounce": "1.0.0",
21+
"vue": "3.4.21"
2222
},
2323
"devDependencies": {
24-
"@crxjs/vite-plugin": "^1.0.14",
25-
"@types/lodash": "^4.14.202",
26-
"@typescript-eslint/eslint-plugin": "^6.12.0",
27-
"@typescript-eslint/parser": "^6.12.0",
28-
"@vitejs/plugin-vue": "^4.5.0",
29-
"autoprefixer": "^10.4.16",
30-
"chrome-types": "^0.1.246",
31-
"eslint": "^8.54.0",
32-
"eslint-config-standard": "^17.1.0",
33-
"eslint-plugin-vue": "^9.18.1",
34-
"lightningcss": "^1.22.1",
35-
"postcss": "^8.4.31",
36-
"postcss-load-config": "^4.0.2",
37-
"sass": "^1.69.5",
38-
"tailwindcss": "^3.3.5",
39-
"terser": "^5.24.0",
40-
"unplugin-vue-components": "^0.25.2",
41-
"vite": "^5.0.2",
42-
"vite-plugin-minify": "^1.5.2",
43-
"vite-svg-loader": "^5.1.0"
24+
"@crxjs/vite-plugin": "1.0.14",
25+
"@types/lodash": "4.14.202",
26+
"@typescript-eslint/eslint-plugin": "7.1.0",
27+
"@typescript-eslint/parser": "7.1.0",
28+
"@vitejs/plugin-vue": "5.0.4",
29+
"autoprefixer": "10.4.18",
30+
"chrome-types": "0.1.270",
31+
"eslint": "8.57.0",
32+
"eslint-config-standard": "17.1.0",
33+
"eslint-plugin-vue": "9.22.0",
34+
"lightningcss": "1.24.0",
35+
"postcss": "8.4.35",
36+
"postcss-load-config": "5.0.3",
37+
"sass": "1.71.1",
38+
"tailwindcss": "3.4.1",
39+
"terser": "5.28.1",
40+
"unplugin-vue-components": "0.26.0",
41+
"vite": "5.0.11",
42+
"vite-plugin-minify": "1.5.2",
43+
"vite-svg-loader": "5.1.0"
4444
}
4545
}

0 commit comments

Comments
 (0)