mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
@uppy/angular: upgrade to Angular 12.1
This commit is contained in:
parent
dcaef3173f
commit
d611139795
5 changed files with 66315 additions and 58985 deletions
|
|
@ -10,14 +10,14 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~11.2.0",
|
||||
"@angular/common": "~11.2.0",
|
||||
"@angular/compiler": "~11.2.0",
|
||||
"@angular/core": "~11.2.0",
|
||||
"@angular/forms": "~11.2.0",
|
||||
"@angular/platform-browser": "~11.2.0",
|
||||
"@angular/platform-browser-dynamic": "~11.2.0",
|
||||
"@angular/router": "~11.2.0",
|
||||
"@angular/animations": "~12.1.0",
|
||||
"@angular/common": "~12.1.0",
|
||||
"@angular/compiler": "~12.1.0",
|
||||
"@angular/core": "~12.1.0",
|
||||
"@angular/forms": "~12.1.0",
|
||||
"@angular/platform-browser": "~12.1.0",
|
||||
"@angular/platform-browser-dynamic": "~12.1.0",
|
||||
"@angular/router": "~12.1.0",
|
||||
"@uppy/angular": "file:../../packages/@uppy/angular",
|
||||
"@uppy/core": "file:../../packages/@uppy/core",
|
||||
"@uppy/google-drive": "file:../../packages/@uppy/google-drive",
|
||||
|
|
@ -25,14 +25,14 @@
|
|||
"@uppy/progress-bar": "file:../../packages/@uppy/progress-bar",
|
||||
"@uppy/tus": "file:../../packages/@uppy/tus",
|
||||
"@uppy/webcam": "file:../../packages/@uppy/webcam",
|
||||
"rxjs": "~6.6.0",
|
||||
"rxjs": "^7.2.0",
|
||||
"tslib": "^2.0.0",
|
||||
"zone.js": "~0.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1102.0",
|
||||
"@angular/cli": "~11.2.0",
|
||||
"@angular/compiler-cli": "~11.2.0",
|
||||
"@angular-devkit/build-angular": "~12.1.0",
|
||||
"@angular/cli": "~12.1.0",
|
||||
"@angular/compiler-cli": "~12.1.0",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@types/node": "^12.11.1",
|
||||
"codelyzer": "^6.0.0",
|
||||
|
|
|
|||
125240
package-lock.json
generated
125240
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -33,7 +33,6 @@
|
|||
"website"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "0.1102.14",
|
||||
"@babel/cli": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/eslint-parser": "^7.11.3",
|
||||
|
|
@ -203,8 +202,5 @@
|
|||
"testMatch": [
|
||||
"**/packages/**/*.test.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"rxjs": "6.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/angular",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"module": "dist/angular/esm2015/public-api.js",
|
||||
"types": "dist/angular/uppy-angular.d.ts",
|
||||
"scripts": {
|
||||
|
|
@ -15,20 +15,20 @@
|
|||
},
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~11.2.0",
|
||||
"@angular/common": "~11.2.0",
|
||||
"@angular/compiler": "~11.2.0",
|
||||
"@angular/core": "~11.2.0",
|
||||
"@angular/forms": "~11.2.0",
|
||||
"@angular/platform-browser": "~11.2.0",
|
||||
"@angular/platform-browser-dynamic": "~11.2.0",
|
||||
"@angular/router": "~11.2.0",
|
||||
"@angular/animations": "~12.1.0",
|
||||
"@angular/common": "~12.1.0",
|
||||
"@angular/compiler": "~12.1.0",
|
||||
"@angular/core": "~12.1.0",
|
||||
"@angular/forms": "~12.1.0",
|
||||
"@angular/platform-browser": "~12.1.0",
|
||||
"@angular/platform-browser-dynamic": "~12.1.0",
|
||||
"@angular/router": "~12.1.0",
|
||||
"@uppy/dashboard": "1.20.2",
|
||||
"@uppy/drag-drop": "1.4.30",
|
||||
"@uppy/progress-bar": "1.3.30",
|
||||
"@uppy/status-bar": "1.9.6",
|
||||
"prop-types": "^15.7.2",
|
||||
"rxjs": "^6.6.7",
|
||||
"rxjs": "^7.2.0",
|
||||
"tslib": "^2.0.0",
|
||||
"zone.js": "~0.11.3"
|
||||
},
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
"@uppy/core": ">=1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1102.0",
|
||||
"@angular/cli": "~11.2.0",
|
||||
"@angular/compiler-cli": "~11.2.0",
|
||||
"@angular-devkit/build-angular": "~12.1.0",
|
||||
"@angular/cli": "~12.1.0",
|
||||
"@angular/compiler-cli": "~12.1.0",
|
||||
"@babel/core": "^7.10.5",
|
||||
"@storybook/addon-actions": "^6.2.7",
|
||||
"@storybook/addon-links": "^6.2.7",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||
"karma-jasmine": "~4.0.0",
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"ng-packagr": "^11.0.0",
|
||||
"ng-packagr": "^12.1.0",
|
||||
"protractor": "~7.0.0",
|
||||
"redux": "^4.0.5",
|
||||
"ts-node": "~8.3.0",
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
"url": "git+https://github.com/transloadit/uppy.git"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^10.0.4",
|
||||
"@angular/core": "^10.0.4",
|
||||
"@angular/common": "~12.1.0",
|
||||
"@angular/core": "~12.1.0",
|
||||
"@uppy/core": ">=1",
|
||||
"@uppy/dashboard": "^1.11.0",
|
||||
"@uppy/drag-drop": "^1.4.16",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue