Skip to content

Commit

Permalink
fix #8132 -- upgrade @stripe/react-stripe-js and @stripe/stripe-js
Browse files Browse the repository at this point in the history
- the trick is to defuse the ticking timb bomb in util with react-intl
  there...
  • Loading branch information
williamstein committed Jan 19, 2025
1 parent efe0174 commit 93c8ac7
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 146 deletions.
4 changes: 2 additions & 2 deletions src/packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@react-hook/mouse-position": "^4.1.3",
"@rinsuki/lz4-ts": "^1.0.1",
"@speed-highlight/core": "^1.1.11",
"@stripe/react-stripe-js": "^2.8.1",
"@stripe/stripe-js": "^4.9.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",
"@types/debug": "^4.1.12",
"@uiw/react-textarea-code-editor": "^2.1.1",
"@use-gesture/react": "^10.2.24",
Expand Down
1 change: 0 additions & 1 deletion src/packages/frontend/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ function restoreSessionState(redux: AppRedux, state: State[]): void {
continue;
}
if (paths.length > 0) {
console.log({ paths });
const project = redux.getProjectActions(project_id);
for (const path of paths) {
try {
Expand Down
Loading

0 comments on commit 93c8ac7

Please sign in to comment.