mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-21 21:23:46 +08:00
Dependancies: Updated php & JS deps, updated license lists
Fixed issue now picked up by newer TS version
This commit is contained in:
parent
b35b62d59f
commit
56b9107c6b
574
composer.lock
generated
574
composer.lock
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -128,7 +128,7 @@ Link: https://github.com/fruitcake/php-cors
|
|||
graham-campbell/result-type
|
||||
License: MIT
|
||||
License File: vendor/graham-campbell/result-type/LICENSE
|
||||
Copyright: Copyright (c) 2020-2023 Graham Campbell <*****@**********.**.**>
|
||||
Copyright: Copyright (c) 2020-2024 Graham Campbell <*****@**********.**.**>
|
||||
Source: https://github.com/GrahamCampbell/Result-Type.git
|
||||
Link: https://github.com/GrahamCampbell/Result-Type.git
|
||||
-----------
|
||||
|
@ -676,13 +676,6 @@ Copyright: Copyright (c) 2015-present Fabien Potencier
|
|||
Source: https://github.com/symfony/polyfill-mbstring.git
|
||||
Link: https://symfony.com
|
||||
-----------
|
||||
symfony/polyfill-php72
|
||||
License: MIT
|
||||
License File: vendor/symfony/polyfill-php72/LICENSE
|
||||
Copyright: Copyright (c) 2015-present Fabien Potencier
|
||||
Source: https://github.com/symfony/polyfill-php72.git
|
||||
Link: https://symfony.com
|
||||
-----------
|
||||
symfony/polyfill-php80
|
||||
License: MIT
|
||||
License File: vendor/symfony/polyfill-php80/LICENSE
|
||||
|
|
769
package-lock.json
generated
769
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@lezer/generator": "^1.5.1",
|
||||
"babel-jest": "^29.7.0",
|
||||
"chokidar-cli": "^3.0",
|
||||
"esbuild": "^0.23.0",
|
||||
"eslint": "^8.55.0",
|
||||
|
@ -33,7 +32,7 @@
|
|||
"sass": "^1.69.5",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "5.6.*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/commands": "^6.3.2",
|
||||
|
|
|
@ -262,7 +262,7 @@ function $patchStyle(
|
|||
}
|
||||
return styles;
|
||||
},
|
||||
{...prevStyles} || {},
|
||||
{...prevStyles},
|
||||
);
|
||||
const newCSSText = getCSSFromStyleObject(newStyles);
|
||||
target.setStyle(newCSSText);
|
||||
|
|
Loading…
Reference in New Issue
Block a user