Skip to content

Commit a4c3b80

Browse files
committed
fix franch
1 parent 81c24f8 commit a4c3b80

3 files changed

Lines changed: 261 additions & 197 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conet-project/conet-platform",
3-
"version": "0.60.3",
3+
"version": "0.61.0",
44
"author": "CoNET technology Inc.",
55
"description": "The CONET project provides Innate in digital privacy from the network layer to the application layer.",
66
"license": "MIT",
@@ -26,23 +26,23 @@
2626
},
2727
"dependencies": {
2828
"@conet.project/seguro-worker-lib": "0.13.8",
29-
"@emotion/react": "^11.10.8",
30-
"@emotion/styled": "^11.10.8",
31-
"@mui/icons-material": "^5.11.16",
32-
"@mui/material": "^5.12.3",
29+
"@emotion/react": "^11.11.1",
30+
"@emotion/styled": "^11.11.0",
31+
"@mui/icons-material": "^5.14.11",
32+
"@mui/material": "^5.14.11",
3333
"@react-icons/all-files": "^4.1.0",
3434
"@tippyjs/react": "^4.2.6",
3535
"buffer": "^6.0.3",
36-
"dayjs": "^1.11.7",
37-
"framer-motion": "^10.12.7",
38-
"get-port": "^6.1.2",
39-
"react-draggable": "^4.4.5",
36+
"dayjs": "^1.11.10",
37+
"framer-motion": "^10.16.4",
38+
"get-port": "^7.0.0",
39+
"react-draggable": "^4.4.6",
4040
"react-hot-toast": "^2.4.1",
41-
"react-loader-spinner": "^5.3.4",
42-
"react-lottie-player": "^1.5.4",
43-
"react-router-dom": "^6.11.1",
44-
"uuid": "^9.0.0",
45-
"web-vitals": "^3.3.1"
41+
"react-loader-spinner": "^5.4.5",
42+
"react-lottie-player": "^1.5.5",
43+
"react-router-dom": "^6.16.0",
44+
"uuid": "^9.0.1",
45+
"web-vitals": "^3.5.0"
4646
},
4747
"devDependencies": {
4848
"@reduxjs/toolkit": "^1.9.5",

src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import '../src/font/font.css'
1111
const rootElement = document.getElementById('root')
1212

1313
if (rootElement && 'serviceWorker' in navigator) {
14+
1415
const root = createRoot(rootElement)
16+
1517
root.render(
1618

1719
<RootProvider>

0 commit comments

Comments
 (0)