Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,125 changes: 2,568 additions & 3,557 deletions extension/package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webextension-polyfill": "^0.10.0",
"webpack": "^4.44.2",
"webpack": "5.88",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion extension/static/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Signorino</title>
<title>Nodeguard Companion</title>
<base href="." />
<link href="app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand Down
4 changes: 2 additions & 2 deletions extension/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Signorino</title>
<title>Nodeguard Companion</title>
<base href="." />
<link href="app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand All @@ -14,4 +14,4 @@
<body>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions extension/static/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Signorino</title>
<title>Nodeguard Companion</title>
<base href="." />
<link href="app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand All @@ -15,4 +15,4 @@
<body>
</body>

</html>
</html>
3 changes: 3 additions & 0 deletions extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ module.exports = {
port: 9000,
historyApiFallback: true
},
experiments: {
asyncWebAssembly: true
}
};
2,861 changes: 712 additions & 2,149 deletions extension/yarn.lock

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions signer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.