Browse Source
* fix: move i18n languages for best practices * updating test setup * removed static copypull/685/head
committed by
GitHub
183 changed files with 29 additions and 58 deletions
@ -79,7 +79,6 @@ |
|||
"npm:testing-library@^0.0.2": "0.0.2_@[email protected]__@[email protected][email protected][email protected][email protected]_@[email protected][email protected][email protected]", |
|||
"npm:typescript@^5.8.3": "5.8.3", |
|||
"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.5_@[email protected][email protected]", |
|||
"npm:vitest@^3.1.2": "3.2.4_@[email protected][email protected][email protected]__@[email protected][email protected]", |
|||
"npm:zod@^3.25.62": "3.25.67", |
|||
@ -4736,14 +4735,6 @@ |
|||
"[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": [ |
|||
@ -5514,9 +5505,6 @@ |
|||
"safe-push-apply" |
|||
] |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==" |
|||
}, |
|||
"[email protected]": { |
|||
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" |
|||
}, |
|||
@ -6595,17 +6583,6 @@ |
|||
"workbox-window" |
|||
] |
|||
}, |
|||
"[email protected][email protected]__@[email protected][email protected]_@[email protected]": { |
|||
"integrity": "sha512-/seLvhUg44s1oU9RhjTZZy/0NPbfNctozdysKcvPovxxXZdI5l19mGq6Ri3IaTf1Dy/qChS4BSR7ayxeu8o9aQ==", |
|||
"dependencies": [ |
|||
"chokidar", |
|||
"[email protected]", |
|||
"p-map", |
|||
"picocolors", |
|||
"tinyglobby", |
|||
"vite" |
|||
] |
|||
}, |
|||
"[email protected]_@[email protected][email protected]": { |
|||
"integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", |
|||
"dependencies": [ |
|||
@ -6793,7 +6770,7 @@ |
|||
"ajv", |
|||
"common-tags", |
|||
"fast-json-stable-stringify", |
|||
"fs-extra@9.1.0", |
|||
"fs-extra", |
|||
"glob", |
|||
"lodash", |
|||
"[email protected]", |
|||
@ -7020,7 +6997,6 @@ |
|||
"npm:testing-library@^0.0.2", |
|||
"npm:typescript@^5.8.3", |
|||
"npm:vite-plugin-pwa@1", |
|||
"npm:vite-plugin-static-copy@3", |
|||
"npm:vite@^6.3.4", |
|||
"npm:vitest@^3.1.2", |
|||
"npm:zod@^3.25.67", |
|||
|
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue