-
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.
- Loading branch information
1 parent
8bb3a9e
commit f8cc51f
Showing
41 changed files
with
170 additions
and
166 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,9 +10,7 @@ | |
"test:debug": "DEBUG_LOG=true pnpm test", | ||
"lint": "eslint './tests/**/*.{js,ts}' && prettier -c ./tests", | ||
"lint:fix": "eslint --fix './tests/**/*.{js,ts}' && prettier -w ./tests", | ||
"check": "pnpm check:api && pnpm check:ui && pnpm lint", | ||
"check:api": "tsc --project './tests/api-driven/tsconfig.json' && pnpm lint", | ||
"check:ui": "tsc --project './tests/ui-driven/tsconfig.json' && pnpm lint", | ||
"check": "tsc && pnpm lint", | ||
"postinstall": "cd tests/ui-driven && pnpm install && cd ../api-driven && pnpm install", | ||
"prepare": "cd .. && husky install e2e/.husky" | ||
}, | ||
|
@@ -24,6 +22,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@types/jsonwebtoken": "^9.0.7", | ||
"@types/node": "22.10.5", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@cucumber/cucumber": "^11.1.1", | ||
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#a7ec46d", | ||
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#d004278", | ||
"axios": "^1.7.4", | ||
"dotenv": "^16.3.1", | ||
"dotenv-expand": "^10.0.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,8 +7,9 @@ | |
"ui": "serve ../../../editor.planx.uk/build --single --listen 3000", | ||
"postinstall": "./install-dependencies.sh" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#a7ec46d", | ||
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#d004278", | ||
"axios": "^1.7.4", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.56.0", | ||
|
@@ -21,7 +22,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@playwright/test": "^1.49.0", | ||
"@playwright/test": "^1.49.1", | ||
"@types/geojson": "^7946.0.14", | ||
"@types/node": "22.10.5", | ||
"eslint-plugin-playwright": "^0.20.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.