mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 18:26:32 -05:00
chore(deps): update definitelytyped
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e797d600d4
commit
4e0582d1dc
5 changed files with 31 additions and 15 deletions
|
@ -94,7 +94,7 @@
|
||||||
"@types/jest": "29.5.6",
|
"@types/jest": "29.5.6",
|
||||||
"@types/markdown-it": "13.0.5",
|
"@types/markdown-it": "13.0.5",
|
||||||
"@types/mysql": "2.15.23",
|
"@types/mysql": "2.15.23",
|
||||||
"@types/node": "20.8.7",
|
"@types/node": "20.8.9",
|
||||||
"@types/passport-local": "1.0.37",
|
"@types/passport-local": "1.0.37",
|
||||||
"@types/pg": "8.10.7",
|
"@types/pg": "8.10.7",
|
||||||
"@types/source-map-support": "0.5.9",
|
"@types/source-map-support": "0.5.9",
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
"@types/markdown-it": "13.0.5",
|
"@types/markdown-it": "13.0.5",
|
||||||
"@types/markdown-it-container": "2.0.8",
|
"@types/markdown-it-container": "2.0.8",
|
||||||
"@types/markdown-it-plantuml": "1.4.3",
|
"@types/markdown-it-plantuml": "1.4.3",
|
||||||
"@types/node": "20.8.7",
|
"@types/node": "20.8.9",
|
||||||
"@types/react": "18.2.31",
|
"@types/react": "18.2.32",
|
||||||
"@types/react-dom": "18.2.14",
|
"@types/react-dom": "18.2.14",
|
||||||
"@types/sass": "1.43.1",
|
"@types/sass": "1.43.1",
|
||||||
"@types/testing-library__jest-dom": "5.14.9",
|
"@types/testing-library__jest-dom": "5.14.9",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@jest/globals": "29.7.0",
|
"@jest/globals": "29.7.0",
|
||||||
"@jest/types": "29.6.3",
|
"@jest/types": "29.6.3",
|
||||||
"@types/react": "18.2.31",
|
"@types/react": "18.2.32",
|
||||||
"@types/react-dom": "18.2.14",
|
"@types/react-dom": "18.2.14",
|
||||||
"@typescript-eslint/eslint-plugin": "6.8.0",
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
||||||
"@typescript-eslint/parser": "6.8.0",
|
"@typescript-eslint/parser": "6.8.0",
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "18.2.31"
|
"@types/react": "18.2.32"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.0"
|
"packageManager": "yarn@4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"@codemirror/lint": "6.4.2",
|
"@codemirror/lint": "6.4.2",
|
||||||
"@codemirror/theme-one-dark": "6.1.2",
|
"@codemirror/theme-one-dark": "6.1.2",
|
||||||
"@lezer/common": "1.1.0",
|
"@lezer/common": "1.1.0",
|
||||||
"@types/react": "18.2.31",
|
"@types/react": "18.2.32",
|
||||||
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
|
||||||
"yjs@13.6.8": "patch:yjs@npm%3A13.6.8#./.yarn/patches/yjs-remove-import-warning-in-test.patch",
|
"yjs@13.6.8": "patch:yjs@npm%3A13.6.8#./.yarn/patches/yjs-remove-import-warning-in-test.patch",
|
||||||
"vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
|
"vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",
|
||||||
|
|
34
yarn.lock
34
yarn.lock
|
@ -2337,7 +2337,7 @@ __metadata:
|
||||||
"@types/markdown-it": "npm:13.0.5"
|
"@types/markdown-it": "npm:13.0.5"
|
||||||
"@types/minio": "npm:7.1.0"
|
"@types/minio": "npm:7.1.0"
|
||||||
"@types/mysql": "npm:2.15.23"
|
"@types/mysql": "npm:2.15.23"
|
||||||
"@types/node": "npm:20.8.7"
|
"@types/node": "npm:20.8.9"
|
||||||
"@types/node-fetch": "npm:2.6.7"
|
"@types/node-fetch": "npm:2.6.7"
|
||||||
"@types/passport-http-bearer": "npm:1.0.39"
|
"@types/passport-http-bearer": "npm:1.0.39"
|
||||||
"@types/passport-local": "npm:1.0.37"
|
"@types/passport-local": "npm:1.0.37"
|
||||||
|
@ -2482,8 +2482,8 @@ __metadata:
|
||||||
"@types/markdown-it": "npm:13.0.5"
|
"@types/markdown-it": "npm:13.0.5"
|
||||||
"@types/markdown-it-container": "npm:2.0.8"
|
"@types/markdown-it-container": "npm:2.0.8"
|
||||||
"@types/markdown-it-plantuml": "npm:1.4.3"
|
"@types/markdown-it-plantuml": "npm:1.4.3"
|
||||||
"@types/node": "npm:20.8.7"
|
"@types/node": "npm:20.8.9"
|
||||||
"@types/react": "npm:18.2.31"
|
"@types/react": "npm:18.2.32"
|
||||||
"@types/react-dom": "npm:18.2.14"
|
"@types/react-dom": "npm:18.2.14"
|
||||||
"@types/sass": "npm:1.43.1"
|
"@types/sass": "npm:1.43.1"
|
||||||
"@types/testing-library__jest-dom": "npm:5.14.9"
|
"@types/testing-library__jest-dom": "npm:5.14.9"
|
||||||
|
@ -2590,7 +2590,7 @@ __metadata:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/globals": "npm:29.7.0"
|
"@jest/globals": "npm:29.7.0"
|
||||||
"@jest/types": "npm:29.6.3"
|
"@jest/types": "npm:29.6.3"
|
||||||
"@types/react": "npm:18.2.31"
|
"@types/react": "npm:18.2.32"
|
||||||
"@types/react-dom": "npm:18.2.14"
|
"@types/react-dom": "npm:18.2.14"
|
||||||
"@typescript-eslint/eslint-plugin": "npm:6.8.0"
|
"@typescript-eslint/eslint-plugin": "npm:6.8.0"
|
||||||
"@typescript-eslint/parser": "npm:6.8.0"
|
"@typescript-eslint/parser": "npm:6.8.0"
|
||||||
|
@ -4804,7 +4804,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:*, @types/node@npm:20.8.7":
|
"@types/node@npm:*":
|
||||||
version: 20.8.7
|
version: 20.8.7
|
||||||
resolution: "@types/node@npm:20.8.7"
|
resolution: "@types/node@npm:20.8.7"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4813,6 +4813,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@types/node@npm:20.8.9":
|
||||||
|
version: 20.8.9
|
||||||
|
resolution: "@types/node@npm:20.8.9"
|
||||||
|
dependencies:
|
||||||
|
undici-types: "npm:~5.26.4"
|
||||||
|
checksum: 6fb5604ac087c8be9aeb9ee1413fae2e691c603c9a691bd722e113597b883f21e8380a44d114ab894b435a491bfc939c8478cd57bcf890c585b961343b124964
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:^18.17.5":
|
"@types/node@npm:^18.17.5":
|
||||||
version: 18.18.6
|
version: 18.18.6
|
||||||
resolution: "@types/node@npm:18.18.6"
|
resolution: "@types/node@npm:18.18.6"
|
||||||
|
@ -4918,14 +4927,14 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/react@npm:18.2.31":
|
"@types/react@npm:18.2.32":
|
||||||
version: 18.2.31
|
version: 18.2.32
|
||||||
resolution: "@types/react@npm:18.2.31"
|
resolution: "@types/react@npm:18.2.32"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/prop-types": "npm:*"
|
"@types/prop-types": "npm:*"
|
||||||
"@types/scheduler": "npm:*"
|
"@types/scheduler": "npm:*"
|
||||||
csstype: "npm:^3.0.2"
|
csstype: "npm:^3.0.2"
|
||||||
checksum: d2793873aef68038e0dc3ee05a573c663fcd3ba7402f1134a633df25aaeb72fd397479d5a5f02e9edc8cd5d000479a73f7bdc64cf00c50fb022c883f22e1fd0f
|
checksum: 648662cd852107d7933eee072fa5826069aca1ce15602db8573393ec694780de035cfac4d76f239762e2453b53a4aa8767ae057789661ccfee4d1311040953b9
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -17670,6 +17679,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"undici-types@npm:~5.26.4":
|
||||||
|
version: 5.26.5
|
||||||
|
resolution: "undici-types@npm:5.26.5"
|
||||||
|
checksum: bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
|
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
|
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue