Skip to content

Commit 27938f7

Browse files
committed
Merge branch 'fix-giget-doc'
2 parents da6c72d + ac9101b commit 27938f7

File tree

29 files changed

+3285
-2570
lines changed

29 files changed

+3285
-2570
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Examples are available in the [`examples/` directory](./examples).
55
To download and run a specific example locally:
66

77
```sh
8-
npx giget@latest gh:wxt-dev/examples examples/vue-overlay
8+
npx giget@latest gh:wxt-dev/examples/examples/vue-overlay vue-overlay
99
cd vue-overlay
1010
```
1111

examples/active-tab-content-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/active-tab-screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/background-message-forwarder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/basic-messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/browser-action-mount-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@types/react": "^18.3.3",
2222
"@types/react-dom": "^18.3.0",
23-
"@wxt-dev/module-react": "^1.1.3",
23+
"@wxt-dev/module-react": "^1.1.0",
2424
"typescript": "5.6.2",
25-
"wxt": "^0.20.5"
25+
"wxt": "^0.20.0"
2626
}
2727
}

examples/content-script-session-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/devtools-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
}
2020
}

examples/dynamic-content-scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"wxt": "^0.20.5"
18+
"wxt": "^0.20.0"
1919
},
2020
"dependencies": {
21-
"webext-dynamic-content-scripts": "^10.0.3",
22-
"webext-permission-toggle": "^5.0.1"
21+
"webext-dynamic-content-scripts": "^10.0.4",
22+
"webext-permission-toggle": "^5.1.0"
2323
}
2424
}

examples/esm-content-script-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^5.8.2",
18-
"vite": "^6.3.3",
19-
"wxt": "^0.20.5"
18+
"vite": "^5.4.1",
19+
"wxt": "^0.20.0"
2020
}
2121
}

0 commit comments

Comments
 (0)