mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
upd to v0.9.8
This commit is contained in:
parent
0daa5a200f
commit
0971d46642
2 changed files with 8 additions and 8 deletions
14
demos/full-stack_framework/package-lock.json
generated
14
demos/full-stack_framework/package-lock.json
generated
|
|
@ -9,7 +9,7 @@
|
|||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"sequelize": "^6.28.0",
|
||||
"socio": "^0.9.7",
|
||||
"socio": "^0.9.8",
|
||||
"sqlite3": "^5.1.4",
|
||||
"svelte-french-toast": "^1.0.3",
|
||||
"ws": "^8.11.0"
|
||||
|
|
@ -2349,9 +2349,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/socio": {
|
||||
"version": "0.9.7",
|
||||
"resolved": "https://registry.npmjs.org/socio/-/socio-0.9.7.tgz",
|
||||
"integrity": "sha512-qBPuvh/wbBc+bGZ2mH5EkBDXcW+Ger1iUy/RUiFv7V+Dni0WK7hE75emiIju3jOtS42BVVlEZijvRLKxV9FSvA==",
|
||||
"version": "0.9.8",
|
||||
"resolved": "https://registry.npmjs.org/socio/-/socio-0.9.8.tgz",
|
||||
"integrity": "sha512-ZWDXLVCnuAIXiuKj35TO6nH9nqUYXM+iu5zAGyx3axyF9FiLlk32tHYBVVUQqFxpwCjRhhihwFZYtTsBXFBP/w==",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
"recursive-diff": "^1.0.9",
|
||||
|
|
@ -4494,9 +4494,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"socio": {
|
||||
"version": "0.9.7",
|
||||
"resolved": "https://registry.npmjs.org/socio/-/socio-0.9.7.tgz",
|
||||
"integrity": "sha512-qBPuvh/wbBc+bGZ2mH5EkBDXcW+Ger1iUy/RUiFv7V+Dni0WK7hE75emiIju3jOtS42BVVlEZijvRLKxV9FSvA==",
|
||||
"version": "0.9.8",
|
||||
"resolved": "https://registry.npmjs.org/socio/-/socio-0.9.8.tgz",
|
||||
"integrity": "sha512-ZWDXLVCnuAIXiuKj35TO6nH9nqUYXM+iu5zAGyx3axyF9FiLlk32tHYBVVUQqFxpwCjRhhihwFZYtTsBXFBP/w==",
|
||||
"requires": {
|
||||
"base64-js": "^1.5.1",
|
||||
"recursive-diff": "^1.0.9",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"sequelize": "^6.28.0",
|
||||
"socio": "^0.9.7",
|
||||
"socio": "^0.9.8",
|
||||
"sqlite3": "^5.1.4",
|
||||
"svelte-french-toast": "^1.0.3",
|
||||
"ws": "^8.11.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue