Skip to content

Commit

Permalink
feat: upgrade webext-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed May 1, 2023
1 parent 1079754 commit 4c16cf5
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 131 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"demo": "pnpm -C demo run dev",
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
"dev:prepare": "esno scripts/prepare.ts",
"dev:prepare": "tsx scripts/prepare.ts",
"dev:web": "vite",
"dev:js": "npm run build:js -- --mode development",
"build": "cross-env NODE_ENV=production run-s clear build:web build:prepare build:js",
Expand All @@ -29,6 +29,10 @@
"typecheck": "tsc --noEmit",
"postinstall": "simple-git-hooks"
},
"dependencies": {
"remove": "^0.1.5",
"tsno": "^2.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@ffflorian/jszip-cli": "^3.4.1",
Expand Down Expand Up @@ -56,6 +60,7 @@
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"unplugin-auto-import": "^0.15.3",
Expand All @@ -66,7 +71,7 @@
"vue": "^3.2.47",
"vue-demi": "^0.14.0",
"web-ext": "^7.6.2",
"webext-bridge": "^5.0.5",
"webext-bridge": "^6.0.1",
"webextension-polyfill": "^0.10.0"
},
"simple-git-hooks": {
Expand Down
Loading

1 comment on commit 4c16cf5

@vercel
Copy link

@vercel vercel bot commented on 4c16cf5 May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.