Skip to content

Commit 1b274c4

Browse files
committed
readme
1 parent 60ccddf commit 1b274c4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm outdated
4242
ncu
4343
```
4444

45-
be careful when updating
45+
be careful when updating.
4646

4747
```bash
4848
ncu -u
@@ -52,6 +52,13 @@ ncu -i
5252
ncu -i --format group
5353
```
5454

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+
5562
## History
5663

5764
How i set this up...
@@ -104,7 +111,7 @@ publish has to be setup.
104111

105112
Guide: [electronforge.io/guides/framework-integration/react-with-typescript](https://www.electronforge.io/guides/framework-integration/react-with-typescript)
106113

107-
```
114+
```bash
108115
npm install --save react react-dom
109116
npm install --save-dev @types/react @types/react-dom
110117
```
@@ -198,13 +205,4 @@ Warning during `npm run make`
198205

199206
```bash
200207
(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+
```

0 commit comments

Comments
 (0)