Skip to content

Commit

Permalink
Feat: upgrade dapp web versions (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas authored Sep 6, 2024
1 parent cbe3cbb commit f6bc32d
Show file tree
Hide file tree
Showing 11 changed files with 6,062 additions and 2,816 deletions.
4 changes: 2 additions & 2 deletions dapps/web3modal/react-ethers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/walletconnect.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>AppKit + ethers + Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions dapps/web3modal/react-ethers/public/walletconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dapps/web3modal/react-ethersv5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/walletconnect.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>AppKit + Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions dapps/web3modal/react-ethersv5/public/walletconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dapps/web3modal/react-solana/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/walletconnect.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AppKit Solana v1</title>
<title>AppKit Solana</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions dapps/web3modal/react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/walletconnect.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>AppKit + wagmi + Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions dapps/web3modal/react/public/walletconnect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions dapps/web3modal/vue-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@web3modal/ethers": "^5.0.7",
"core-js": "3.37.1",
"ethers": "^6.13.1",
"@web3modal/ethers": "^5.1.6",
"core-js": "3.38.1",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "3.4.31"
"vue": "3.5.2"
},
"devDependencies": {
"@babel/core": "7.12.16",
"@babel/eslint-parser": "7.12.16",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.0",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"eslint": "7.32.0",
"eslint-plugin-vue": "8.0.3"
"eslint": "8.57.0",
"eslint-plugin-vue": "9.28.0",
"@babel/plugin-transform-private-methods": "^7.25.4"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit f6bc32d

Please sign in to comment.