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 #2971

Merged
merged 22 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2746826
fix(a11y): Darken disabled colour in MUI theme (#2940)
DafyddLlyr Mar 28, 2024
3e6f9e8
chore: default analytics_logs allow_list_answers to null (#2942)
Mike-Heneghan Mar 28, 2024
d2c4ffc
chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 …
dependabot[bot] Apr 2, 2024
6e45e16
chore(deps-dev): bump @babel/plugin-transform-react-jsx from 7.22.5 t…
dependabot[bot] Apr 2, 2024
c6b43dc
chore(deps-dev): bump css-loader from 6.8.1 to 6.10.0 in /editor.plan…
dependabot[bot] Apr 2, 2024
b03bdae
chore(deps-dev): bump dotenv from 16.3.1 to 16.4.5 in /api.planx.uk (…
dependabot[bot] Apr 2, 2024
3b60707
chore(deps-dev): bump @types/lodash from 4.14.202 to 4.17.0 in /api.p…
dependabot[bot] Apr 2, 2024
e069f96
chore(deps-dev): bump webpack from 5.89.0 to 5.91.0 in /editor.planx.…
dependabot[bot] Apr 2, 2024
362fd2e
chore(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 in /ap…
dependabot[bot] Apr 2, 2024
d236eb1
chore: Tidy up unused Editor dependencies (#2961)
DafyddLlyr Apr 2, 2024
4dfa9a2
chore: Bump TypeScript to 5.4.3 (#2960)
DafyddLlyr Apr 2, 2024
7b5c0cc
chore: bump planx-core to ODP schema v0.5.0 (#2943)
jessicamcinchak Apr 2, 2024
d3c5da2
fix(a11y): `ResultReason` tabindex order (#2941)
DafyddLlyr Apr 2, 2024
c365eae
fix(a11y): collapse map attributions and wrap SummaryList columns on …
jessicamcinchak Apr 2, 2024
0978fa8
fix(a11y): Add visually hidden context to "Restart Application" butto…
DafyddLlyr Apr 2, 2024
4558c2c
fix(a11y): Add labels to all feedback form inputs (#2939)
DafyddLlyr Apr 2, 2024
67d6f18
fix(a11y): Split `ConstraintsList` into multiple `ul` groupings (#2946)
DafyddLlyr Apr 3, 2024
1326e82
chore: Fix eslint rule "no-case-declarations" (#2972)
DafyddLlyr Apr 3, 2024
5b642e6
fix(a11y): `FileUploadAndLabel` error messages (#2973)
DafyddLlyr Apr 3, 2024
77a5056
fix(a11y): Use `role="alert"` as default value for `ErrorWrapper` (#2…
DafyddLlyr Apr 3, 2024
97e1330
refactor: store analytics_logs allow_list_answers from arrays of obje…
Mike-Heneghan Apr 3, 2024
708ac8d
feat: Styling for submissions table (#2975)
ianjon3s Apr 3, 2024
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
12 changes: 6 additions & 6 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@airbrake/node": "^2.1.8",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#4ef1e87",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#03a39b2",
"@types/isomorphic-fetch": "^0.0.36",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1467.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-typescript": "^7.24.1",
"@types/adm-zip": "^0.5.0",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.6",
Expand All @@ -82,7 +82,7 @@
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/mime": "^3.0.4",
"@types/multer": "^1.4.11",
"@types/node": "^18.19.13",
Expand All @@ -94,12 +94,12 @@
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"esbuild": "^0.20.0",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.9.0",
"graphql-query-test-mock": "^0.12.1",
"jest": "^29.7.0",
"json-stringify-pretty-compact": "^3.0.0",
Expand All @@ -111,7 +111,7 @@
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"uuid": "^9.0.1"
},
"pnpm": {
Expand Down
Loading
Loading