Skip to content

Commit

Permalink
fix franch
Browse files Browse the repository at this point in the history
  • Loading branch information
CoNETProject committed Sep 30, 2023
1 parent 81c24f8 commit a4c3b80
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 197 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@conet-project/conet-platform",
"version": "0.60.3",
"version": "0.61.0",
"author": "CoNET technology Inc.",
"description": "The CONET project provides Innate in digital privacy from the network layer to the application layer.",
"license": "MIT",
Expand All @@ -26,23 +26,23 @@
},
"dependencies": {
"@conet.project/seguro-worker-lib": "0.13.8",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@react-icons/all-files": "^4.1.0",
"@tippyjs/react": "^4.2.6",
"buffer": "^6.0.3",
"dayjs": "^1.11.7",
"framer-motion": "^10.12.7",
"get-port": "^6.1.2",
"react-draggable": "^4.4.5",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"get-port": "^7.0.0",
"react-draggable": "^4.4.6",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^5.3.4",
"react-lottie-player": "^1.5.4",
"react-router-dom": "^6.11.1",
"uuid": "^9.0.0",
"web-vitals": "^3.3.1"
"react-loader-spinner": "^5.4.5",
"react-lottie-player": "^1.5.5",
"react-router-dom": "^6.16.0",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^1.9.5",
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import '../src/font/font.css'
const rootElement = document.getElementById('root')

if (rootElement && 'serviceWorker' in navigator) {

const root = createRoot(rootElement)

root.render(

<RootProvider>
Expand Down
Loading

0 comments on commit a4c3b80

Please sign in to comment.