-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add missing dependencies and sync with backstage tsconfig file
- Loading branch information
Florian Aymard
committed
Jan 13, 2025
1 parent
ad61541
commit 2f48d4e
Showing
6 changed files
with
23,790 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,56 +3,59 @@ | |
"description": "App Development for Backstage.io on AWS plugins", | ||
"version": "0.0.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "github:awslabs/app-development-for-backstage-io-on-aws" | ||
"type": "git", | ||
"url": "github:awslabs/app-development-for-backstage-io-on-aws" | ||
}, | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "http://aws.amazon.com" | ||
"name": "Amazon Web Services", | ||
"url": "http://aws.amazon.com" | ||
}, | ||
"private": true, | ||
"workspaces": { | ||
"packages": [ | ||
"aws-apps", | ||
"aws-apps-backend", | ||
"aws-apps-common", | ||
"aws-apps-demo", | ||
"catalog-backend-module-aws-apps-entities-processor", | ||
"scaffolder-backend-module-aws-apps" | ||
] | ||
"packages": [ | ||
"aws-apps", | ||
"aws-apps-backend", | ||
"aws-apps-common", | ||
"aws-apps-demo", | ||
"catalog-backend-module-aws-apps-entities-processor", | ||
"scaffolder-backend-module-aws-apps" | ||
] | ||
}, | ||
"engines": { | ||
"node": "18" | ||
"node": "20 || 22" | ||
}, | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap", | ||
"tsc": "tsc", | ||
"build": "backstage-cli repo build --all", | ||
"clean": "backstage-cli repo clean", | ||
"test": "backstage-cli test --watchAll=false", | ||
"lint": "backstage-cli repo lint", | ||
"prettier:check": "prettier --check .", | ||
"prettier:fix": "prettier --write .", | ||
"ci": "lerna bootstrap && tsc && backstage-cli repo build --all && backstage-cli test --watchAll=false && backstage-cli repo lint && prettier --check .", | ||
"start:frontend": "yarn workspace @aws/aws-apps start", | ||
"start:backend": "yarn workspace @aws/aws-apps-backend start", | ||
"bump-version": "lerna version", | ||
"publish-version": "lerna publish from-package --yes --no-verify-access", | ||
"yarn:audit:fix": "yarn-audit-fix" | ||
"bootstrap": "lerna bootstrap", | ||
"tsc": "tsc", | ||
"build": "backstage-cli repo build --all", | ||
"clean": "backstage-cli repo clean", | ||
"test": "backstage-cli test --watchAll=false", | ||
"lint": "backstage-cli repo lint", | ||
"prettier:check": "prettier --check .", | ||
"prettier:fix": "prettier --write .", | ||
"ci": "lerna bootstrap && tsc && backstage-cli repo build --all && backstage-cli test --watchAll=false && backstage-cli repo lint && prettier --check .", | ||
"start:frontend": "yarn workspace @aws/aws-apps start", | ||
"start:backend": "yarn workspace @aws/aws-apps-backend start", | ||
"bump-version": "lerna version", | ||
"publish-version": "lerna publish from-package --yes --no-verify-access", | ||
"yarn:audit:fix": "yarn-audit-fix" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.26.11", | ||
"@spotify/prettier-config": "^15.0.0", | ||
"@types/react": "^18.3.3", | ||
"lerna": "^8.1.7", | ||
"prettier": "^3.3.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-router": "^6.26.0", | ||
"react-router-dom": "^6.26.0", | ||
"typescript": "~5.5.4", | ||
"yarn-audit-fix": "^10.0.7" | ||
"@backstage/cli": "^0.26.11", | ||
"@spotify/prettier-config": "^15.0.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^22.10.5", | ||
"@types/react": "^18.3.3", | ||
"lerna": "^8.1.7", | ||
"prettier": "^3.3.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-router": "^6.26.0", | ||
"react-router-dom": "^6.26.0", | ||
"typescript": "~5.5.4", | ||
"yarn-audit-fix": "^10.0.7" | ||
}, | ||
"prettier": "@spotify/prettier-config" | ||
} | ||
"prettier": "@spotify/prettier-config", | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
Oops, something went wrong.