store-sigits and update working flow #116

Merged
b merged 18 commits from store-sigits into staging 2024-07-11 11:42:19 +00:00
2 changed files with 2 additions and 16 deletions
Showing only changes of commit 08baf5dedd - Show all commits

15
package-lock.json generated
View File

@ -34,8 +34,7 @@
"react-router-dom": "6.22.1",
"react-toastify": "10.0.4",
"redux": "5.0.1",
"tseep": "1.2.1",
"uuid": "10.0.0"
"tseep": "1.2.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
@ -5219,18 +5218,6 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
"node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8-compile-cache-lib": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",

View File

@ -40,8 +40,7 @@
"react-router-dom": "6.22.1",
"react-toastify": "10.0.4",
"redux": "5.0.1",
"tseep": "1.2.1",
"uuid": "10.0.0"
"tseep": "1.2.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",