Skip to content

Commit

Permalink
chore: FuryStack update (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl authored Nov 3, 2023
1 parent 84b5863 commit b6ffb13
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 150 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@furystack/core": "^12.0.10",
"@furystack/rest": "^5.0.11"
"@furystack/core": "^12.0.11",
"@furystack/rest": "^5.0.12"
}
}
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@furystack/rest": "^5.0.11",
"@furystack/rest": "^5.0.12",
"@types/marked": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"dependencies": {
"@furystack/cache": "^2.1.5",
"@furystack/core": "^12.0.10",
"@furystack/inject": "^8.1.0",
"@furystack/logging": "^4.0.9",
"@furystack/rest-client-fetch": "^5.0.11",
"@furystack/shades": "^8.0.11",
"@furystack/shades-common-components": "^5.0.11",
"@furystack/shades-lottie": "^4.0.11",
"@furystack/utils": "^4.0.9",
"@furystack/cache": "^2.1.6",
"@furystack/core": "^12.0.11",
"@furystack/inject": "^8.1.1",
"@furystack/logging": "^4.0.10",
"@furystack/rest-client-fetch": "^5.0.12",
"@furystack/shades": "^8.0.12",
"@furystack/shades-common-components": "^5.0.12",
"@furystack/shades-lottie": "^4.0.12",
"@furystack/utils": "^4.0.10",
"@types/node": "^20.8.10",
"common": "workspace:^",
"marked": "^9.1.5",
Expand Down
22 changes: 11 additions & 11 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@furystack/core": "^12.0.10",
"@furystack/inject": "^8.1.0",
"@furystack/logging": "^4.0.9",
"@furystack/repository": "^7.0.10",
"@furystack/rest": "^5.0.11",
"@furystack/rest-service": "^7.0.12",
"@furystack/security": "^3.0.10",
"@furystack/sequelize-store": "^3.0.10",
"@furystack/utils": "^4.0.9",
"@furystack/websocket-api": "^9.0.12",
"@furystack/core": "^12.0.11",
"@furystack/inject": "^8.1.1",
"@furystack/logging": "^4.0.10",
"@furystack/repository": "^7.0.11",
"@furystack/rest": "^5.0.12",
"@furystack/rest-service": "^7.0.13",
"@furystack/security": "^3.0.11",
"@furystack/sequelize-store": "^3.0.11",
"@furystack/utils": "^4.0.10",
"@furystack/websocket-api": "^9.0.13",
"chokidar": "^3.5.3",
"common": "workspace:^",
"ffprobe": "^1.1.2",
"formidable": "^3.5.1",
"sequelize": "^6.33.0",
"sequelize": "^6.34.0",
"sqlite3": "^5.1.6",
"vitest": "^0.34.6",
"webtorrent": "^2.1.27"
Expand Down
Loading

0 comments on commit b6ffb13

Please sign in to comment.