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

chore: Add packageManager field to all package.json files #3359

Merged
merged 1 commit into from
Jul 2, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"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": "pnpm@8.6.6",
"devDependencies": {
"node-dev": "^8.0.0"
},
Expand Down
Loading