Christopher Giese il y a 1 an
Parent
commit
196d9d8eca
2 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 6 6
      package-lock.json
  2. 1 1
      package.json

+ 6 - 6
package-lock.json

@@ -9,7 +9,7 @@
       "version": "0.0.0",
       "dependencies": {
         "@angular/animations": "^17.0.3",
-        "@angular/cdk": "^16.2.10",
+        "@angular/cdk": "^17.0.0",
         "@angular/common": "^17.0.3",
         "@angular/compiler": "^17.0.3",
         "@angular/core": "^17.0.3",
@@ -316,9 +316,9 @@
       }
     },
     "node_modules/@angular/cdk": {
-      "version": "16.2.10",
-      "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.10.tgz",
-      "integrity": "sha512-kOQrPxSMPi66aM9XfwZIjQXhH+q0PkhK4BNMHB9RkvaaQ34ovOrKaGsT7t0+sjlVhiwTiy2mB1Qgz6NlIB0ZZw==",
+      "version": "17.0.0",
+      "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-17.0.0.tgz",
+      "integrity": "sha512-8F1z0YhDjKWqB29+AUh33OKr2Ts5PVUUogVXEVmmPipPDtj82iIQLbtBnR6xpWvmsw9mS3oD76EwBoUhHQgi6g==",
       "dependencies": {
         "tslib": "^2.3.0"
       },
@@ -326,8 +326,8 @@
         "parse5": "^7.1.2"
       },
       "peerDependencies": {
-        "@angular/common": "^16.0.0 || ^17.0.0",
-        "@angular/core": "^16.0.0 || ^17.0.0",
+        "@angular/common": "^17.0.0 || ^18.0.0",
+        "@angular/core": "^17.0.0 || ^18.0.0",
         "rxjs": "^6.5.3 || ^7.4.0"
       }
     },

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
   "private": true,
   "dependencies": {
     "@angular/animations": "^17.0.3",
-    "@angular/cdk": "^16.2.10",
+    "@angular/cdk": "^17.0.0",
     "@angular/common": "^17.0.3",
     "@angular/compiler": "^17.0.3",
     "@angular/core": "^17.0.3",