Skip to content

Commit 7d23438

Browse files
committed
chore: cleanup
1 parent fe032cf commit 7d23438

File tree

6 files changed

+7
-257
lines changed

6 files changed

+7
-257
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.next
22
node_modules
3-
*.log
3+
*.log
4+
.vscode

Diff for: .vscode/settings.json

-3
This file was deleted.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@iconicicons/react": "^1.5.0",
1515
"@primer/octicons-react": "^13.0.0",
1616
"@verto/js": "^0.0.0-alpha.18",
17-
"@verto/ui": "^2.1.17-alpha",
17+
"@verto/ui": "^2.1.18-alpha",
1818
"ar-gql": "^0.0.6",
1919
"arconnect": "^0.2.9",
2020
"ardb": "^1.0.8",

Diff for: src/utils/dist/arweave.js

-222
This file was deleted.

Diff for: src/utils/dist/user.js

-26
This file was deleted.

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@
356356
axios "^0.21.1"
357357
smartweave "^0.4.29"
358358

359-
"@verto/ui@^2.1.17-alpha":
360-
version "2.1.17-alpha"
361-
resolved "https://registry.yarnpkg.com/@verto/ui/-/ui-2.1.17-alpha.tgz#f5477a340e0ac473a789543cf6639c1b5ff7df99"
362-
integrity sha512-teLNItRxX4VZJlx5HePyVrVcGkbWQj1fP5ZYPnZ0l+epbPIYNxTyX5M8X8HDUlA0cfZ2NH1NlNnyEtGz9bgytA==
359+
"@verto/ui@^2.1.18-alpha":
360+
version "2.1.18-alpha"
361+
resolved "https://registry.yarnpkg.com/@verto/ui/-/ui-2.1.18-alpha.tgz#db892f76e7c73dc793b6d66feec9ef34ed73f744"
362+
integrity sha512-KpxP7+I1ZXGEQQRSZkMdWc7BZi/Ap/5GQg5KQa+pSLDqh/2YPpawONDYHkJ43frvqTQ3XRz4XXkcftn8P82y6w==
363363
dependencies:
364364
"@iconicicons/react" "^1.1.1"
365365
framer-motion "^3.1.1"

0 commit comments

Comments
 (0)