Skip to content

Commit

Permalink
Merge pull request #54 from tobiasdalhof/fix-tiktok-comments
Browse files Browse the repository at this point in the history
Fix TikTok comments
  • Loading branch information
tobiasdalhof authored Dec 8, 2024
2 parents 7ded186 + 15f45ee commit 205604d
Show file tree
Hide file tree
Showing 9 changed files with 1,011 additions and 932 deletions.
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Saner Social Media (SSM)",
"description": "__MSG_manifestDescription__",
"version": "1.11.0",
"version": "1.11.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"content.js"
],
"css": [
"content.style.css"
"content.css"
]
}
],
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,22 @@
"copy-extension-dir": "cp -r ./extension/. ./dist"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/mdi": "^1.2.1",
"@types/chrome": "^0.0.284",
"@types/chrome": "^0.0.287",
"@types/color": "^4.2.0",
"@types/node": "^22.9.3",
"@unocss/eslint-config": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.0",
"@types/node": "^22.10.1",
"@unocss/eslint-config": "^0.65.1",
"@unocss/reset": "^0.65.1",
"@vitejs/plugin-vue": "^5.2.1",
"color": "^4.2.3",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"super-tiny-icons": "^0.6.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"unocss": "^0.65.1",
"vite": "^6.0.3",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
Expand Down
Loading

0 comments on commit 205604d

Please sign in to comment.