Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example: fix Angular example package name #4060

Merged
merged 1 commit into from Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/angular-example/README.md
Expand Up @@ -8,7 +8,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
corepack yarn install
corepack yarn build
corepack yarn workspace @uppy/angular prepublishOnly
corepack yarn workspace angular-example ng serve
corepack yarn workspace @uppy-example/angular ng serve
```

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-example/package.json
@@ -1,5 +1,5 @@
{
"name": "angular-example",
"name": "@uppy-example/angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
Expand Down
90 changes: 45 additions & 45 deletions yarn.lock
Expand Up @@ -7946,6 +7946,51 @@ __metadata:
languageName: unknown
linkType: soft

"@uppy-example/angular@workspace:examples/angular-example":
version: 0.0.0-use.local
resolution: "@uppy-example/angular@workspace:examples/angular-example"
dependencies:
"@angular-devkit/build-angular": ^14.1.2
"@angular-eslint/builder": ^14.0.2
"@angular-eslint/eslint-plugin": ^14.0.2
"@angular-eslint/eslint-plugin-template": ^14.0.2
"@angular-eslint/schematics": ^14.0.2
"@angular-eslint/template-parser": ^14.0.2
"@angular/animations": ^14.1.0
"@angular/cli": ~14.2.0
"@angular/common": ^14.1.0
"@angular/compiler": ^14.1.0
"@angular/compiler-cli": ^14.1.0
"@angular/core": ^14.1.0
"@angular/forms": ^14.1.0
"@angular/platform-browser": ^14.1.0
"@angular/platform-browser-dynamic": ^14.1.0
"@angular/router": ^14.1.0
"@types/jasmine": ~4.0.0
"@uppy/angular": "workspace:*"
"@uppy/core": "workspace:*"
"@uppy/drag-drop": "workspace:*"
"@uppy/google-drive": "workspace:*"
"@uppy/progress-bar": "workspace:*"
"@uppy/tus": "workspace:*"
"@uppy/webcam": "workspace:*"
eslint: ^8.0.0
eslint-plugin-import: ^2.22.1
eslint-plugin-jsdoc: ^39.0.0
eslint-plugin-prefer-arrow: ^1.2.3
jasmine-core: ~4.2.0
karma: ~6.4.0
karma-chrome-launcher: ~3.1.0
karma-coverage: ~2.2.0
karma-jasmine: ~5.1.0
karma-jasmine-html-reporter: ~2.0.0
rxjs: ~7.5.0
tslib: ^2.3.0
typescript: ~4.8
zone.js: ~0.11.4
languageName: unknown
linkType: soft

"@uppy-example/aws-companion@workspace:examples/aws-companion":
version: 0.0.0-use.local
resolution: "@uppy-example/aws-companion@workspace:examples/aws-companion"
Expand Down Expand Up @@ -9918,51 +9963,6 @@ __metadata:
languageName: node
linkType: hard

"angular-example@workspace:examples/angular-example":
version: 0.0.0-use.local
resolution: "angular-example@workspace:examples/angular-example"
dependencies:
"@angular-devkit/build-angular": ^14.1.2
"@angular-eslint/builder": ^14.0.2
"@angular-eslint/eslint-plugin": ^14.0.2
"@angular-eslint/eslint-plugin-template": ^14.0.2
"@angular-eslint/schematics": ^14.0.2
"@angular-eslint/template-parser": ^14.0.2
"@angular/animations": ^14.1.0
"@angular/cli": ~14.2.0
"@angular/common": ^14.1.0
"@angular/compiler": ^14.1.0
"@angular/compiler-cli": ^14.1.0
"@angular/core": ^14.1.0
"@angular/forms": ^14.1.0
"@angular/platform-browser": ^14.1.0
"@angular/platform-browser-dynamic": ^14.1.0
"@angular/router": ^14.1.0
"@types/jasmine": ~4.0.0
"@uppy/angular": "workspace:*"
"@uppy/core": "workspace:*"
"@uppy/drag-drop": "workspace:*"
"@uppy/google-drive": "workspace:*"
"@uppy/progress-bar": "workspace:*"
"@uppy/tus": "workspace:*"
"@uppy/webcam": "workspace:*"
eslint: ^8.0.0
eslint-plugin-import: ^2.22.1
eslint-plugin-jsdoc: ^39.0.0
eslint-plugin-prefer-arrow: ^1.2.3
jasmine-core: ~4.2.0
karma: ~6.4.0
karma-chrome-launcher: ~3.1.0
karma-coverage: ~2.2.0
karma-jasmine: ~5.1.0
karma-jasmine-html-reporter: ~2.0.0
rxjs: ~7.5.0
tslib: ^2.3.0
typescript: ~4.8
zone.js: ~0.11.4
languageName: unknown
linkType: soft

"angular@workspace:packages/@uppy/angular":
version: 0.0.0-use.local
resolution: "angular@workspace:packages/@uppy/angular"
Expand Down