Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 84c4eb1

Browse files
committed
feat: upgrade dependencies
1 parent bec5ca1 commit 84c4eb1

File tree

2 files changed

+400
-410
lines changed

2 files changed

+400
-410
lines changed

package.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/wdzeng/the-content-farm-terminator.git"
1515
},
16-
"packageManager": "pnpm@7.13.4",
16+
"packageManager": "pnpm@7.29.3",
1717
"scripts": {
1818
"dev": "pnpm clean && rollup -c rollup.config.js && pnpm sass && pnpm copy && cp ./src/manifest-chrome.json ./dist/manifest.json",
1919
"build:chrome": "pnpm clean && pnpm tsc && pnpm sass && pnpm copy && cp ./src/manifest-chrome.json ./dist/manifest.json && pnpm zip:chrome",
@@ -25,20 +25,23 @@
2525
"zip:firefox": "cd dist && zip -FSr ../the-content-farm-terminator_firefox.zip .",
2626
"clean": "rm -rf lib dist the-content-farm-terminator_*.zip"
2727
},
28-
"devDependencies": {
29-
"@rollup/plugin-typescript": "^8.5.0",
30-
"@types/chrome": "0.0.196",
31-
"@types/firefox-webext-browser": "^94.0.1",
32-
"eslint": "^8.25.0",
28+
"dependencies": {
29+
"@rollup/plugin-typescript": "^11.0.0",
30+
"@types/chrome": "0.0.225",
31+
"@types/firefox-webext-browser": "^111.0.0",
32+
"eslint": "^8.36.0",
3333
"eslint-config-standard": "^17.0.0",
34-
"eslint-plugin-import": "^2.26.0",
35-
"eslint-plugin-n": "^15.3.0",
36-
"eslint-plugin-promise": "^6.0.1",
37-
"rollup": "^2.79.1",
38-
"sass": "^1.55.0",
39-
"sucrase": "^3.28.0",
40-
"tslib": "^2.4.0",
41-
"typescript": "^4.8.4"
34+
"eslint-plugin-import": "^2.27.5",
35+
"eslint-plugin-n": "^15.6.1",
36+
"eslint-plugin-promise": "^6.1.1",
37+
"rollup": "^3.20.2",
38+
"sass": "^1.60.0",
39+
"sucrase": "^3.30.0",
40+
"tslib": "^2.5.0",
41+
"typescript": "^5.0.2"
42+
},
43+
"devDependencies": {
44+
"prettier": "^2.8.7"
4245
},
4346
"bugs": {
4447
"url": "https://github.com/wdzeng/the-content-farm-terminator/issues"

0 commit comments

Comments
 (0)