monaco-editor-workers
Advanced tools
Comparing version 0.44.0 to 0.45.0
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## [0.45.0] - 2024-01-03 | ||
- Updated to [0.45.0 release of monaco-editor](https://www.npmjs.com/package/monaco-editor/v/0.45.0). | ||
## [0.44.0] - 2023-09-16 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "monaco-editor-workers", | ||
"version": "0.44.0", | ||
"version": "0.45.0", | ||
"license": "MIT", | ||
@@ -75,20 +75,20 @@ "description": "Monaco Editor Worker Support Package", | ||
"volta": { | ||
"node": "18.18.1", | ||
"npm": "9.9.0" | ||
"node": "20.10.0", | ||
"npm": "10.2.3" | ||
}, | ||
"dependencies": { | ||
"monaco-editor": "~0.44.0" | ||
"monaco-editor": "~0.45.0" | ||
}, | ||
"peerDependencies": { | ||
"monaco-editor": "~0.44.0" | ||
"monaco-editor": "~0.45.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "~18.18.5", | ||
"@typescript-eslint/eslint-plugin": "~6.7.5", | ||
"@typescript-eslint/parser": "~6.7.5", | ||
"eslint": "~8.51.0", | ||
"@types/node": "~20.10.6", | ||
"@typescript-eslint/eslint-plugin": "~6.17.0", | ||
"@typescript-eslint/parser": "~6.17.0", | ||
"eslint": "~8.56.0", | ||
"shx": "~0.3.4", | ||
"tslib": "~2.6.2", | ||
"typescript": "~5.2.2", | ||
"vite": "~4.4.11" | ||
"typescript": "~5.3.3", | ||
"vite": "~5.0.10" | ||
}, | ||
@@ -95,0 +95,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16105504
90904
+ Addedmonaco-editor@0.45.0(transitive)
- Removedmonaco-editor@0.44.0(transitive)
Updatedmonaco-editor@~0.45.0