Skip to content

Commit 773916f

Browse files
authored
Remove silly logs from VPN extension (#736)
1 parent ee3500c commit 773916f

5 files changed

Lines changed: 359 additions & 362 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
"fast-deep-equal": "^3.1.3",
8383
"file-saver": "^2.0.5",
8484
"get-text-width": "^1.0.3",
85-
"html-react-parser": "^5.2.10",
85+
"html-react-parser": "^5.2.11",
8686
"itertools": "^2.5.0",
8787
"js-base64": "^3.7.8",
88-
"lodash-es": "^4.17.21",
88+
"lodash-es": "^4.17.22",
8989
"merge-refs": "^2.0.0",
9090
"millify": "^6.1.0",
9191
"motion": "^12.23.26",
@@ -96,7 +96,7 @@
9696
"react-auth-code-input": "^3.2.1",
9797
"react-click-away-listener": "^2.4.0",
9898
"react-dom": "^19.2.3",
99-
"react-hook-form": "^7.68.0",
99+
"react-hook-form": "^7.69.0",
100100
"react-hotkeys-hook": "^5.2.1",
101101
"react-loading-skeleton": "^3.5.0",
102102
"react-markdown": "^10.1.0",
@@ -112,7 +112,7 @@
112112
"zustand": "^5.0.9"
113113
},
114114
"devDependencies": {
115-
"@biomejs/biome": "^2.3.8",
115+
"@biomejs/biome": "^2.3.10",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118118
"@tanstack/react-query": "^5.90.12",
@@ -133,7 +133,7 @@
133133
"typedoc": "^0.28.15",
134134
"typesafe-i18n": "^5.26.2",
135135
"typescript": "^5.9.3",
136-
"vite": "^7.2.7"
136+
"vite": "^7.3.0"
137137
},
138138
"volta": {
139139
"node": "20.5.1"

0 commit comments

Comments
 (0)