Skip to content

Commit

Permalink
fs upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Nov 28, 2023
1 parent 177f399 commit 971360e
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 480 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.11",
"@furystack/rest": "^5.0.12"
"@furystack/core": "^12.0.12",
"@furystack/rest": "^5.0.13"
}
}
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.12",
"@furystack/rest": "^5.0.13",
"@types/marked": "^6.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
},
"dependencies": {
"@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",
"@furystack/cache": "^2.1.7",
"@furystack/core": "^12.0.12",
"@furystack/inject": "^8.1.2",
"@furystack/logging": "^4.0.11",
"@furystack/rest-client-fetch": "^5.0.13",
"@furystack/shades": "^8.0.13",
"@furystack/shades-common-components": "^5.0.13",
"@furystack/shades-lottie": "^4.0.13",
"@furystack/utils": "^4.0.11",
"@types/node": "^20.10.0",
"common": "workspace:^",
"marked": "^10.0.0",
Expand Down
20 changes: 10 additions & 10 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@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",
"@furystack/core": "^12.0.12",
"@furystack/inject": "^8.1.2",
"@furystack/logging": "^4.0.11",
"@furystack/repository": "^7.0.12",
"@furystack/rest": "^5.0.13",
"@furystack/rest-service": "^7.0.14",
"@furystack/security": "^3.0.12",
"@furystack/sequelize-store": "^3.0.12",
"@furystack/utils": "^4.0.11",
"@furystack/websocket-api": "^9.0.14",
"chokidar": "^3.5.3",
"common": "workspace:^",
"ffprobe": "^1.1.2",
Expand Down
Loading

0 comments on commit 971360e

Please sign in to comment.