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

Production deploy #2528

Merged
merged 20 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c45d3ac
refactor: Consolidate rich text into component + update styles (#2503)
ianjon3s Dec 1, 2023
bd62998
chore(deps-dev): bump @storybook/addon-a11y in /editor.planx.uk (#2513)
dependabot[bot] Dec 1, 2023
1401fa2
chore(deps): bump @apollo/client in /editor.planx.uk (#2511)
dependabot[bot] Dec 1, 2023
7d3a87c
[skip pizza] bump lint-staged from 15.0.2 to 15.1.0 in /e2e (#2522)
dependabot[bot] Dec 1, 2023
7b50789
[skip pizza] bump eslint from 8.52.0 to 8.54.0 in /e2e (#2520)
dependabot[bot] Dec 1, 2023
6e8ff75
chore(deps-dev): bump rimraf from 3.0.2 to 5.0.5 in /api.planx.uk (#2…
dependabot[bot] Dec 1, 2023
cd74285
chore(deps-dev): bump eslint-config-prettier in /api.planx.uk (#2517)
dependabot[bot] Dec 1, 2023
11313fc
chore(deps-dev): bump @babel/core in /api.planx.uk (#2515)
dependabot[bot] Dec 1, 2023
f9f9bb4
chore(deps): bump helmet from 7.0.0 to 7.1.0 in /api.planx.uk (#2514)
dependabot[bot] Dec 1, 2023
ce00783
chore: tidy logic tests (#2510)
jessicamcinchak Dec 1, 2023
15ba94b
[skip pizza] bump prettier from 3.0.2 to 3.1.0 in /e2e (#2521)
dependabot[bot] Dec 1, 2023
55a458b
chore(deps): bump jwt-decode from 3.1.2 to 4.0.0 in /editor.planx.uk …
dependabot[bot] Dec 1, 2023
6d55726
fix: Syntax error in sync script [skip pizza] (#2523)
DafyddLlyr Dec 1, 2023
562fad5
[skip pizza] bump typescript from 5.2.2 to 5.3.2 in /e2e (#2519)
dependabot[bot] Dec 1, 2023
6c613c2
chore(deps-dev): bump typescript from 5.1.6 to 5.3.2 in /api.planx.uk…
dependabot[bot] Dec 1, 2023
144f1d8
fix: CVE-2023-48631 (#2506)
DafyddLlyr Dec 1, 2023
268d3ec
fix: Typo in sync script again... [skip pizza] (#2525)
DafyddLlyr Dec 1, 2023
88f9a53
fix: Sync script line endings [skip pizza] (#2526)
DafyddLlyr Dec 1, 2023
0e388c1
chore(deps-dev): bump @craco/craco in /editor.planx.uk (#2508)
dependabot[bot] Dec 1, 2023
c5c5214
fix: api client should be able to select * from `payment_status` (#2527)
jessicamcinchak Dec 1, 2023
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
10 changes: 5 additions & 5 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"form-data": "^4.0.0",
"graphql": "^16.8.1",
"graphql-request": "^4.3.0",
"helmet": "^7.0.0",
"helmet": "^7.1.0",
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.3",
"isomorphic-fetch": "^3.0.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.23.5",
"@babel/preset-typescript": "^7.23.2",
"@types/adm-zip": "^0.5.0",
"@types/body-parser": "^1.19.2",
Expand Down Expand Up @@ -97,7 +97,7 @@
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.6.0",
"graphql-query-test-mock": "^0.12.1",
"jest": "^29.7.0",
Expand All @@ -106,11 +106,11 @@
"nock": "^13.3.2",
"node-dev": "^8.0.0",
"prettier": "^3.0.2",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6",
"typescript": "^5.3.2",
"uuid": "^9.0.0"
},
"pnpm": {
Expand Down
Loading
Loading