Skip to content

Commit

Permalink
Consistent versions of rimraf dependency across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertoledo committed Sep 27, 2023
1 parent 71a8e8d commit c793199
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "",
"type": "none"
}
],
"packageName": "@boostercloud/framework-core"
}
2 changes: 1 addition & 1 deletion packages/application-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"sinon-chai": "3.5.0",
"typescript": "4.7.4",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"eslint-plugin-unicorn": "~44.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rewire": "5.0.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/src/templates/project/package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const template = `{
"@boostercloud/framework-provider-local-infrastructure": "^${VERSION}",
"@boostercloud/metadata-booster": "^${VERSION}",
"{{{providerPackageName}}}-infrastructure": "^${VERSION}",
"rimraf": "^3.0.1",
"rimraf": "^5.0.0",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.26.0",
Expand Down Expand Up @@ -47,7 +47,6 @@ export const template = `{
"lint:fix": "eslint --quiet --fix --ext '.js,.ts' **/*.ts",
"build": "ttsc -b tsconfig.json",
"clean": "rimraf ./dist tsconfig.tsbuildinfo",
"test": "AWS_SDK_LOAD_CONFIG=true BOOSTER_ENV=test nyc --extension .ts mocha --forbid-only \\"test/**/*.test.ts\\""
},
"types": "lib/index.d.ts"
}`
2 changes: 1 addition & 1 deletion packages/cli/test/fixtures/mock_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@boostercloud/framework-provider-aws-infrastructure": "^1.11.2",
"@boostercloud/rocket-backup-aws-infrastructure": "^1.11.2",
"@boostercloud/rocket-static-sites-aws-infrastructure": "^1.11.2",
"rimraf": "^3.0.1",
"rimraf": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-common-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rewire": "5.0.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"nock": "11.8.2",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"nedb": "^1.8.0",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"reflect-metadata": "0.1.13",
"serverless": "3.8.0",
"serverless-artillery": "0.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rewire": "5.0.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-provider-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rewire": "5.0.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"mocha": "10.2.0",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"sinon": "9.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-provider-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mocha": "10.2.0",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"ts-node": "^10.9.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"mocha": "10.2.0",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"sinon-express-mock": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-provider-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"mocha": "10.2.0",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"rimraf": "5.0.0",
"rimraf": "^5.0.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"sinon-express-mock": "^2.2.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/framework-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"typescript": "4.7.4",
"prettier": "2.3.0",
"eslint-plugin-unicorn": "~44.0.2",
"graphql": "^16.6.0"
"graphql": "^16.6.0",
"rimraf": "^5.0.0"
},
"pnpm": {
"overrides": {
Expand Down
1 change: 1 addition & 0 deletions packages/metadata-booster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"typescript": "4.7.4",
"prettier": "2.3.0",
"sinon": "9.2.3",
"rimraf": "^5.0.0",
"eslint-plugin-unicorn": "~44.0.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/10_going-deeper/data-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class CartIdDataMigrateV2 {

```json
"devDependencies": {
"rimraf": "^3.0.1",
"rimraf": "^5.0.0",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"eslint": "7.26.0",
Expand Down

0 comments on commit c793199

Please sign in to comment.