Merge pull request #327 from Niek/dependabot/npm_and_yarn/dexie-4.0.1-beta.1

Bump dexie from 4.0.1-alpha.25 to 4.0.1-beta.1
This commit is contained in:
Niek van der Maas 2023-10-23 10:14:02 +02:00 committed by GitHub
commit f91f6bd8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -22,7 +22,7 @@
"bulma": "^0.9.4", "bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1", "bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-alpha.25", "dexie": "^4.0.1-beta.1",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.4", "flourite": "^1.2.4",
@ -1673,9 +1673,9 @@
} }
}, },
"node_modules/dexie": { "node_modules/dexie": {
"version": "4.0.1-alpha.25", "version": "4.0.1-beta.1",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-alpha.25.tgz", "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-beta.1.tgz",
"integrity": "sha512-udAExYYfJaC6IzVC+ygHdlWYoYxhwYHtiITkthGgSH7dh2FBk3qqDGkJ/Mn2lfxsmATcq9qJDUjyO7yWOo/ZPA==", "integrity": "sha512-+IAkY8U09pavDFecWFOfTkwVN3NTmIsWZN2wh+RQ+9ya35Kr6AicQp+Tt1NDCM4UG2P/PDFBq/Mp4dt151LmuQ==",
"dev": true "dev": true
}, },
"node_modules/dir-glob": { "node_modules/dir-glob": {

View File

@ -28,7 +28,7 @@
"bulma": "^0.9.4", "bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1", "bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-alpha.25", "dexie": "^4.0.1-beta.1",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.4", "flourite": "^1.2.4",