npm update

This commit is contained in:
Eric van der Vlist 2023-03-03 21:38:49 +01:00
parent 909949657e
commit 5753245dad
2 changed files with 113 additions and 100 deletions

201
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
"@awesome-cordova-plugins/geolocation": "^6.3.0",
"@awesome-cordova-plugins/web-intent": "^6.3.0",
"@capacitor-community/background-geolocation": "^1.2.11",
"@capacitor-community/background-geolocation": "^1.2.12",
"@capacitor/android": "^4.7.0",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.7.0",
@ -21,7 +21,7 @@
"@capacitor/ios": "^4.7.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@solid-primitives/i18n": "^1.2.0",
"@solid-primitives/i18n": "^1.2.1",
"@solidjs/router": "^0.7.0",
"@suid/icons-material": "^0.5.9",
"@suid/material": "^0.10.2",
@ -39,7 +39,7 @@
"pouchdb-browser": "^8.0.1",
"proj4": "^2.8.1",
"solid-js": "^1.6.11",
"vite-plugin-solid-svg": "^0.6.0"
"vite-plugin-solid-svg": "^0.6.1"
},
"devDependencies": {
"@capacitor/cli": "^4.7.0",
@ -50,7 +50,7 @@
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"@types/shelljs": "^0.8.11",
"@vitest/ui": "^0.28.5",
"@vitest/ui": "^0.29.2",
"jsdom": "^21.1.0",
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
@ -58,8 +58,8 @@
"shelljs": "^0.8.5",
"typescript": "^4.9.5",
"vite": ">=4.1.4",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.5"
"vite-plugin-solid": "^2.6.1",
"vitest": "^0.29.2"
}
},
"node_modules/@adobe/css-tools": {
@ -202,12 +202,13 @@
}
},
"node_modules/@babel/generator": {
"version": "7.20.7",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz",
"integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==",
"version": "7.21.1",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz",
"integrity": "sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==",
"dependencies": {
"@babel/types": "^7.20.7",
"@babel/types": "^7.21.0",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1"
},
"engines": {
@ -611,9 +612,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.20.7",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz",
"integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==",
"version": "7.21.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz",
"integrity": "sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==",
"dependencies": {
"@babel/helper-string-parser": "^7.19.4",
"@babel/helper-validator-identifier": "^7.19.1",
@ -624,9 +625,9 @@
}
},
"node_modules/@capacitor-community/background-geolocation": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/@capacitor-community/background-geolocation/-/background-geolocation-1.2.11.tgz",
"integrity": "sha512-7nomtmDiQ13AMVgRksf/0qQ3290+fXS9mPau3JHbgFB1WKREJz2C5pyqVhYyoMVQyyyxtlnnNIsA4xceqiZPPw==",
"version": "1.2.12",
"resolved": "https://registry.npmjs.org/@capacitor-community/background-geolocation/-/background-geolocation-1.2.12.tgz",
"integrity": "sha512-gR75UWEx/dL1R6NoGNgt2NynL16Zkq+/7le/fa6URVPfTL2iXw6hLGbDCUeMP29r87BOWGu+wzGuHorXmgV5Pw==",
"peerDependencies": {
"@capacitor/core": ">=3.0.0"
}
@ -1481,19 +1482,19 @@
}
},
"node_modules/@solid-primitives/context": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@solid-primitives/context/-/context-0.1.3.tgz",
"integrity": "sha512-OxEbKbs4ZtXbRE9inkPzeRv9mOkSLwP+VErwYEpHxtsCJuZgmHEkNt4L47t8RQUCPdbUL2cNJYZZzQvZzgTcdA==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@solid-primitives/context/-/context-0.1.4.tgz",
"integrity": "sha512-k7lwcepYQJazsctHMkz88GAxEH6J7NYUprYjcnpkgD95qqWav8KaaQ3n+uTrB2seSVLMMqok1YyP8dqsiN5ltQ==",
"peerDependencies": {
"solid-js": "^1.6.0"
}
},
"node_modules/@solid-primitives/i18n": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@solid-primitives/i18n/-/i18n-1.2.0.tgz",
"integrity": "sha512-IVP4qO3pUhNOysNTommlgkYrN4AqLHBe+5unY1rlKRchVrshfqp0zcUxlIfLLjUkosbWJqgW02dtqkkwfd09DA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@solid-primitives/i18n/-/i18n-1.2.1.tgz",
"integrity": "sha512-IfpIFPqpKX6pRnGv4qc+02+CGRZl+IGirpbX3Oxk04sEDnOyYOUs9S5+na6jntcU3aAEirchViOxJUheRbJmHQ==",
"dependencies": {
"@solid-primitives/context": "^0.1.3"
"@solid-primitives/context": "^0.1.4"
},
"peerDependencies": {
"solid-js": "^1.6.0"
@ -1878,6 +1879,19 @@
"integrity": "sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==",
"dev": true
},
"node_modules/@types/babel__core": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz",
"integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==",
"dev": true,
"dependencies": {
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7",
"@types/babel__generator": "*",
"@types/babel__template": "*",
"@types/babel__traverse": "*"
}
},
"node_modules/@types/babel__generator": {
"version": "7.6.4",
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
@ -1886,6 +1900,16 @@
"@babel/types": "^7.0.0"
}
},
"node_modules/@types/babel__template": {
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
"integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
"dev": true,
"dependencies": {
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
}
},
"node_modules/@types/babel__traverse": {
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
@ -2258,40 +2282,40 @@
"dev": true
},
"node_modules/@vitest/expect": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.28.5.tgz",
"integrity": "sha512-gqTZwoUTwepwGIatnw4UKpQfnoyV0Z9Czn9+Lo2/jLIt4/AXLTn+oVZxlQ7Ng8bzcNkR+3DqLJ08kNr8jRmdNQ==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.29.2.tgz",
"integrity": "sha512-wjrdHB2ANTch3XKRhjWZN0UueFocH0cQbi2tR5Jtq60Nb3YOSmakjdAvUa2JFBu/o8Vjhj5cYbcMXkZxn1NzmA==",
"dev": true,
"dependencies": {
"@vitest/spy": "0.28.5",
"@vitest/utils": "0.28.5",
"@vitest/spy": "0.29.2",
"@vitest/utils": "0.29.2",
"chai": "^4.3.7"
}
},
"node_modules/@vitest/runner": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.28.5.tgz",
"integrity": "sha512-NKkHtLB+FGjpp5KmneQjTcPLWPTDfB7ie+MmF1PnUBf/tGe2OjGxWyB62ySYZ25EYp9krR5Bw0YPLS/VWh1QiA==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.29.2.tgz",
"integrity": "sha512-A1P65f5+6ru36AyHWORhuQBJrOOcmDuhzl5RsaMNFe2jEkoj0faEszQS4CtPU/LxUYVIazlUtZTY0OEZmyZBnA==",
"dev": true,
"dependencies": {
"@vitest/utils": "0.28.5",
"@vitest/utils": "0.29.2",
"p-limit": "^4.0.0",
"pathe": "^1.1.0"
}
},
"node_modules/@vitest/spy": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.28.5.tgz",
"integrity": "sha512-7if6rsHQr9zbmvxN7h+gGh2L9eIIErgf8nSKYDlg07HHimCxp4H6I/X/DPXktVPPLQfiZ1Cw2cbDIx9fSqDjGw==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.29.2.tgz",
"integrity": "sha512-Hc44ft5kaAytlGL2PyFwdAsufjbdOvHklwjNy/gy/saRbg9Kfkxfh+PklLm1H2Ib/p586RkQeNFKYuJInUssyw==",
"dev": true,
"dependencies": {
"tinyspy": "^1.0.2"
}
},
"node_modules/@vitest/ui": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.28.5.tgz",
"integrity": "sha512-hzzZzv38mH/LMFh54QEJpWFuGixZZBOD+C0fHU81d1lsvochPwNZhWJbuRJQNyZLSMZYCYW4hF6PpNQJXDHDmg==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-0.29.2.tgz",
"integrity": "sha512-GpCExCMptrS1z3Xf6kz35Xdvjc2eTBy9OIIwW3HjePVxw9Q++ZoEaIBVimRTTGzSe40XiAI/ZyR0H0Ya9brqLA==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.12",
@ -2302,9 +2326,9 @@
}
},
"node_modules/@vitest/utils": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.28.5.tgz",
"integrity": "sha512-UyZdYwdULlOa4LTUSwZ+Paz7nBHGTT72jKwdFSV4IjHF1xsokp+CabMdhjvVhYwkLfO88ylJT46YMilnkSARZA==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.29.2.tgz",
"integrity": "sha512-F14/Uc+vCdclStS2KEoXJlOLAEyqRhnw0gM27iXw9bMTcyKRPJrQ+rlC6XZ125GIPvvKYMPpVxNhiou6PsEeYQ==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -2398,9 +2422,9 @@
}
},
"node_modules/acorn": {
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz",
"integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==",
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
"dev": true,
"bin": {
"acorn": "bin/acorn"
@ -6317,15 +6341,15 @@
}
},
"node_modules/mlly": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.1.0.tgz",
"integrity": "sha512-cwzBrBfwGC1gYJyfcy8TcZU1f+dbH/T+TuOhtYP2wLv/Fb51/uV7HJQfBPtEupZ2ORLRU1EKFS/QfS3eo9+kBQ==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.1.1.tgz",
"integrity": "sha512-Jnlh4W/aI4GySPo6+DyTN17Q75KKbLTyFK8BrGhjNP4rxuUjbRWhE6gHg3bs33URWAF44FRm7gdQA348i3XxRw==",
"dev": true,
"dependencies": {
"acorn": "^8.8.1",
"pathe": "^1.0.0",
"acorn": "^8.8.2",
"pathe": "^1.1.0",
"pkg-types": "^1.0.1",
"ufo": "^1.0.1"
"ufo": "^1.1.0"
}
},
"node_modules/mrmime": {
@ -7036,14 +7060,14 @@
}
},
"node_modules/pkg-types": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.1.tgz",
"integrity": "sha512-jHv9HB+Ho7dj6ItwppRDDl0iZRYBD0jsakHXtFgoLr+cHSF6xC+QL54sJmWxyGxOLYSHm0afhXhXcQDQqH9z8g==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.2.tgz",
"integrity": "sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==",
"dev": true,
"dependencies": {
"jsonc-parser": "^3.2.0",
"mlly": "^1.0.0",
"pathe": "^1.0.0"
"mlly": "^1.1.1",
"pathe": "^1.1.0"
}
},
"node_modules/plist": {
@ -7973,14 +7997,14 @@
}
},
"node_modules/solid-refresh": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/solid-refresh/-/solid-refresh-0.4.2.tgz",
"integrity": "sha512-6g1HsgQkY0X0ZmsaydNgHwRaQIhH3bAbagZiYwWnGO7mqli50ehlwQUN18RZ2MH3fTIs9Y1bankZapVhMVuijg==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/solid-refresh/-/solid-refresh-0.5.1.tgz",
"integrity": "sha512-kzfcoUYW6ZOUvk/7trfRbwLLBkQmMT2kGJUy9UMPnniMRYaMmyckjCxg1GuXCoSkrC3Bu2NK39I3iPJZYfqDXw==",
"dev": true,
"dependencies": {
"@babel/generator": "^7.18.7",
"@babel/helper-module-imports": "^7.16.7",
"@babel/types": "^7.18.4"
"@babel/generator": "^7.20.14",
"@babel/helper-module-imports": "^7.18.6",
"@babel/types": "^7.20.7"
},
"peerDependencies": {
"solid-js": "^1.3"
@ -8030,16 +8054,6 @@
"node": ">=0.10.0"
}
},
"node_modules/source-map-support": {
"version": "0.5.21",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
"dev": true,
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
"node_modules/sourcemap-codec": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
@ -8575,9 +8589,9 @@
}
},
"node_modules/ufo": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.0.1.tgz",
"integrity": "sha512-boAm74ubXHY7KJQZLlXrtMz52qFvpsbOxDcZOnw/Wf+LS4Mmyu7JxmzD4tDLtUQtmZECypJ0FrCz4QIe6dvKRA==",
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.1.1.tgz",
"integrity": "sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==",
"dev": true
},
"node_modules/unique-string": {
@ -8853,9 +8867,9 @@
}
},
"node_modules/vite-node": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.28.5.tgz",
"integrity": "sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.29.2.tgz",
"integrity": "sha512-5oe1z6wzI3gkvc4yOBbDBbgpiWiApvuN4P55E8OI131JGrSuo4X3SOZrNmZYo4R8Zkze/dhi572blX0zc+6SdA==",
"dev": true,
"dependencies": {
"cac": "^6.7.14",
@ -8863,8 +8877,6 @@
"mlly": "^1.1.0",
"pathe": "^1.1.0",
"picocolors": "^1.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"vite": "^3.0.0 || ^4.0.0"
},
"bin": {
@ -8878,16 +8890,17 @@
}
},
"node_modules/vite-plugin-solid": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/vite-plugin-solid/-/vite-plugin-solid-2.5.0.tgz",
"integrity": "sha512-VneGd3RyFJvwaiffsqgymeMaofn0IzQLPwDzafTV2f1agoWeeJlk5VrI5WqT9BTtLe69vNNbCJWqLhHr9fOdDw==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/vite-plugin-solid/-/vite-plugin-solid-2.6.1.tgz",
"integrity": "sha512-/khM/ha3B5/pTWQWVJd/0n6ODPIrOcajwhbrD8Gnv37XmJJssu+KA8ssN73raMIicf2eiQKiTAV39w7dSl4Irg==",
"dev": true,
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-typescript": "^7.18.6",
"@types/babel__core": "^7.1.20",
"babel-preset-solid": "^1.6.3",
"merge-anything": "^5.1.4",
"solid-refresh": "^0.4.1",
"solid-refresh": "^0.5.0",
"vitefu": "^0.2.3"
},
"peerDependencies": {
@ -8896,9 +8909,9 @@
}
},
"node_modules/vite-plugin-solid-svg": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/vite-plugin-solid-svg/-/vite-plugin-solid-svg-0.6.0.tgz",
"integrity": "sha512-lKuRDmAG/Qm317dgbV1gwtHuzjk4WJQY1nsIBIywcEp8Sie1lzGKcXnfZEpe2itvNO+tKV8YVLkE+H2BEPcXcg==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/vite-plugin-solid-svg/-/vite-plugin-solid-svg-0.6.1.tgz",
"integrity": "sha512-tKprBmA1h4lofRnZ/oi8SJQ1vdL0U+H2gVo7ZL+PKNIVeOn2A0M3t83A2xsMZjmboIZ17Y27xrugLN+phmdb6Q==",
"dependencies": {
"svgo": "^2.3.1"
},
@ -9288,18 +9301,18 @@
}
},
"node_modules/vitest": {
"version": "0.28.5",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.28.5.tgz",
"integrity": "sha512-pyCQ+wcAOX7mKMcBNkzDwEHRGqQvHUl0XnoHR+3Pb1hytAHISgSxv9h0gUiSiYtISXUU3rMrKiKzFYDrI6ZIHA==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-0.29.2.tgz",
"integrity": "sha512-ydK9IGbAvoY8wkg29DQ4ivcVviCaUi3ivuPKfZEVddMTenFHUfB8EEDXQV8+RasEk1ACFLgMUqAaDuQ/Nk+mQA==",
"dev": true,
"dependencies": {
"@types/chai": "^4.3.4",
"@types/chai-subset": "^1.3.3",
"@types/node": "*",
"@vitest/expect": "0.28.5",
"@vitest/runner": "0.28.5",
"@vitest/spy": "0.28.5",
"@vitest/utils": "0.28.5",
"@vitest/expect": "0.29.2",
"@vitest/runner": "0.29.2",
"@vitest/spy": "0.29.2",
"@vitest/utils": "0.29.2",
"acorn": "^8.8.1",
"acorn-walk": "^8.2.0",
"cac": "^6.7.14",
@ -9315,7 +9328,7 @@
"tinypool": "^0.3.1",
"tinyspy": "^1.0.2",
"vite": "^3.0.0 || ^4.0.0",
"vite-node": "0.28.5",
"vite-node": "0.29.2",
"why-is-node-running": "^2.2.2"
},
"bin": {

View File

@ -21,7 +21,7 @@
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"@types/shelljs": "^0.8.11",
"@vitest/ui": "^0.28.5",
"@vitest/ui": "^0.29.2",
"jsdom": "^21.1.0",
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
@ -29,14 +29,14 @@
"shelljs": "^0.8.5",
"typescript": "^4.9.5",
"vite": ">=4.1.4",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.5"
"vite-plugin-solid": "^2.6.1",
"vitest": "^0.29.2"
},
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
"@awesome-cordova-plugins/geolocation": "^6.3.0",
"@awesome-cordova-plugins/web-intent": "^6.3.0",
"@capacitor-community/background-geolocation": "^1.2.11",
"@capacitor-community/background-geolocation": "^1.2.12",
"@capacitor/android": "^4.7.0",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.7.0",
@ -44,7 +44,7 @@
"@capacitor/ios": "^4.7.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@solid-primitives/i18n": "^1.2.0",
"@solid-primitives/i18n": "^1.2.1",
"@solidjs/router": "^0.7.0",
"@suid/icons-material": "^0.5.9",
"@suid/material": "^0.10.2",
@ -62,6 +62,6 @@
"pouchdb-browser": "^8.0.1",
"proj4": "^2.8.1",
"solid-js": "^1.6.11",
"vite-plugin-solid-svg": "^0.6.0"
"vite-plugin-solid-svg": "^0.6.1"
}
}