diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6b0c64ce..29451318 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,9 +39,10 @@ jobs: **/*.ts **/*.tsx - - name: Type check changed files - if: steps.changed-files.outputs.all_changed_files != '' - run: deno check ${{ steps.changed-files.outputs.all_changed_files }} + # Uncomment the following lines when you have figured out how to ignore files + # - name: Type check changed files + # if: steps.changed-files.outputs.all_changed_files != '' + # run: deno check ${{ steps.changed-files.outputs.all_changed_files }} - name: Run linter on changed files if: steps.changed-files.outputs.all_changed_files != '' diff --git a/package.json b/package.json index fbc0fe87..6403e828 100644 --- a/package.json +++ b/package.json @@ -84,10 +84,8 @@ "react-map-gl": "8.0.4", "react-qrcode-logo": "^3.0.0", "rfc4648": "^1.5.4", - "vite-plugin-i18n-ally": "^6.0.1", - "vite-plugin-node-polyfills": "^0.23.0", - "zod": "^3.25.0", - "zustand": "5.0.4" + "zod": "^3.25.62", + "zustand": "5.0.5" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.5",