Dependancies: Updated php & JS deps, updated license lists

Fixed issue now picked up by newer TS version
This commit is contained in:
Dan Brown 2024-09-27 12:29:19 +01:00
parent b35b62d59f
commit 56b9107c6b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
7 changed files with 2577 additions and 527 deletions

574
composer.lock generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -262,7 +262,7 @@ function $patchStyle(
}
return styles;
},
{...prevStyles} || {},
{...prevStyles},
);
const newCSSText = getCSSFromStyleObject(newStyles);
target.setStyle(newCSSText);

View File

@ -1 +1 @@
v24.03-dev
v24.10-dev