Skip to content

Commit a5b6ad7

Browse files
committed
- gitignore tweaks
- updated npm packages
1 parent 6aa6728 commit a5b6ad7

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
.eslintcache

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"@testing-library/react": "^11.2.2",
88
"@testing-library/user-event": "^12.2.2",
99
"@types/jest": "^26.0.15",
10-
"@types/node": "^12.19.7",
11-
"@types/react": "^16.14.2",
12-
"@types/react-dom": "^16.9.10",
10+
"@types/node": "^14.14.10",
11+
"@types/react": "^17.0.0",
12+
"@types/react-dom": "^17.0.0",
1313
"react": "^17.0.1",
1414
"react-dom": "^17.0.1",
1515
"react-scripts": "4.0.1",
1616
"typescript": "^4.1.2",
17-
"web-vitals": "^0.2.4"
17+
"web-vitals": "^1.0.1"
1818
},
1919
"scripts": {
2020
"start": "react-scripts start",

0 commit comments

Comments
 (0)