Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 30, 2024
1 parent 6e54797 commit 3e2c080
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@types/jsdom": "21.1.5",
"@types/react": "18.3.3",
"@types/react-credit-cards": "0.8.1",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.5",
"@types/react-stripe-elements": "6.0.6",
"@types/styled-components": "5.1.30",
"@types/uuid": "9.0.7",
Expand Down
1 change: 1 addition & 0 deletions www/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default mergeConfig(
filename: 'service-worker.ts',
srcDir: 'src',
strategies: 'injectManifest',
showMaximumFileSizeToCacheInBytesWarning: true,
}),
tsconfigPaths(),
pluginRewriteAll(), // Fix 404 error for urls with dots in their path
Expand Down
13 changes: 2 additions & 11 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6805,16 +6805,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
dependencies:
"@types/react": "*"
checksum: a0cd9b1b815a6abd2a367a9eabdd8df8dd8f13f95897b2f9e1359ea3ac6619f957c1432ece004af7d95e2a7caddbba19faa045f831f32d6263483fc5404a7596
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.3.5, @types/react-dom@npm:^18.0.0":
version: 18.3.5
resolution: "@types/react-dom@npm:18.3.5"
peerDependencies:
Expand Down Expand Up @@ -20329,7 +20320,7 @@ __metadata:
"@types/jsdom": 21.1.5
"@types/react": 18.3.3
"@types/react-credit-cards": 0.8.1
"@types/react-dom": 18.3.0
"@types/react-dom": 18.3.5
"@types/react-stripe-elements": 6.0.6
"@types/styled-components": 5.1.30
"@types/uuid": 9.0.7
Expand Down

0 comments on commit 3e2c080

Please sign in to comment.