Commit 520b700
committed
Update dependencies and add browser extension structure
- Updated `@types/react` to version 19.2.14 in `package.json` and `pnpm-lock.yaml`.
- Updated `eslint` to version 10.0.3 and `vitest` to version 4.1.0.
- Added new `browser-extension` package with initial configuration, including `package.json`, `tsconfig.json`, and various scripts.
- Introduced new public files for the browser extension, including hooks and icons.
- Updated `pnpm-workspace.yaml` to remove the `devtools` package from the workspace configuration.1 parent 0355246 commit 520b700
179 files changed
Lines changed: 2298 additions & 11818 deletions
File tree
- e2e/qwik-react-e2e
- packages
- browser-extension
- .wxt
- types
- public
- src
- entrypoints
- styles
- devtools
- browser-extension/.wxt
- kit
- src
- playgrounds
- .qwik-devtools/build-analysis
- .vscode
- dummy-non-existing-folder
- public
- src
- components
- playground
- router-head
- content
- routes
- about
- blog
- [slug]
- plugin
- src
- assets
- build-analysis
- components
- inspect
- npm
- parse
- plugin
- statistics
- routes
- rpc
- utils
- virtualmodules
- scripts
- ui
- src
- components
- DevtoolsButton
- DevtoolsPanel
- IconButton
- Icons
- InfoBanner
- Tab
- Tree
- devtools
- features
- Assets
- BuildAnalysis
- CodeBreak
- HookTree
- Inspect
- Overview
- Packages
- components
- DependencyCard
- InstallButton
- PackageIcon
- Performance
- components
- Preloads
- RenderTree
- components
- utils
- hooks
- runtime
- types
- utils
- docs
- adapters/cloudflare-pages
- insights
- qwik-react
- qwik-router/src/utils
- qwik
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 16 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
5 | 15 | | |
6 | | - | |
7 | 16 | | |
8 | | - | |
9 | | - | |
10 | 17 | | |
11 | 18 | | |
12 | | - | |
13 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments