Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Mar 21, 2024
1 parent 9eaa92c commit 1d68bac
Show file tree
Hide file tree
Showing 6 changed files with 495 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.4.2-sdk",
"version": "5.4.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"create-schemas": "node ./dist/bin/create-schemas.js"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"ts-json-schema-generator": "^1.5.0",
"vitest": "^1.4.0"
},
"dependencies": {
"@furystack/rest": "^6.0.0"
"@furystack/rest": "^7.0.0"
}
}
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vitest": "^1.4.0"
},
"dependencies": {
"@furystack/core": "^13.0.0",
"@furystack/inject": "^9.0.0",
"@furystack/logging": "^5.0.0",
"@furystack/rest-client-fetch": "^6.0.0",
"@furystack/shades": "^9.0.0",
"@furystack/shades-common-components": "^6.0.0",
"@furystack/utils": "^5.0.0",
"@types/node": "^20.11.28",
"@furystack/core": "^14.0.0",
"@furystack/inject": "^10.0.0",
"@furystack/logging": "^6.0.0",
"@furystack/rest-client-fetch": "^7.0.0",
"@furystack/shades": "^10.0.0",
"@furystack/shades-common-components": "^8.0.0",
"@furystack/utils": "^6.0.0",
"@types/node": "^20.11.30",
"common": "workspace:^"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -29,8 +29,8 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vitest": "^1.4.0"
},
"husky": {
Expand Down
18 changes: 9 additions & 9 deletions service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/node": "^20.11.28",
"typescript": "^5.4.2",
"@types/node": "^20.11.30",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"dependencies": {
"@furystack/core": "^13.0.0",
"@furystack/filesystem-store": "^5.0.0",
"@furystack/inject": "^9.0.0",
"@furystack/logging": "^5.0.0",
"@furystack/repository": "^8.0.0",
"@furystack/rest-service": "^8.0.0",
"@furystack/security": "^4.0.0",
"@furystack/core": "^14.0.0",
"@furystack/filesystem-store": "^6.0.0",
"@furystack/inject": "^10.0.0",
"@furystack/logging": "^6.0.0",
"@furystack/repository": "^9.0.0",
"@furystack/rest-service": "^9.0.0",
"@furystack/security": "^5.0.0",
"common": "workspace:^"
}
}
Loading

0 comments on commit 1d68bac

Please sign in to comment.