Update dependencies

This commit is contained in:
vorotamoroz
2024-03-15 10:35:41 +01:00
parent ef9b19c24b
commit 486e816902
2 changed files with 1480 additions and 1214 deletions

2642
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,29 +13,29 @@
"author": "vorotamoroz", "author": "vorotamoroz",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@tsconfig/svelte": "^5.0.0", "@tsconfig/svelte": "^5.0.2",
"@types/diff-match-patch": "^1.0.32", "@types/diff-match-patch": "^1.0.36",
"@types/node": "^20.2.5", "@types/node": "^20.11.28",
"@types/pouchdb": "^6.4.0", "@types/pouchdb": "^6.4.2",
"@types/pouchdb-adapter-http": "^6.1.3", "@types/pouchdb-adapter-http": "^6.1.6",
"@types/pouchdb-adapter-idb": "^6.1.4", "@types/pouchdb-adapter-idb": "^6.1.7",
"@types/pouchdb-browser": "^6.1.3", "@types/pouchdb-browser": "^6.1.5",
"@types/pouchdb-core": "^7.0.11", "@types/pouchdb-core": "^7.0.14",
"@types/pouchdb-mapreduce": "^6.1.7", "@types/pouchdb-mapreduce": "^6.1.10",
"@types/pouchdb-replication": "^6.4.4", "@types/pouchdb-replication": "^6.4.7",
"@types/transform-pouch": "^1.0.2", "@types/transform-pouch": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^6.2.1", "@typescript-eslint/parser": "^7.2.0",
"builtin-modules": "^3.3.0", "builtin-modules": "^3.3.0",
"esbuild": "0.18.17", "esbuild": "0.20.2",
"esbuild-svelte": "^0.7.4", "esbuild-svelte": "^0.8.0",
"eslint": "^8.46.0", "eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0", "eslint-plugin-import": "^2.29.1",
"events": "^3.3.0", "events": "^3.3.0",
"obsidian": "^1.4.11", "obsidian": "^1.5.7",
"postcss": "^8.4.27", "postcss": "^8.4.35",
"postcss-load-config": "^4.0.1", "postcss-load-config": "^5.0.3",
"pouchdb-adapter-http": "^8.0.1", "pouchdb-adapter-http": "^8.0.1",
"pouchdb-adapter-idb": "^8.0.1", "pouchdb-adapter-idb": "^8.0.1",
"pouchdb-adapter-indexeddb": "^8.0.1", "pouchdb-adapter-indexeddb": "^8.0.1",
@@ -46,16 +46,16 @@
"pouchdb-merge": "^8.0.1", "pouchdb-merge": "^8.0.1",
"pouchdb-replication": "^8.0.1", "pouchdb-replication": "^8.0.1",
"pouchdb-utils": "^8.0.1", "pouchdb-utils": "^8.0.1",
"svelte": "^4.1.2", "svelte": "^4.2.12",
"svelte-preprocess": "^5.0.4", "svelte-preprocess": "^5.1.3",
"terser": "^5.19.2", "terser": "^5.29.2",
"transform-pouch": "^2.0.0", "transform-pouch": "^2.0.0",
"tslib": "^2.6.1", "tslib": "^2.6.2",
"typescript": "^5.1.6" "typescript": "^5.4.2"
}, },
"dependencies": { "dependencies": {
"diff-match-patch": "^1.0.5", "diff-match-patch": "^1.0.5",
"idb": "^7.1.1", "idb": "^8.0.0",
"minimatch": "^9.0.3", "minimatch": "^9.0.3",
"xxhash-wasm": "0.4.2", "xxhash-wasm": "0.4.2",
"xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2" "xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2"