Skip to content

Commit

Permalink
Merge branch 'main' into add-url-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
OKendigelyan authored Oct 4, 2024
2 parents 6f2fecb + 47c99f9 commit 34719b1
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 132 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@chakra-ui/anatomy": "2.3.1",
"@chakra-ui/anatomy": "2.3.3",
"@chakra-ui/cli": "^2.5.2",
"@chakra-ui/icons": "^2.2.1",
"@chakra-ui/react": "^2.8.2",
Expand Down Expand Up @@ -104,7 +104,7 @@
"date-fns": "^4.1.0",
"depcheck": "^1.4.7",
"electron": "32.1.2",
"electron-builder": "^25.0.5",
"electron-builder": "^25.1.7",
"electronmon": "^2.0.3",
"eslint": "^8.57.0",
"framer-motion": "^11.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@chakra-ui/anatomy": "2.3.1",
"@chakra-ui/anatomy": "2.3.3",
"@chakra-ui/cli": "^2.5.2",
"@chakra-ui/icons": "^2.2.1",
"@chakra-ui/react": "^2.8.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@airgap/beacon-wallet": "^4.3.0",
"@chakra-ui/anatomy": "2.3.1",
"@chakra-ui/anatomy": "2.3.3",
"@chakra-ui/cli": "^2.5.2",
"@chakra-ui/icons": "^2.2.1",
"@chakra-ui/react": "^2.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-chakra-ui": "^0.11.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-playwright": "^1.6.2",
Expand Down
Loading

0 comments on commit 34719b1

Please sign in to comment.