aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-22 22:26:53 -0800
committerFuwn <[email protected]>2026-01-22 22:26:53 -0800
commitdda52424a3e7a69a01bb745033185429c8d11941 (patch)
tree4c64d6784f668cda38c2097060145c189e3165df /package-lock.json
parentformat: Apply Prettier formatting (diff)
downloaddue.moe-dda52424a3e7a69a01bb745033185429c8d11941.tar.xz
due.moe-dda52424a3e7a69a01bb745033185429c8d11941.zip
fix(notifications): Replace svelte-notifications with custom store for Svelte 5
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 20d62ed8..c974f5dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,6 @@
"sortablejs": "^1.15.2",
"string-similarity": "^4.0.4",
"svelte-i18n": "^4.0.0",
- "svelte-notifications": "^0.9.98",
"uuid": "^10.0.0",
"wanakana": "^5.3.1",
"web-push": "^3.6.7"
@@ -741,6 +740,7 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
+ "dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
@@ -11038,6 +11038,19 @@
}
}
},
+ "node_modules/svelte-check/node_modules/picomatch": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
+ "extraneous": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
"node_modules/svelte-eslint-parser": {
"version": "0.43.0",
"resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.43.0.tgz",
@@ -11117,12 +11130,6 @@
"svelte": "^3 || ^4 || ^5"
}
},
- "node_modules/svelte-notifications": {
- "version": "0.9.98",
- "resolved": "https://registry.npmjs.org/svelte-notifications/-/svelte-notifications-0.9.98.tgz",
- "integrity": "sha512-w7/sqnQtEjM5uzjb3HfB50RE6KMuuWEQZxfBw86IykslHFJRcTuRvaUv503UMqY/LaioOu6w9mjJTO+ejiReSQ==",
- "license": "MIT"
- },
"node_modules/sveltekit-graphql": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/sveltekit-graphql/-/sveltekit-graphql-0.4.3.tgz",