1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00

build(deps): update latest

This commit is contained in:
Théo LUDWIG 2024-05-01 13:50:34 +02:00
parent c00b96a8e2
commit 094b581949
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 992 additions and 480 deletions

View File

@ -1,5 +1,5 @@
default:
image: "node:20.11.1"
image: "node:20.12.2"
stages:
- "test"

1434
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,23 +19,23 @@
"postinstall": "husky"
},
"dependencies": {
"@expo/vector-icons": "14.0.0",
"@expo/vector-icons": "14.0.1",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-native-fontawesome": "0.3.0",
"@hookform/resolvers": "3.3.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "6.1.16",
"@supabase/supabase-js": "2.42.3",
"expo": "50.0.15",
"@react-navigation/native": "6.1.17",
"@supabase/supabase-js": "2.43.0",
"expo": "50.0.17",
"expo-font": "11.10.3",
"expo-linking": "6.2.2",
"expo-router": "3.4.8",
"expo-splash-screen": "0.26.4",
"expo-router": "3.4.10",
"expo-splash-screen": "0.26.5",
"expo-status-bar": "1.11.1",
"expo-system-ui": "2.9.3",
"expo-system-ui": "2.9.4",
"expo-web-browser": "12.8.2",
"immer": "10.0.4",
"immer": "10.1.1",
"lottie-react-native": "6.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -50,23 +50,23 @@
"react-native-screens": "3.29.0",
"react-native-url-polyfill": "2.0.0",
"react-native-vector-icons": "10.0.3",
"react-native-web": "0.19.10",
"react-native-web": "0.19.11",
"reanimated-color-picker": "3.0.3",
"zod": "3.22.4"
"zod": "3.23.5"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@commitlint/cli": "19.1.0",
"@commitlint/config-conventional": "19.1.0",
"@testing-library/react-native": "12.4.5",
"@babel/core": "7.24.5",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@testing-library/react-native": "12.5.0",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/strictest": "2.0.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-conventions": "14.1.0",
"eslint-config-prettier": "9.1.0",
@ -74,7 +74,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-unicorn": "51.0.1",
"husky": "9.0.11",
@ -83,7 +83,7 @@
"jest-junit": "16.0.0",
"lint-staged": "15.2.2",
"react-test-renderer": "18.2.0",
"supabase": "1.153.4",
"supabase": "1.164.1",
"typescript": "5.4.5"
}
}