Skip to content

Commit 161f8b9

Browse files
committed
chore(deps): bump outdated dependencies
1 parent 91b8786 commit 161f8b9

5 files changed

+345
-324
lines changed

android/capacitor.settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
22
include ':capacitor-android'
3-
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/android/capacitor')
3+
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@5.1.1_@capacitor+core@5.1.1/node_modules/@capacitor/android/capacitor')
44

55
include ':capacitor-filesystem'
6-
project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@[email protected].4_@capacitor+core@5.0.5/node_modules/@capacitor/filesystem/android')
6+
project(':capacitor-filesystem').projectDir = new File('../node_modules/.pnpm/@[email protected].5_@capacitor+core@5.1.1/node_modules/@capacitor/filesystem/android')

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,42 @@
1212
"preview:android": "cap run android --no-sync"
1313
},
1414
"dependencies": {
15-
"@capacitor/android": "^5.0.5",
16-
"@capacitor/core": "^5.0.5",
17-
"@capacitor/filesystem": "^5.0.4",
18-
"@hookform/resolvers": "^3.1.0",
19-
"@ionic/react": "^7.0.12",
20-
"@ionic/react-router": "^7.0.12",
15+
"@capacitor/android": "^5.1.1",
16+
"@capacitor/core": "^5.1.1",
17+
"@capacitor/filesystem": "^5.0.5",
18+
"@hookform/resolvers": "^3.1.1",
19+
"@ionic/react": "^7.1.2",
20+
"@ionic/react-router": "^7.1.2",
2121
"ionicons": "^7.1.2",
2222
"papaparse": "^5.4.1",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"react-hook-form": "^7.44.3",
25+
"react-hook-form": "^7.45.1",
2626
"react-router-dom": "^5.3.4",
2727
"react-use": "^17.4.0",
2828
"zod": "^3.21.4",
29-
"zustand": "^4.3.8"
29+
"zustand": "^4.3.9"
3030
},
3131
"devDependencies": {
3232
"@capacitor/assets": "^2.0.4",
33-
"@capacitor/cli": "^5.0.5",
33+
"@capacitor/cli": "^5.1.1",
3434
"@types/papaparse": "^5.3.7",
35-
"@types/react": "^18.2.9",
36-
"@types/react-dom": "^18.2.4",
35+
"@types/react": "^18.2.14",
36+
"@types/react-dom": "^18.2.6",
3737
"@types/react-router-dom": "^5.3.3",
38-
"@typescript-eslint/eslint-plugin": "^5.59.9",
39-
"@typescript-eslint/parser": "^5.59.9",
38+
"@typescript-eslint/eslint-plugin": "^6.0.0",
39+
"@typescript-eslint/parser": "^6.0.0",
4040
"@vitejs/plugin-react-swc": "^3.3.2",
4141
"autoprefixer": "^10.4.14",
42-
"eslint": "^8.42.0",
42+
"eslint": "^8.44.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
44-
"eslint-plugin-react-refresh": "^0.4.1",
45-
"postcss": "^8.4.24",
46-
"prettier": "^2.8.8",
47-
"prettier-plugin-tailwindcss": "^0.3.0",
44+
"eslint-plugin-react-refresh": "^0.4.3",
45+
"postcss": "^8.4.25",
46+
"prettier": "^3.0.0",
47+
"prettier-plugin-tailwindcss": "^0.4.0",
4848
"simple-zustand-devtools": "^1.1.0",
4949
"tailwindcss": "^3.3.2",
50-
"typescript": "^5.1.3",
51-
"vite": "^4.3.9"
50+
"typescript": "^5.1.6",
51+
"vite": "^4.4.3"
5252
}
5353
}

0 commit comments

Comments
 (0)