Skip to content

Commit d208c9a

Browse files
authored
Merge pull request #83 from kleros/feat/update-packages-across-v2-apps
feat: update package versions across v2 apps
2 parents 4f14169 + f1ecbcd commit d208c9a

File tree

2 files changed

+151
-98
lines changed

2 files changed

+151
-98
lines changed

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@netlify/functions": "^1.6.0",
5050
"@types/amqplib": "^0.10.4",
5151
"@types/busboy": "^1.5.3",
52-
"@types/react": "18.2.0",
52+
"@types/react": "^18.2.59",
5353
"@types/react-dom": "^18.2.18",
5454
"@types/react-modal": "^3.16.3",
5555
"@types/styled-components": "^5.1.34",
@@ -64,6 +64,7 @@
6464
"lru-cache": "^7.18.3",
6565
"supabase": "^1.133.3",
6666
"typescript": "^5.3.3",
67+
"vite": "^5.4.2",
6768
"vite-plugin-node-polyfills": "^0.21.0",
6869
"vite-plugin-svgr": "^4.2.0",
6970
"vite-tsconfig-paths": "^4.3.2"
@@ -92,9 +93,9 @@
9293
"moment": "^2.30.1",
9394
"overlayscrollbars": "^2.4.6",
9495
"overlayscrollbars-react": "^0.5.3",
95-
"react": "^18.2.0",
96+
"react": "^18.3.1",
9697
"react-chartjs-2": "^4.3.1",
97-
"react-dom": "^18.2.0",
98+
"react-dom": "^18.3.1",
9899
"react-error-boundary": "^3.1.4",
99100
"react-identicons": "^1.2.5",
100101
"react-is": "^18.2.0",
@@ -108,7 +109,6 @@
108109
"siwe": "^2.3.2",
109110
"styled-components": "^5.3.11",
110111
"viem": "^2.1.0",
111-
"vite": "^5.2.10",
112112
"wagmi": "^2.12.8"
113113
}
114114
}

0 commit comments

Comments
 (0)