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
					
				
										
											
												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
 | 
					graham-campbell/result-type
 | 
				
			||||||
License: MIT
 | 
					License: MIT
 | 
				
			||||||
License File: vendor/graham-campbell/result-type/LICENSE
 | 
					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
 | 
					Source: https://github.com/GrahamCampbell/Result-Type.git
 | 
				
			||||||
Link: 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
 | 
					Source: https://github.com/symfony/polyfill-mbstring.git
 | 
				
			||||||
Link: https://symfony.com
 | 
					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
 | 
					symfony/polyfill-php80
 | 
				
			||||||
License: MIT
 | 
					License: MIT
 | 
				
			||||||
License File: vendor/symfony/polyfill-php80/LICENSE
 | 
					License File: vendor/symfony/polyfill-php80/LICENSE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -20,7 +20,6 @@
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@lezer/generator": "^1.5.1",
 | 
					    "@lezer/generator": "^1.5.1",
 | 
				
			||||||
    "babel-jest": "^29.7.0",
 | 
					 | 
				
			||||||
    "chokidar-cli": "^3.0",
 | 
					    "chokidar-cli": "^3.0",
 | 
				
			||||||
    "esbuild": "^0.23.0",
 | 
					    "esbuild": "^0.23.0",
 | 
				
			||||||
    "eslint": "^8.55.0",
 | 
					    "eslint": "^8.55.0",
 | 
				
			||||||
| 
						 | 
					@ -33,7 +32,7 @@
 | 
				
			||||||
    "sass": "^1.69.5",
 | 
					    "sass": "^1.69.5",
 | 
				
			||||||
    "ts-jest": "^29.2.5",
 | 
					    "ts-jest": "^29.2.5",
 | 
				
			||||||
    "ts-node": "^10.9.2",
 | 
					    "ts-node": "^10.9.2",
 | 
				
			||||||
    "typescript": "^5.4.5"
 | 
					    "typescript": "5.6.*"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@codemirror/commands": "^6.3.2",
 | 
					    "@codemirror/commands": "^6.3.2",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -262,7 +262,7 @@ function $patchStyle(
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      return styles;
 | 
					      return styles;
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {...prevStyles} || {},
 | 
					    {...prevStyles},
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
  const newCSSText = getCSSFromStyleObject(newStyles);
 | 
					  const newCSSText = getCSSFromStyleObject(newStyles);
 | 
				
			||||||
  target.setStyle(newCSSText);
 | 
					  target.setStyle(newCSSText);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue