diff --git a/examples/cloud_provider/production_react_netlify/.vscode/settings.json b/examples/cloud_provider/production_react_netlify/.vscode/settings.json index 6ffe6b3..f1d7017 100644 --- a/examples/cloud_provider/production_react_netlify/.vscode/settings.json +++ b/examples/cloud_provider/production_react_netlify/.vscode/settings.json @@ -2,8 +2,8 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "dotenv.enableAutocloaking": false, "jest.autoRun": { diff --git a/examples/cloud_provider/production_react_netlify/package.json b/examples/cloud_provider/production_react_netlify/package.json index 19d21c3..d842893 100644 --- a/examples/cloud_provider/production_react_netlify/package.json +++ b/examples/cloud_provider/production_react_netlify/package.json @@ -36,9 +36,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": "^7.0.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "^1.0.3", - "@perawallet/connect": "^1.3.4", + "@perawallet/connect": "1.3.5", "@txnlab/use-wallet": "^2.8.2", "algosdk": ">=2.9.0 <3.0", "daisyui": "^4.0.0", diff --git a/examples/cloud_provider/production_react_vercel/.vscode/settings.json b/examples/cloud_provider/production_react_vercel/.vscode/settings.json index 6ffe6b3..f1d7017 100644 --- a/examples/cloud_provider/production_react_vercel/.vscode/settings.json +++ b/examples/cloud_provider/production_react_vercel/.vscode/settings.json @@ -2,8 +2,8 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "dotenv.enableAutocloaking": false, "jest.autoRun": { diff --git a/examples/cloud_provider/production_react_vercel/package.json b/examples/cloud_provider/production_react_vercel/package.json index 5bc288c..5eee1e9 100644 --- a/examples/cloud_provider/production_react_vercel/package.json +++ b/examples/cloud_provider/production_react_vercel/package.json @@ -36,9 +36,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": "^7.0.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "^1.0.3", - "@perawallet/connect": "^1.3.4", + "@perawallet/connect": "1.3.5", "@txnlab/use-wallet": "^2.8.2", "algosdk": ">=2.9.0 <3.0", "daisyui": "^4.0.0", diff --git a/examples/production_react/.vscode/settings.json b/examples/production_react/.vscode/settings.json index 6ffe6b3..f1d7017 100644 --- a/examples/production_react/.vscode/settings.json +++ b/examples/production_react/.vscode/settings.json @@ -2,8 +2,8 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "dotenv.enableAutocloaking": false, "jest.autoRun": { diff --git a/examples/production_react/package.json b/examples/production_react/package.json index 88c0ef2..4772adc 100644 --- a/examples/production_react/package.json +++ b/examples/production_react/package.json @@ -36,9 +36,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": "^7.0.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "^1.0.3", - "@perawallet/connect": "^1.3.4", + "@perawallet/connect": "1.3.5", "@txnlab/use-wallet": "^2.8.2", "algosdk": ">=2.9.0 <3.0", "daisyui": "^4.0.0", diff --git a/examples/starter_react/package.json b/examples/starter_react/package.json index 542c011..f53abcd 100644 --- a/examples/starter_react/package.json +++ b/examples/starter_react/package.json @@ -25,9 +25,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": "^7.0.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "^1.0.3", - "@perawallet/connect": "^1.3.4", + "@perawallet/connect": "1.3.5", "@txnlab/use-wallet": "^2.8.2", "algosdk": ">=2.9.0 <3.0", "notistack": "^3.0.1", diff --git a/template_content/package.json.jinja b/template_content/package.json.jinja index 774da6f..b05b380 100644 --- a/template_content/package.json.jinja +++ b/template_content/package.json.jinja @@ -44,9 +44,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": "^7.0.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "1.1.6", "@daffiwallet/connect": "^1.0.3", - "@perawallet/connect": "^1.3.4", + "@perawallet/connect": "1.3.5", "@txnlab/use-wallet": "^2.8.2", "algosdk": ">=2.9.0 <3.0", {% if use_daisy_ui -%} diff --git a/template_content/{% if ide_vscode %}.vscode{% endif %}/settings.json.jinja b/template_content/{% if ide_vscode %}.vscode{% endif %}/settings.json.jinja index 3ff3fa0..99d54d0 100644 --- a/template_content/{% if ide_vscode %}.vscode{% endif %}/settings.json.jinja +++ b/template_content/{% if ide_vscode %}.vscode{% endif %}/settings.json.jinja @@ -3,8 +3,8 @@ {% if use_eslint_prettier -%} "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, {%- endif %} "dotenv.enableAutocloaking": false,