Skip to content

Commit 7bd01d9

Browse files
wip
1 parent df9b463 commit 7bd01d9

File tree

2 files changed

+1433
-2291
lines changed

2 files changed

+1433
-2291
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tab-modifier",
33
"private": true,
44
"version": "1.0.17",
5+
"license": "MIT",
56
"type": "module",
67
"scripts": {
78
"test": "vitest --run",
@@ -24,30 +25,29 @@
2425
"@crxjs/vite-plugin": "^2.0.0-beta.26",
2526
"@types/chrome": "^0.0.268",
2627
"@typescript-eslint/eslint-plugin": "^7.18.0",
27-
"@typescript-eslint/parser": "^7.4.0",
28+
"@typescript-eslint/parser": "^7.18.0",
2829
"@vitejs/plugin-vue": "^5.1.4",
29-
"@vitest/coverage-v8": "^2.0.5",
30-
"@vitest/ui": "^2.0.5",
31-
"@vue/cli-plugin-eslint": "^5.0.8",
30+
"@vitest/coverage-v8": "^2.1.9",
31+
"@vitest/ui": "^2.1.9",
3232
"@vue/eslint-config-typescript": "^13.0.0",
3333
"autoprefixer": "^10.4.19",
3434
"daisyui": "^4.12.2",
3535
"eslint": "^8.57.1",
3636
"eslint-config-prettier": "^9.1.0",
37-
"eslint-config-standard-with-typescript": "^43.0.1",
3837
"eslint-plugin-import": "^2.25.2",
39-
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
4038
"eslint-plugin-prettier": "^5.2.1",
41-
"eslint-plugin-promise": "^6.0.0",
4239
"eslint-plugin-vue": "^9.26.0",
43-
"jsdom": "^25.0.1",
40+
"jsdom": "^27.0.0",
4441
"postcss": "^8.4.38",
4542
"prettier": "^3.3.3",
4643
"tailwindcss": "^3.4.13",
4744
"typescript": "*",
4845
"vite": "^5.4.6",
49-
"vitest": "^2.0.5",
46+
"vitest": "^2.1.9",
5047
"vue-eslint-parser": "^9.4.2",
5148
"vue-tsc": "^2.0.24"
49+
},
50+
"resolutions": {
51+
"cross-spawn": "^7.0.5"
5252
}
5353
}

0 commit comments

Comments
 (0)