Skip to content

Commit

Permalink
@uppy/angular: upgrade to Angular 14 (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 17, 2022
1 parent b526888 commit 03d0590
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 1,964 deletions.
41 changes: 19 additions & 22 deletions packages/@uppy/angular/package.json
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
12 changes: 7 additions & 5 deletions packages/@uppy/angular/projects/uppy/angular/package.json
Expand Up @@ -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:^"
}
}

0 comments on commit 03d0590

Please sign in to comment.