We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ee9f9e + 548b4ee commit a30f822Copy full SHA for a30f822
demo-app/package.json
@@ -21,8 +21,8 @@
21
"devDependencies": {
22
"@sveltejs/adapter-static": "^3",
23
"@sveltejs/kit": "^2",
24
- "@typescript-eslint/eslint-plugin": "^6",
25
- "@typescript-eslint/parser": "^6",
+ "@typescript-eslint/eslint-plugin": "^8",
+ "@typescript-eslint/parser": "^8",
26
"eslint": "^8.28.0",
27
"eslint-config-prettier": "^9",
28
"eslint-plugin-svelte": "^2",
@@ -42,7 +42,7 @@
42
},
43
"type": "module",
44
"dependencies": {
45
- "@ionic/core": "^7.0.2",
+ "@ionic/core": "^8",
46
"ionic-svelte": "^0.5.77",
47
"localforage": "^1.10.0"
48
}
0 commit comments