Skip to content

Commit

Permalink
upgrade pdfworker
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored and ggazzo committed Oct 12, 2024
1 parent 3099c34 commit 623b21c
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 103 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"@nivo/pie": "0.84.0",
"@react-aria/color": "^3.0.0-beta.15",
"@react-aria/toolbar": "^3.0.0-beta.1",
"@react-pdf/renderer": "^3.1.14",
"@react-pdf/renderer": "^3.4.5",
"@rocket.chat/account-utils": "workspace:^",
"@rocket.chat/agenda": "workspace:^",
"@rocket.chat/api-client": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"author": "Rocket.Chat",
"dependencies": {
"@react-pdf/renderer": "^3.1.14",
"@react-pdf/renderer": "^3.4.5",
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "~0.31.25",
Expand Down
1 change: 0 additions & 1 deletion ee/apps/queue-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
],
"author": "Rocket.Chat",
"dependencies": {
"@react-pdf/renderer": "^3.1.14",
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "~0.31.25",
Expand Down
1 change: 1 addition & 0 deletions ee/packages/pdf-worker/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default {
moduleNameMapper: {
'^fontkit($|/.+)': '<rootDir>/../../../node_modules/fontkit$1', // needed to a weird bug related to module resolution in SWC
},
transformIgnorePatterns: ['/node_modules/(?!(yoga-layout)/)'],
modulePathIgnorePatterns: ['<rootDir>/src/strategies/', '<rootDir>/src/templates/'],
},
],
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/pdf-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"/dist"
],
"dependencies": {
"@react-pdf/renderer": "^3.1.14",
"@react-pdf/renderer": "^3.4.5",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"emoji-assets": "^7.0.1",
Expand Down
Loading

0 comments on commit 623b21c

Please sign in to comment.