Skip to content

Commit

Permalink
Update typescript
Browse files Browse the repository at this point in the history
| datasource | package     | from     | to       |
| ---------- | ----------- | -------- | -------- |
| npm        | @types/node | 18.16.18 | 18.19.14 |
| npm        | typescript  | 5.1.3    | 5.3.3    |
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent f6f4793 commit e4d948e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"overrides": {
"@typescript-eslint/typescript-estree": "5.57.1",
"fork-ts-checker-webpack-plugin": "6.5.3",
"typescript": "5.1.3"
"typescript": "5.3.3"
},
"devDependencies": {
"enzyme": "3.11.0",
Expand All @@ -33,12 +33,12 @@
"react-scripts": "5.0.1",
"react-test-renderer": "16.14.0",
"source-map-explorer": "2.5.3",
"typescript": "5.1.3"
"typescript": "5.3.3"
},
"dependencies": {
"@types/draft-js": "0.10.29",
"@types/jest": "26.0.23",
"@types/node": "18.16.18",
"@types/node": "18.19.14",
"@types/prismjs": "1.16.0",
"@types/react": "16.14.6",
"@types/react-dom": "16.9.13",
Expand Down

0 comments on commit e4d948e

Please sign in to comment.