Skip to content

Commit e1745eb

Browse files
k
1 parent 5d74a8b commit e1745eb

File tree

6 files changed

+7062
-6998
lines changed

6 files changed

+7062
-6998
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuon",
3-
"version": "stable-0.1",
3+
"version": "0.0.8",
44
"sideEffects": false,
55
"description": "Extensible, fast and innovative web browser with material UI.",
66
"keywords": [
@@ -84,8 +84,8 @@
8484
"node-fetch": "^2.6.1",
8585
"prettier": "2.3.2",
8686
"pretty-bytes": "5.6.0",
87-
"react": "17.0.2",
88-
"react-dom": "17.0.2",
87+
"react": "npm:@preact/compat",
88+
"react-dom": "npm:@preact/compat",
8989
"react-refresh": "^0.10.0",
9090
"react-windows-controls": "1.1.1",
9191
"rimraf": "^3.0.2",
@@ -104,6 +104,7 @@
104104
"webpack-merge": "^5.8.0"
105105
},
106106
"dependencies": {
107+
"preact": "^10.11.3",
107108
"v8-compile-cache": "^2.3.0",
108109
"vm-browserify": "^1.1.2"
109110
}

src/main/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export class Application {
8787
}
8888

8989
private async onReady() {
90+
9091
await app.whenReady();
9192

9293
new ExtensionServiceHandler();

src/main/widevinecdm.dll

11.8 MB
Binary file not shown.

src/main/widevinecdm.dll.sig

1.39 KB
Binary file not shown.

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"experimentalDecorators": true,
1818
"baseUrl": "./",
1919
"paths": {
20-
"~/*": ["./src/*"]
20+
"~/*": ["./src/*"],
21+
"react": ["./node_modules/preact/compat/"],
22+
"react-dom": ["./node_modules/preact/compat/"]
23+
2124
}
2225
},
2326
"include": ["./src/**/*.ts", "./src/**/*.tsx"]

0 commit comments

Comments
 (0)