-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add
packageManager
field to all package.json
files
- Loading branch information
1 parent
0f05cc9
commit 3e1b9de
Showing
12 changed files
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"prettier -w ./tests" | ||
] | ||
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@types/node": "18.16.1", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -158,6 +158,7 @@ | |
"typescript": "^5.4.3", | ||
"webpack": "^5.91.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"start": "craco start", | ||
"build": "CI=false && craco build", | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"scripts": { | ||
"start": "hasura console --envfile ./../.env" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"follow-redirects@<=1.15.5": ">=1.15.6" | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"@pulumi/pulumi": "^3.0.0", | ||
"tldjs": "^2.3.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"overrides": { | ||
"protobufjs": ">=7.2.4", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
"dev": "node-dev server.js", | ||
"start": "node server.js" | ||
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"node-dev": "^8.0.0" | ||
}, | ||
|