deactivate drawer, update peer deps

This commit is contained in:
madrilene 2025-03-24 09:53:34 +01:00
parent cceb78fa71
commit 69117afcc0
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -1983,9 +1983,9 @@
} }
}, },
"node_modules/caniuse-lite": { "node_modules/caniuse-lite": {
"version": "1.0.30001706", "version": "1.0.30001707",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001706.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz",
"integrity": "sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==", "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -2703,9 +2703,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.122", "version": "1.5.123",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.122.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.123.tgz",
"integrity": "sha512-EML1wnwkY5MFh/xUnCvY8FrhUuKzdYhowuZExZOfwJo+Zu9OsNCI23Cgl5y7awy7HrUHSwB1Z8pZX5TI34lsUg==", "integrity": "sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -68,7 +68,7 @@ export const navigation = {
ariaTop: 'Main', ariaTop: 'Main',
ariaBottom: 'Complementary', ariaBottom: 'Complementary',
ariaPlatforms: 'Platforms', ariaPlatforms: 'Platforms',
drawerNav: true drawerNav: false
}; };
export const themeSwitch = { export const themeSwitch = {
title: 'Theme', title: 'Theme',