Browse Source
* fix Toast messages * Copy i18n files to dist using vite-plugin-static-copypull/637/head
committed by
GitHub
4 changed files with 77 additions and 3 deletions
@ -76,6 +76,7 @@ |
|||
"npm:vite-plugin-i18n-ally@^6.0.1": "[email protected]__@[email protected][email protected]_@[email protected]", |
|||
"npm:[email protected]": "[email protected]__@[email protected][email protected]_@[email protected]", |
|||
"npm:vite-plugin-pwa@1": "[email protected]__@[email protected][email protected][email protected][email protected]__@[email protected][email protected][email protected]_@[email protected]", |
|||
"npm:vite-plugin-static-copy@3": "[email protected]__@[email protected][email protected]_@[email protected]", |
|||
"npm:vite@^6.3.4": "6.3.4_@[email protected][email protected]", |
|||
"npm:vitest@^3.1.2": "3.1.2_@[email protected][email protected][email protected]__@[email protected][email protected]", |
|||
"npm:zod@^3.24.3": "3.24.3", |
|||
@ -3971,6 +3972,13 @@ |
|||
"[email protected]": { |
|||
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", |
|||
"dependencies": [ |
|||
"normalize-path", |
|||
"[email protected]" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" |
|||
}, |
|||
@ -4096,6 +4104,9 @@ |
|||
"[email protected]": { |
|||
"integrity": "sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw==" |
|||
}, |
|||
@ -4289,6 +4300,21 @@ |
|||
"[email protected]": { |
|||
"integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", |
|||
"dependencies": [ |
|||
"anymatch", |
|||
"braces", |
|||
"glob-parent", |
|||
"is-binary-path", |
|||
"is-glob", |
|||
"normalize-path", |
|||
"readdirp" |
|||
], |
|||
"optionalDependencies": [ |
|||
"fsevents" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==" |
|||
}, |
|||
@ -4845,6 +4871,14 @@ |
|||
"[email protected]": { |
|||
"integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", |
|||
"dependencies": [ |
|||
"graceful-fs", |
|||
"jsonfile", |
|||
"universalify" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", |
|||
"dependencies": [ |
|||
@ -5171,6 +5205,12 @@ |
|||
"has-bigints" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", |
|||
"dependencies": [ |
|||
"binary-extensions" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", |
|||
"dependencies": [ |
|||
@ -5714,6 +5754,9 @@ |
|||
"vm-browserify" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" |
|||
}, |
|||
@ -5782,6 +5825,9 @@ |
|||
"[email protected]" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" |
|||
}, |
|||
@ -6109,6 +6155,12 @@ |
|||
"util-deprecate" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", |
|||
"dependencies": [ |
|||
"[email protected]" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", |
|||
"dependencies": [ |
|||
@ -6962,6 +7014,17 @@ |
|||
"workbox-window" |
|||
] |
|||
}, |
|||
"[email protected][email protected]__@[email protected][email protected]_@[email protected]": { |
|||
"integrity": "sha512-Uki9pPUQ4ZnoMEdIFabvoh9h6Bh9Q1m3iF7BrZvoiF30reREpJh2gZb4jOnW1/uYFzyRiLCmFSkM+8hwiq1vWQ==", |
|||
"dependencies": [ |
|||
"chokidar", |
|||
"[email protected]", |
|||
"p-map", |
|||
"picocolors", |
|||
"tinyglobby", |
|||
"vite" |
|||
] |
|||
}, |
|||
"[email protected]_@[email protected][email protected]": { |
|||
"integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==", |
|||
"dependencies": [ |
|||
@ -7147,7 +7210,7 @@ |
|||
"ajv", |
|||
"common-tags", |
|||
"fast-json-stable-stringify", |
|||
"fs-extra", |
|||
"fs-extra@9.1.0", |
|||
"glob", |
|||
"lodash", |
|||
"[email protected]", |
|||
@ -7376,6 +7439,7 @@ |
|||
"npm:vite-plugin-i18n-ally@^6.0.1", |
|||
"npm:[email protected]", |
|||
"npm:vite-plugin-pwa@1", |
|||
"npm:vite-plugin-static-copy@3", |
|||
"npm:vite@^6.3.4", |
|||
"npm:vitest@^3.1.2", |
|||
"npm:zod@^3.24.3", |
|||
|
|||
Loading…
Reference in new issue