Skip to content

Commit

Permalink
fix: roll back npm package update to allow wallet to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Feb 4, 2025
1 parent 4c1ce21 commit de58627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"postman.settings.dotenv-detection-notification-visibility": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"styled-components": "5.3.3",
"unique-names-generator": "4.6.0",
"validator": "13.7.0",
"ws": "8.17.1"
"ws": "8.4.2"
},
"devDependencies": {
"@babel/core": "7.16.7",
Expand Down Expand Up @@ -124,7 +124,7 @@
"@types/validator": "13.7.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@xmldom/xmldom": "^0.9.6",
"@xmldom/xmldom": "^0.8.10",
"app-builder-lib": "^24.6.3",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.2.3",
Expand Down

0 comments on commit de58627

Please sign in to comment.