Skip to content

Commit

Permalink
Update dependency @types/react to v18.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2023
1 parent 74d66a9 commit 9d20f0c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.5",
"@types/node": "18.18.8",
"@types/react": "18.2.34",
"@types/react": "18.2.35",
"@types/react-redux": "7.1.28",
"@types/styled-components": "5.1.29",
"electron": "26.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@tsconfig/react-native": "2.0.2",
"@types/fs-extra": "11.0.3",
"@types/jest": "29.5.5",
"@types/react": "18.2.34",
"@types/react": "18.2.35",
"@types/react-native": "0.70.6",
"@types/react-redux": "7.1.28",
"@types/tar-stream": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@joplin/lib": "~2.13",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.5",
"@types/react": "18.2.34",
"@types/react": "18.2.35",
"@types/react-redux": "7.1.28",
"@types/styled-components": "5.1.29",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/js-yaml": "4.0.8",
"@types/node": "18.18.8",
"@types/node-rsa": "1.1.3",
"@types/react": "18.2.34",
"@types/react": "18.2.35",
"@types/uuid": "9.0.6",
"clean-html": "1.5.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pdf-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/jest": "29.5.5",
"@types/pdfjs-dist": "2.10.378",
"@types/react": "18.2.34",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@types/styled-components": "5.1.29",
"babel-jest": "29.7.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6225,7 +6225,7 @@ __metadata:
"@types/jest": 29.5.5
"@types/mustache": 4.2.4
"@types/node": 18.18.8
"@types/react": 18.2.34
"@types/react": 18.2.35
"@types/react-redux": 7.1.28
"@types/styled-components": 5.1.29
async-mutex: 0.4.0
Expand Down Expand Up @@ -6313,7 +6313,7 @@ __metadata:
"@tsconfig/react-native": 2.0.2
"@types/fs-extra": 11.0.3
"@types/jest": 29.5.5
"@types/react": 18.2.34
"@types/react": 18.2.35
"@types/react-native": 0.70.6
"@types/react-redux": 7.1.28
"@types/tar-stream": 2.2.3
Expand Down Expand Up @@ -6434,7 +6434,7 @@ __metadata:
"@replit/codemirror-vim": 6.0.14
"@testing-library/react-hooks": 8.0.1
"@types/jest": 29.5.5
"@types/react": 18.2.34
"@types/react": 18.2.35
"@types/react-redux": 7.1.28
"@types/styled-components": 5.1.29
jest: 29.7.0
Expand Down Expand Up @@ -6517,7 +6517,7 @@ __metadata:
"@types/nanoid": 3.0.0
"@types/node": 18.18.8
"@types/node-rsa": 1.1.3
"@types/react": 18.2.34
"@types/react": 18.2.35
"@types/uuid": 9.0.6
async-mutex: 0.4.0
base-64: 1.0.0
Expand Down Expand Up @@ -6589,7 +6589,7 @@ __metadata:
"@joplin/lib": ~2.13
"@types/jest": 29.5.5
"@types/pdfjs-dist": 2.10.378
"@types/react": 18.2.34
"@types/react": 18.2.35
"@types/react-dom": 18.2.14
"@types/styled-components": 5.1.29
async-mutex: 0.4.0
Expand Down Expand Up @@ -10659,14 +10659,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.34":
version: 18.2.34
resolution: "@types/react@npm:18.2.34"
"@types/react@npm:18.2.35":
version: 18.2.35
resolution: "@types/react@npm:18.2.35"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 16446542228cba827143caf0ecb4718cbf02ae5befd4a6bc6d67ed144fe1c0cb4b06b20facf3d2b972d86c67a17cc82f5ec8a03fce42d50e12b2dcd0592fc66e
checksum: d3f1c39116c82e3a504f3332b9198f94f34a33d8535604434b1e387ecabd41ec995961775e2e1c08feefdde878a5b86220879350900137980d681ae3983db462
languageName: node
linkType: hard

Expand Down

0 comments on commit 9d20f0c

Please sign in to comment.