Skip to content

Commit

Permalink
Use master branch for near-social-vm and latest wallet selector versi…
Browse files Browse the repository at this point in the history
…on (#50)

* rspack upgrade to 1.0.0

* fix lock

* set near-social-vm to master branch and remove near-wallet-selector in package.json

* remove package lock

* standardize github package versions and add branches

* upgrade importmap

* revert
  • Loading branch information
elliotBraem authored Sep 28, 2024
1 parent c433c35 commit 729b1ed
Show file tree
Hide file tree
Showing 3 changed files with 1,730 additions and 1,210 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dompurify": "^3.0.6",
"local-storage": "^2.0.0",
"near-api-js": "^2.1.3",
"near-social-vm": "NEARBuilders/VM#feat/rspack",
"near-social-vm": "github:NEARBuilders/VM#master",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-typeahead": "^6.1.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"https-browserify": "^1.0.0",
"ipfs-car": "^1.2.0",
"jspm": "^3.1.0",
"nearfs": "https://github.com/vgrichina/nearfs",
"nearfs": "github:vgrichina/nearfs#main",
"ora": "^8.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Near social</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@near-wallet-selector/modal-ui-js@8.7.2/styles.css"
href="https://cdn.jsdelivr.net/npm/@near-wallet-selector/modal-ui-js@8.9.10/styles.css"
/>
</head>
<body>
Expand Down Expand Up @@ -244,4 +244,4 @@
</script>
<script src="webcomponentapp.js" type="module"></script>
</body>
</html>
</html>
Loading

0 comments on commit 729b1ed

Please sign in to comment.