File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ npm outdated
42
42
ncu
43
43
```
44
44
45
- be careful when updating…
45
+ be careful when updating.
46
46
47
47
``` bash
48
48
ncu -u
@@ -52,6 +52,13 @@ ncu -i
52
52
ncu -i --format group
53
53
```
54
54
55
+ updating eslint, causes problems. I have to wait until all installed dependent packages are updated.
56
+
57
+ ``` bash
58
+ Major Potentially breaking API changes
59
+ ❯ ◯ eslint ^8.0.1 → ^9.2.0
60
+ ```
61
+
55
62
## History
56
63
57
64
How i set this up...
@@ -104,7 +111,7 @@ publish has to be setup.
104
111
105
112
Guide: [ electronforge.io/guides/framework-integration/react-with-typescript] ( https://www.electronforge.io/guides/framework-integration/react-with-typescript )
106
113
107
- ```
114
+ ``` bash
108
115
npm install --save react react-dom
109
116
npm install --save-dev @types/react @types/react-dom
110
117
```
@@ -198,13 +205,4 @@ Warning during `npm run make`
198
205
199
206
``` bash
200
207
(node:43477) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
201
- ```
202
-
203
- updating eslint, causes problems...
204
-
205
- ``` bash
206
- Major Potentially breaking API changes
207
- ❯ ◯ @typescript-eslint/eslint-plugin ^5.0.0 → ^7.8.0
208
- ◯ @typescript-eslint/parser ^5.0.0 → ^7.8.0
209
- ◯ eslint ^8.0.1 → ^9.2.0
210
- ```
208
+ ```
You can’t perform that action at this time.
0 commit comments