Skip to content

Commit

Permalink
ci: trying to fix eslint problems by installed latest version in pack…
Browse files Browse the repository at this point in the history
…age.json devDependencies
  • Loading branch information
MAXOUXAX committed Jan 29, 2024
1 parent ef195ae commit d5fa526
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
working-directory: expo/
run: |
npm i
npm install @microsoft/[email protected]
- name: Run ESLint on expo/
working-directory: expo/
Expand All @@ -49,7 +48,6 @@ jobs:
working-directory: backend/
run: |
npm i
npm install @microsoft/[email protected]
- name: Run ESLint on backend/
working-directory: backend/
Expand Down
37 changes: 37 additions & 0 deletions backend/package-lock.json

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

3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^8.5.0",
"@fastify/rate-limit": "^9.1.0",
"@spotify/web-api-ts-sdk": "^1.1.2",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "^0.0.10",
"@spotify/web-api-ts-sdk": "^1.1.2",
"@supabase/supabase-js": "^2.39.3",
"dotenv": "^16.3.2",
"fastify": "^4.25.2",
Expand All @@ -25,6 +25,7 @@
"supabase": "^1.131.5"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
Expand Down
31 changes: 31 additions & 0 deletions expo/package-lock.json

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

7 changes: 4 additions & 3 deletions expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"preset": "jest-expo"
},
"dependencies": {
"react-hook-form": "^7.49.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/checkbox": "^0.5.16",
Expand All @@ -28,6 +27,7 @@
"expo-auth-session": "~5.0.2",
"expo-blur": "~12.4.1",
"expo-checkbox": "~2.4.0",
"expo-clipboard": "~4.3.1",
"expo-crypto": "~12.4.1",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
Expand All @@ -41,6 +41,7 @@
"expo-web-browser": "~12.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.3",
"react-native": "0.72.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
Expand All @@ -49,12 +50,12 @@
"react-native-svg": "13.9.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"expo-clipboard": "~4.3.1",
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@expo/ngrok": "4.1.0",
"@babel/core": "^7.20.0",
"@expo/ngrok": "4.1.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/react": "~18.2.14",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
Expand Down

0 comments on commit d5fa526

Please sign in to comment.