chore(deps): fix types in non-dev-dependencies

This commit is contained in:
Elian Doran 2024-12-21 21:32:48 +02:00
parent 791f9b16b0
commit 1bfd1553e5
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

4
package-lock.json generated
View File

@ -16,7 +16,6 @@
"@mermaid-js/layout-elk": "0.1.7", "@mermaid-js/layout-elk": "0.1.7",
"@mind-elixir/node-menu": "1.0.3", "@mind-elixir/node-menu": "1.0.3",
"@triliumnext/express-partial-content": "1.0.1", "@triliumnext/express-partial-content": "1.0.1",
"@types/bootstrap": "5.2.10",
"archiver": "7.0.1", "archiver": "7.0.1",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"autocomplete.js": "0.38.1", "autocomplete.js": "0.38.1",
@ -115,6 +114,7 @@
"@playwright/test": "1.49.1", "@playwright/test": "1.49.1",
"@types/archiver": "6.0.3", "@types/archiver": "6.0.3",
"@types/better-sqlite3": "7.6.12", "@types/better-sqlite3": "7.6.12",
"@types/bootstrap": "5.2.10",
"@types/cheerio": "0.22.35", "@types/cheerio": "0.22.35",
"@types/cls-hooked": "4.3.9", "@types/cls-hooked": "4.3.9",
"@types/compression": "1.7.5", "@types/compression": "1.7.5",
@ -2791,6 +2791,7 @@
}, },
"node_modules/@popperjs/core": { "node_modules/@popperjs/core": {
"version": "2.11.8", "version": "2.11.8",
"dev": true,
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@ -2921,6 +2922,7 @@
}, },
"node_modules/@types/bootstrap": { "node_modules/@types/bootstrap": {
"version": "5.2.10", "version": "5.2.10",
"dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@popperjs/core": "^2.9.2" "@popperjs/core": "^2.9.2"

View File

@ -58,8 +58,7 @@
"@highlightjs/cdn-assets": "11.11.0", "@highlightjs/cdn-assets": "11.11.0",
"@mermaid-js/layout-elk": "0.1.7", "@mermaid-js/layout-elk": "0.1.7",
"@mind-elixir/node-menu": "1.0.3", "@mind-elixir/node-menu": "1.0.3",
"@triliumnext/express-partial-content": "1.0.1", "@triliumnext/express-partial-content": "1.0.1",
"@types/bootstrap": "5.2.10",
"archiver": "7.0.1", "archiver": "7.0.1",
"async-mutex": "0.5.0", "async-mutex": "0.5.0",
"autocomplete.js": "0.38.1", "autocomplete.js": "0.38.1",
@ -155,6 +154,7 @@
"@playwright/test": "1.49.1", "@playwright/test": "1.49.1",
"@types/archiver": "6.0.3", "@types/archiver": "6.0.3",
"@types/better-sqlite3": "7.6.12", "@types/better-sqlite3": "7.6.12",
"@types/bootstrap": "5.2.10",
"@types/cheerio": "0.22.35", "@types/cheerio": "0.22.35",
"@types/cls-hooked": "4.3.9", "@types/cls-hooked": "4.3.9",
"@types/compression": "1.7.5", "@types/compression": "1.7.5",