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

SFR-1948: Upgrade DS and Web Reader #497

Merged
merged 6 commits into from
May 6, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Update Github Action for release from create-release to action-gh-release
- SFR-1945: Fixed more failing Playwright tests
- Update README to include production release information
- Upgrade NYPL Design System to 3.1.1
- Upgrade Web Reader to 4.3.4
- Fix issue where 0 character is shown when there are no authors

## [0.18.0]
Expand Down
3 changes: 3 additions & 0 deletions jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
import "@testing-library/jest-dom";

import { MatchMedia } from "@nypl/design-system-react-components";
new MatchMedia();
7,127 changes: 4,826 additions & 2,301 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"dependencies": {
"@chakra-ui/react": "2.5.4",
"@newrelic/next": "^0.7.0",
"@nypl/design-system-react-components": "2.1.0",
"@nypl/web-reader": "^4.3.1",
"@nypl/design-system-react-components": "3.1.1",
"@nypl/web-reader": "4.3.4",
"@types/node": "^16.11.6",
"css-loader": "^6.5.0",
"css-loader": "^7.1.1",
"dotenv": "^16.0.3",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"focus-trap-react": "^10.0.0",
"newrelic": "^11.12.0",
"next": "^13.5.6",
Expand Down Expand Up @@ -51,13 +52,12 @@
"eslint": "^7.15.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"next-router-mock": "^0.9.9",
Expand Down
Loading
Loading