npm updates
This commit is contained in:
parent
435149d718
commit
3638103034
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -13,41 +13,41 @@
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/cli": "^5.0.5",
|
"@capacitor/cli": "^5.1.1",
|
||||||
"@solidjs/testing-library": "^0.7.1",
|
"@solidjs/testing-library": "^0.8.4",
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@types/lodash": "^4.14.195",
|
"@types/lodash": "^4.14.195",
|
||||||
"@types/memoizee": "^0.4.8",
|
"@types/memoizee": "^0.4.8",
|
||||||
"@types/pouchdb": "^6.4.0",
|
"@types/pouchdb": "^6.4.0",
|
||||||
"@types/proj4": "^2.5.2",
|
"@types/proj4": "^2.5.2",
|
||||||
"@types/shelljs": "^0.8.12",
|
"@types/shelljs": "^0.8.12",
|
||||||
"@vitest/ui": "^0.32.0",
|
"@vitest/ui": "^0.33.0",
|
||||||
"jsdom": "^22.1.0",
|
"jsdom": "^22.1.0",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"license-compatibility-checker": "^0.3.5",
|
"license-compatibility-checker": "^0.3.5",
|
||||||
"license-report": "^6.4.0",
|
"license-report": "^6.4.0",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "^0.8.5",
|
||||||
"typescript": "^5.1.3",
|
"typescript": "^5.1.6",
|
||||||
"vite": ">=4.3.9",
|
"vite": ">=4.4.2",
|
||||||
"vite-plugin-solid": "^2.7.0",
|
"vite-plugin-solid": "^2.7.0",
|
||||||
"vitest": "^0.32.0"
|
"vitest": "^0.33.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
|
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
|
||||||
"@awesome-cordova-plugins/geolocation": "^6.3.0",
|
"@awesome-cordova-plugins/geolocation": "^6.3.0",
|
||||||
"@awesome-cordova-plugins/web-intent": "^6.3.0",
|
"@awesome-cordova-plugins/web-intent": "^6.3.0",
|
||||||
"@capacitor-community/background-geolocation": "^1.2.14",
|
"@capacitor-community/background-geolocation": "^1.2.14",
|
||||||
"@capacitor/android": "^5.0.5",
|
"@capacitor/android": "^5.1.1",
|
||||||
"@capacitor/browser": "^5.0.3",
|
"@capacitor/browser": "^5.0.5",
|
||||||
"@capacitor/core": "^5.0.5",
|
"@capacitor/core": "^5.1.1",
|
||||||
"@capacitor/filesystem": "^5.0.4",
|
"@capacitor/filesystem": "^5.0.5",
|
||||||
"@capacitor/ios": "^5.0.5",
|
"@capacitor/ios": "^5.1.1",
|
||||||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
||||||
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
||||||
"@solid-primitives/i18n": "^1.4.0",
|
"@solid-primitives/i18n": "^1.4.0",
|
||||||
"@solidjs/router": "^0.8.2",
|
"@solidjs/router": "^0.8.2",
|
||||||
"@suid/icons-material": "^0.6.3",
|
"@suid/icons-material": "^0.6.5",
|
||||||
"@suid/material": "^0.12.3",
|
"@suid/material": "^0.13.1",
|
||||||
"@suid/vite-plugin": "^0.1.4",
|
"@suid/vite-plugin": "^0.1.4",
|
||||||
"blob-util": "^2.0.2",
|
"blob-util": "^2.0.2",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
"pouchdb-adapter-indexeddb": "^8.0.1",
|
"pouchdb-adapter-indexeddb": "^8.0.1",
|
||||||
"pouchdb-browser": "^8.0.1",
|
"pouchdb-browser": "^8.0.1",
|
||||||
"proj4": "^2.9.0",
|
"proj4": "^2.9.0",
|
||||||
"solid-js": "^1.7.6",
|
"solid-js": "^1.7.7",
|
||||||
"vite-plugin-solid-svg": "^0.6.1"
|
"vite-plugin-solid-svg": "^0.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue