diff --git a/package-lock.json b/package-lock.json index 29e1a86a5a38..700bf07c74e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react-content-loader": "^7.0.0", "react-dom": "18.1.0", "react-error-boundary": "^4.0.11", - "react-fast-pdf": "git+https://github.com/Expensify/react-fast-pdf#b70e79ddfcf7e09b3a1df6339ad272c521d30bc7", + "react-fast-pdf": "1.0.13", "react-map-gl": "^7.1.3", "react-native": "0.73.4", "react-native-android-location-enabler": "^2.0.1", @@ -31059,9 +31059,9 @@ } }, "node_modules/react-fast-pdf": { - "version": "1.0.12", - "resolved": "git+ssh://git@github.com/Expensify/react-fast-pdf.git#b70e79ddfcf7e09b3a1df6339ad272c521d30bc7", - "integrity": "sha512-fuVEOmNh214tmnk1cQRmRoDTiBVsQNBDoQtJvHqDeQ5M3D/kEJqrUdbqs3j5xIS0KLpLKw9jf+Taas4ePoFPSA==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/react-fast-pdf/-/react-fast-pdf-1.0.13.tgz", + "integrity": "sha512-rF7NQZ26rJAI8ysRJaG71dl2c7AIq48ibbn7xCyF3lEZ/yOjA8BeR0utRwDjaHGtswQscgETboilhaaH5UtIYg==", "dependencies": { "react-pdf": "^7.7.0", "react-window": "^1.8.10" diff --git a/package.json b/package.json index 538a1cd0a3b3..027bda31f528 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "react-content-loader": "^7.0.0", "react-dom": "18.1.0", "react-error-boundary": "^4.0.11", - "react-fast-pdf": "git+https://github.com/Expensify/react-fast-pdf#b70e79ddfcf7e09b3a1df6339ad272c521d30bc7", + "react-fast-pdf": "1.0.13", "react-map-gl": "^7.1.3", "react-native": "0.73.4", "react-native-android-location-enabler": "^2.0.1",