npm updates
This commit is contained in:
parent
59f266de37
commit
91ef0239c9
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -16,21 +16,21 @@
|
||||||
"@capacitor/cli": "^4.7.3",
|
"@capacitor/cli": "^4.7.3",
|
||||||
"@solidjs/testing-library": "^0.7.0",
|
"@solidjs/testing-library": "^0.7.0",
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@types/lodash": "^4.14.192",
|
"@types/lodash": "^4.14.194",
|
||||||
"@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.11",
|
"@types/shelljs": "^0.8.12",
|
||||||
"@vitest/ui": "^0.29.8",
|
"@vitest/ui": "^0.30.1",
|
||||||
"jsdom": "^21.1.1",
|
"jsdom": "^21.1.1",
|
||||||
"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.3.0",
|
"license-report": "^6.3.0",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "^0.8.5",
|
||||||
"typescript": "^5.0.3",
|
"typescript": "^5.0.4",
|
||||||
"vite": ">=4.2.1",
|
"vite": ">=4.2.1",
|
||||||
"vite-plugin-solid": "^2.6.1",
|
"vite-plugin-solid": "^2.7.0",
|
||||||
"vitest": "^0.29.8"
|
"vitest": "^0.30.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
|
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
|
||||||
|
@ -46,9 +46,9 @@
|
||||||
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
||||||
"@solid-primitives/i18n": "^1.2.4",
|
"@solid-primitives/i18n": "^1.2.4",
|
||||||
"@solidjs/router": "^0.8.2",
|
"@solidjs/router": "^0.8.2",
|
||||||
"@suid/icons-material": "^0.5.11",
|
"@suid/icons-material": "^0.6.0",
|
||||||
"@suid/material": "^0.11.1",
|
"@suid/material": "^0.12.0",
|
||||||
"@suid/vite-plugin": "^0.1.2",
|
"@suid/vite-plugin": "^0.1.3",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
|
||||||
"cordova-plugin-fullscreen": "^1.3.0",
|
"cordova-plugin-fullscreen": "^1.3.0",
|
||||||
"exifreader": "^4.12.0",
|
"exifreader": "^4.12.0",
|
||||||
|
@ -63,7 +63,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.1",
|
"solid-js": "^1.7.3",
|
||||||
"vite-plugin-solid-svg": "^0.6.1"
|
"vite-plugin-solid-svg": "^0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue