npm-check-updates
This commit is contained in:
parent
2b19746bb2
commit
c1d070c504
|
@ -1,18 +0,0 @@
|
||||||
import fs from 'fs';
|
|
||||||
import path from 'path';
|
|
||||||
|
|
||||||
const typesPath = path.resolve('node_modules', '@types', 'testing-library__jest-dom', 'index.d.ts');
|
|
||||||
|
|
||||||
fs.readFile(typesPath, 'utf8', (err, data) => {
|
|
||||||
if (err) throw err;
|
|
||||||
|
|
||||||
let lines = data.split('\n');
|
|
||||||
|
|
||||||
if (lines[8] === '/// <reference types="jest" />') {
|
|
||||||
lines = lines.slice(0, 8).concat(lines.slice(9));
|
|
||||||
}
|
|
||||||
|
|
||||||
fs.writeFile(typesPath, lines.join('\n'), 'utf8', function(err) {
|
|
||||||
if (err) throw err;
|
|
||||||
});
|
|
||||||
});
|
|
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
|
@ -9,53 +9,53 @@
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"serve": "vite preview --host",
|
"serve": "vite preview --host",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"postinstall": "node ./fix-jest-dom.mjs && patch-package"
|
"postinstall": "patch-package"
|
||||||
},
|
},
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/cli": "^5.2.2",
|
"@capacitor/cli": "^5.4.2",
|
||||||
"@solidjs/testing-library": "^0.8.4",
|
"@solidjs/testing-library": "^0.8.4",
|
||||||
"@testing-library/jest-dom": "^5.17.0",
|
"@testing-library/jest-dom": "^6.1.3",
|
||||||
"@types/lodash": "^4.14.196",
|
"@types/lodash": "^4.14.199",
|
||||||
"@types/memoizee": "^0.4.8",
|
"@types/memoizee": "^0.4.9",
|
||||||
"@types/pouchdb": "^6.4.0",
|
"@types/pouchdb": "^6.4.0",
|
||||||
"@types/proj4": "^2.5.2",
|
"@types/proj4": "^2.5.3",
|
||||||
"@types/shelljs": "^0.8.12",
|
"@types/shelljs": "^0.8.13",
|
||||||
"@vitest/ui": "^0.34.1",
|
"@vitest/ui": "^0.34.6",
|
||||||
"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.6",
|
"typescript": "^5.2.2",
|
||||||
"vite": ">=4.4.9",
|
"vite": ">=4.4.11",
|
||||||
"vite-plugin-solid": "^2.7.0",
|
"vite-plugin-solid": "^2.7.0",
|
||||||
"vitest": "^0.34.1"
|
"vitest": "^0.34.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
|
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
|
||||||
"@awesome-cordova-plugins/geolocation": "^6.4.0",
|
"@awesome-cordova-plugins/geolocation": "^6.4.0",
|
||||||
"@awesome-cordova-plugins/web-intent": "^6.4.0",
|
"@awesome-cordova-plugins/web-intent": "^6.4.0",
|
||||||
"@capacitor-community/background-geolocation": "^1.2.14",
|
"@capacitor-community/background-geolocation": "^1.2.15",
|
||||||
"@capacitor/android": "^5.2.2",
|
"@capacitor/android": "^5.4.2",
|
||||||
"@capacitor/browser": "^5.0.6",
|
"@capacitor/browser": "^5.1.0",
|
||||||
"@capacitor/core": "^5.2.2",
|
"@capacitor/core": "^5.4.2",
|
||||||
"@capacitor/filesystem": "^5.1.1",
|
"@capacitor/filesystem": "^5.1.4",
|
||||||
"@capacitor/ios": "^5.2.2",
|
"@capacitor/ios": "^5.4.2",
|
||||||
"@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.1",
|
"@solid-primitives/i18n": "^2.0.0",
|
||||||
"@solidjs/router": "^0.8.2",
|
"@solidjs/router": "^0.8.3",
|
||||||
"@suid/icons-material": "^0.6.9",
|
"@suid/icons-material": "^0.6.11",
|
||||||
"@suid/material": "^0.14.2",
|
"@suid/material": "^0.15.1",
|
||||||
"@suid/vite-plugin": "^0.1.4",
|
"@suid/vite-plugin": "^0.1.5",
|
||||||
"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",
|
||||||
"cordova-plugin-fullscreen": "^1.3.0",
|
"cordova-plugin-fullscreen": "^1.3.0",
|
||||||
"isomorphic-xml2js": "^0.1.3",
|
"isomorphic-xml2js": "^0.1.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"memoizee": "^0.4.15",
|
"memoizee": "^0.4.15",
|
||||||
"ol": "^7.4.0",
|
"ol": "^8.1.0",
|
||||||
"osmtogeojson": "^3.0.0-beta.5",
|
"osmtogeojson": "^3.0.0-beta.5",
|
||||||
"patch-package": "^8.0.0",
|
"patch-package": "^8.0.0",
|
||||||
"piexifjs": "^1.0.6",
|
"piexifjs": "^1.0.6",
|
||||||
|
@ -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.9",
|
"solid-js": "^1.7.12",
|
||||||
"vite-plugin-solid-svg": "^0.6.4"
|
"vite-plugin-solid-svg": "^0.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/node_modules/@suid/material/InputBase/InputBase.jsx b/node_modules/@suid/material/InputBase/InputBase.jsx
|
diff --git a/node_modules/@suid/material/InputBase/InputBase.jsx b/node_modules/@suid/material/InputBase/InputBase.jsx
|
||||||
index 8aab6fd..480544a 100644
|
index 4d9a4b9..e465053 100644
|
||||||
--- a/node_modules/@suid/material/InputBase/InputBase.jsx
|
--- a/node_modules/@suid/material/InputBase/InputBase.jsx
|
||||||
+++ b/node_modules/@suid/material/InputBase/InputBase.jsx
|
+++ b/node_modules/@suid/material/InputBase/InputBase.jsx
|
||||||
@@ -239,7 +239,7 @@ const inputGlobalStyles = () => (<>
|
@@ -239,7 +239,7 @@ const inputGlobalStyles = () => (<>
|
Loading…
Reference in New Issue