Skip to content

Commit

Permalink
chore: Add packageManager field to all package.json files (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 2, 2024
1 parent 0f05cc9 commit 95b54c4
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "api.planx.uk",
"license": "MPL-2.0",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@airbrake/node": "^2.1.8",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9",
Expand Down
1 change: 1 addition & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"prettier -w ./tests"
]
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "18.16.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
1 change: 1 addition & 0 deletions e2e/tests/api-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"test": "cucumber-js --tags 'not @regression'",
"test:regression": "cucumber-js"
},
"packageManager": "[email protected]",
"dependencies": {
"@cucumber/cucumber": "^9.3.0",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9",
Expand Down
1 change: 1 addition & 0 deletions e2e/tests/ui-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"serve": "^14.2.1",
"uuid": "^9.0.1"
},
"packageManager": "[email protected]",
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "18.16.1",
Expand Down
1 change: 1 addition & 0 deletions editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
"typescript": "^5.4.3",
"webpack": "^5.91.0"
},
"packageManager": "[email protected]",
"scripts": {
"start": "craco start",
"build": "CI=false && craco build",
Expand Down
1 change: 1 addition & 0 deletions hasura.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"start": "hasura console --envfile ./../.env"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"follow-redirects@<=1.15.5": ">=1.15.6"
Expand Down
1 change: 1 addition & 0 deletions infrastructure/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"build-editor": "cd ../../editor.planx.uk && pnpm build"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"protobufjs@>=7.0.0 <7.2.5": ">=7.2.5",
Expand Down
1 change: 1 addition & 0 deletions infrastructure/certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@pulumi/pulumi": "^3.0.0",
"tldjs": "^2.3.1"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"protobufjs": ">=7.2.4",
Expand Down
1 change: 1 addition & 0 deletions infrastructure/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@pulumi/awsx": "^0.30.0",
"@pulumi/pulumi": "^3.74.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"protobufjs@>=7.0.0 <7.2.5": ">=7.2.5",
Expand Down
1 change: 1 addition & 0 deletions infrastructure/networking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@pulumi/awsx": "^0.30.0",
"@pulumi/pulumi": "^3.74.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"protobufjs@>=7.0.0 <7.2.5": ">=7.2.5",
Expand Down
1 change: 1 addition & 0 deletions scripts/encrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"encrypt": "ts-node encrypt.ts",
"decrypt": "ts-node decrypt.ts"
},
"packageManager": "[email protected]",
"keywords": [],
"dependencies": {
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#722e1c7",
Expand Down
1 change: 1 addition & 0 deletions sharedb.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dev": "node-dev server.js",
"start": "node server.js"
},
"packageManager": "[email protected]",
"devDependencies": {
"node-dev": "^8.0.0"
},
Expand Down

0 comments on commit 95b54c4

Please sign in to comment.