diff --git a/package-lock.json b/package-lock.json index 00be89ee..972845a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@types/jasmine": "5.1.4", "@types/jasminewd2": "2.0.13", "@types/react": "18.3.11", - "@types/react-dom": "18.3.0", + "@types/react-dom": "18.3.1", "@types/webmidi": "2.1.0", "babel-loader": "9.2.1", "core-js": "3.38.1", @@ -108,7 +108,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/common": { @@ -131,7 +131,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/intersection-observer": { @@ -140,7 +140,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/midi": { @@ -149,7 +149,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "@types/webmidi": ">=2.1.0", "rxjs": ">=7.0.0" } @@ -160,7 +160,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/notification": { @@ -169,7 +169,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "rxjs": ">=7.0.0" } }, @@ -180,7 +180,7 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "rxjs": ">=7.0.0" } }, @@ -190,7 +190,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/platform": { @@ -204,7 +204,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "libs/screen-orientation": { @@ -213,7 +213,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "rxjs": ">=7.0.0" } }, @@ -223,7 +223,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=6.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "@types/dom-speech-recognition": ">=0.0.4" } }, @@ -233,7 +233,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "rxjs": ">=7.0.0" } }, @@ -243,7 +243,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2", + "@ng-web-apis/common": ">=4.11.1", "@types/node": ">=22.7.5", "rxjs": ">=7.0.0" } @@ -267,7 +267,7 @@ "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", - "@ng-web-apis/common": ">=4.10.2" + "@ng-web-apis/common": ">=4.11.1" } }, "node_modules/@ampproject/remapping": { @@ -10627,9 +10627,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", - "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0a8fb88b..b1873211 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "@types/jasmine": "5.1.4", "@types/jasminewd2": "2.0.13", "@types/react": "18.3.11", - "@types/react-dom": "18.3.0", + "@types/react-dom": "18.3.1", "@types/webmidi": "2.1.0", "babel-loader": "9.2.1", "core-js": "3.38.1",