Procházet zdrojové kódy

@uppy/angular: upgrade to Angular 14 (#3997)

Antoine du Hamel před 2 roky
rodič
revize
03d0590864

+ 19 - 22
packages/@uppy/angular/package.json

@@ -14,30 +14,30 @@
   },
   "private": true,
   "dependencies": {
-    "@angular/animations": ">= 11 < 14",
-    "@angular/common": ">= 11 < 14",
-    "@angular/compiler": ">= 11 < 14",
-    "@angular/core": ">= 11 < 14",
-    "@angular/forms": ">= 11 < 14",
-    "@angular/platform-browser": ">= 11 < 14",
-    "@angular/platform-browser-dynamic": ">= 11 < 14",
-    "@angular/router": ">= 11 < 14",
+    "@angular/animations": ">= 11",
+    "@angular/common": ">= 11",
+    "@angular/compiler": ">= 11",
+    "@angular/core": ">= 11",
+    "@angular/forms": ">= 11",
+    "@angular/platform-browser": ">= 11",
+    "@angular/platform-browser-dynamic": ">= 11",
+    "@angular/router": ">= 11",
     "@uppy/dashboard": "workspace:^",
     "@uppy/drag-drop": "workspace:^",
     "@uppy/progress-bar": "workspace:^",
     "@uppy/status-bar": "workspace:^",
     "prop-types": "^15.7.2",
-    "rxjs": "~7.4.0",
+    "rxjs": "~7.5.0",
     "tslib": "^2.3.0",
     "zone.js": "~0.11.4"
   },
   "peerDependencies": {
-    "@uppy/core": ">=1"
+    "@uppy/core": "workspace:^"
   },
   "devDependencies": {
-    "@angular-devkit/build-angular": ">= 11 < 14",
-    "@angular/cli": ">= 11 < 14",
-    "@angular/compiler-cli": ">= 11 < 14",
+    "@angular-devkit/build-angular": ">= 11",
+    "@angular/cli": ">= 11",
+    "@angular/compiler-cli": ">= 11",
     "@babel/core": "^7.17.5",
     "@compodoc/compodoc": "^1.1.19",
     "@storybook/addon-actions": "^6.5.0-alpha.42",
@@ -48,16 +48,13 @@
     "@storybook/builder-webpack5": "^6.5.0-alpha.42",
     "@storybook/manager-webpack5": "^6.5.0-alpha.42",
     "@storybook/testing-library": "^0.0.9",
-    "@types/jasmine": "~3.10.0",
-    "@types/node": "^12.11.1",
+    "@types/jasmine": "~4.0.0",
     "babel-loader": "^8.2.3",
-    "jasmine-core": "~3.10.0",
-    "karma": "~6.3.0",
-    "karma-chrome-launcher": "~3.1.0",
-    "karma-coverage": "~2.0.3",
-    "karma-coverage-istanbul-reporter": "^3.0.3",
-    "karma-jasmine": "~4.0.0",
-    "karma-jasmine-html-reporter": "~1.7.0",
+    "jasmine-core": "~4.2.0",
+    "karma": "~6.4.0",
+    "karma-coverage": "~2.2.0",
+    "karma-jasmine": "~5.1.0",
+    "karma-jasmine-html-reporter": "~2.0.0",
     "ng-packagr": "^13.0.0",
     "typescript": "~4.6"
   }

+ 7 - 5
packages/@uppy/angular/projects/uppy/angular/package.json

@@ -21,15 +21,17 @@
   "scripts": {
     "prepublishOnly": "rm -fr * && cp -r ../../dist/angular .."
   },
+  "dependencies": {
+    "tslib": "^2.0.0"
+  },
   "peerDependencies": {
-    "@angular/common": ">= 11 < 14",
-    "@angular/core": ">= 11 < 14",
-    "@uppy/core": ">=1",
+    "@angular/common": ">= 11",
+    "@angular/core": ">= 11",
+    "@uppy/core": "workspace:^",
     "@uppy/dashboard": "workspace:^",
     "@uppy/drag-drop": "workspace:^",
     "@uppy/progress-bar": "workspace:^",
     "@uppy/status-bar": "workspace:^",
-    "@uppy/utils": ">=3",
-    "tslib": "^2.0.0"
+    "@uppy/utils": "workspace:^"
   }
 }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 96 - 442
yarn.lock


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů