diff --git a/addons/docs/package.json b/addons/docs/package.json index 16044c0c5f..7878e6fd68 100644 --- a/addons/docs/package.json +++ b/addons/docs/package.json @@ -79,7 +79,7 @@ "util-deprecate": "^1.0.2" }, "devDependencies": { - "@angular/core": "^9.1.0", + "@angular/core": "^11.0.5", "@babel/core": "^7.9.6", "@emotion/core": "^10.0.20", "@emotion/styled": "^10.0.17", diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index 5081d9584e..68cc245be7 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -21,7 +21,7 @@ "dependencies": { "@angular/common": "^9.1.0", "@angular/compiler": "^9.1.0", - "@angular/core": "^9.1.0", + "@angular/core": "^11.0.5", "@angular/forms": "^9.1.0", "@angular/platform-browser": "^9.1.0", "@angular/platform-browser-dynamic": "^9.1.0", diff --git a/package.json b/package.json index aa11fb1f1f..5916dfbae0 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "devDependencies": { "@angular/common": "^9.1.0", "@angular/compiler": "^9.1.0", - "@angular/core": "^9.1.0", + "@angular/core": "^11.0.5", "@angular/forms": "^9.1.0", "@angular/platform-browser": "^9.1.0", "@angular/platform-browser-dynamic": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 7d3f84d98d..4d1ee9a5fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,10 +193,12 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.9.tgz#cbf678ee28a0811a8ef3ee7be565d4911ff28ec7" integrity sha512-kjFgaTB2ckr9lgmkS1dOGRT7kmzpQueydxsxXSHWgICNVE6F/u1PHyeSOyJRpxW0GnrkLq3QM2EUFnQGGga5bg== -"@angular/core@^9.1.0": - version "9.1.9" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.9.tgz#db4241f867d6e14b81ed6e7c50334813c6ebfc10" - integrity sha512-q/DERgVU6vK2LtTcdVCGGBcoO424WsEfImh3Vcuy+P/ZVmthlDUC/+q+tSKt8MMf4hLpxFDQJE8vUSkktj7QEw== +"@angular/core@^11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" + integrity sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w== + dependencies: + tslib "^2.0.0" "@angular/forms@^9.1.0": version "9.1.9" @@ -708,7 +710,7 @@ dependencies: "@babel/types" "^7.8.3" -"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": +"@babel/helper-validator-identifier@^7.10.1", "@babel/helper-validator-identifier@^7.9.0": version "7.10.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== @@ -26162,7 +26164,7 @@ react-docgen-typescript-plugin@^0.5.0, react-docgen-typescript-plugin@^0.5.2: react-docgen-typescript-loader "^3.7.2" tslib "^2.0.0" -react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.16.6, react-docgen-typescript@^1.20.1: +react-docgen-typescript@^1.15.0, react-docgen-typescript@^1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.20.1.tgz#774ed8b4a7111acaaa536cad4cfd61c504a46f7e" integrity sha512-vU6puLsSwfCS+nI/6skQ52sJIx/uW7+9aMI/V/zPHAXr6s8OQzD5LeL9rXx/Hdt2aNfm4yTX9oJ8ClH/5PKQNg==