Skip to content

Commit fcdd473

Browse files
committed
furystack upgrade
1 parent 3ddcdde commit fcdd473

File tree

8 files changed

+1201
-1172
lines changed

8 files changed

+1201
-1172
lines changed

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ nodeLinker: node-modules
1111
plugins:
1212
- checksum: 26e8fe1580b68848fd4498cd646f44a38bfee77658c4678777003ff5ff01977e4113cf01a3809aa2727a46aa5342d2afe8dbe610800da3b6850f74af7d0ab1fa
1313
path: .yarn/plugins/@yarnpkg/plugin-changelog.cjs
14-
spec: 'https://raw.githubusercontent.com/furystack/furystack/refs/heads/develop/packages/yarn-plugin-changelog/bundles/%40yarnpkg/plugin-changelog.js'
14+
spec: "https://raw.githubusercontent.com/furystack/furystack/refs/heads/develop/packages/yarn-plugin-changelog/bundles/%40yarnpkg/plugin-changelog.js"
1515

16-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
16+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"create-schemas": "node ./dist/bin/create-schemas.js"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^25.3.3",
29-
"ts-json-schema-generator": "^2.5.0",
28+
"@types/node": "^25.3.5",
29+
"ts-json-schema-generator": "^2.9.0",
3030
"vitest": "^4.0.18"
3131
},
3232
"dependencies": {
33-
"@furystack/core": "^15.2.2",
34-
"@furystack/rest": "^8.0.40"
33+
"@furystack/core": "^15.2.4",
34+
"@furystack/rest": "^8.0.42"
3535
}
3636
}

frontend/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"license": "ISC",
1313
"devDependencies": {
1414
"@codecov/vite-plugin": "^1.9.1",
15-
"@types/node": "^25.3.3",
15+
"@types/node": "^25.3.5",
1616
"typescript": "^5.9.3",
1717
"vite": "^7.3.1",
1818
"vitest": "^4.0.18"
1919
},
2020
"dependencies": {
21-
"@furystack/cache": "^6.0.0",
22-
"@furystack/core": "^15.2.2",
23-
"@furystack/entity-sync": "^1.0.3",
24-
"@furystack/entity-sync-client": "^1.0.3",
25-
"@furystack/inject": "^12.0.30",
26-
"@furystack/logging": "^8.0.30",
27-
"@furystack/rest-client-fetch": "^8.0.40",
28-
"@furystack/shades": "^12.2.4",
29-
"@furystack/shades-common-components": "^13.2.0",
30-
"@furystack/utils": "^8.1.10",
21+
"@furystack/cache": "^6.1.1",
22+
"@furystack/core": "^15.2.4",
23+
"@furystack/entity-sync": "^1.0.5",
24+
"@furystack/entity-sync-client": "^1.1.1",
25+
"@furystack/inject": "^12.0.32",
26+
"@furystack/logging": "^8.1.1",
27+
"@furystack/rest-client-fetch": "^8.1.1",
28+
"@furystack/shades": "^12.5.0",
29+
"@furystack/shades-common-components": "^13.5.0",
30+
"@furystack/utils": "^8.2.1",
3131
"common": "workspace:^"
3232
}
3333
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"devDependencies": {
1919
"@eslint/js": "^10.0.1",
2020
"@playwright/test": "^1.58.2",
21-
"@types/node": "^25.3.3",
21+
"@types/node": "^25.3.5",
2222
"@vitest/coverage-v8": "^4.0.18",
23-
"eslint": "^10.0.2",
23+
"eslint": "^10.0.3",
2424
"eslint-config-prettier": "^10.1.8",
2525
"eslint-plugin-import": "2.32.0",
2626
"eslint-plugin-jsdoc": "^62.7.1",
2727
"eslint-plugin-prettier": "^5.5.5",
2828
"husky": "^9.1.7",
2929
"jsdom": "^28.1.0",
30-
"lint-staged": "^16.3.1",
30+
"lint-staged": "^16.3.2",
3131
"prettier": "^3.8.1",
3232
"rimraf": "^6.1.3",
3333
"typescript": "^5.9.3",
@@ -69,5 +69,5 @@
6969
"engines": {
7070
"node": ">=18.0.0"
7171
},
72-
"packageManager": "yarn@4.12.0"
72+
"packageManager": "yarn@4.13.0"
7373
}

service/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"build": "tsc -b"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^25.3.3",
15+
"@types/node": "^25.3.5",
1616
"typescript": "^5.9.3",
1717
"vitest": "^4.0.18"
1818
},
1919
"dependencies": {
20-
"@furystack/core": "^15.2.2",
21-
"@furystack/entity-sync-service": "^1.0.4",
22-
"@furystack/filesystem-store": "^7.0.40",
23-
"@furystack/inject": "^12.0.30",
24-
"@furystack/logging": "^8.0.30",
25-
"@furystack/repository": "^10.1.3",
26-
"@furystack/rest-service": "^12.1.1",
27-
"@furystack/security": "^7.0.1",
28-
"@furystack/sequelize-store": "^6.0.41",
29-
"@furystack/websocket-api": "^13.1.14",
20+
"@furystack/core": "^15.2.4",
21+
"@furystack/entity-sync-service": "^1.0.6",
22+
"@furystack/filesystem-store": "^7.1.1",
23+
"@furystack/inject": "^12.0.32",
24+
"@furystack/logging": "^8.1.1",
25+
"@furystack/repository": "^10.1.5",
26+
"@furystack/rest-service": "^12.2.1",
27+
"@furystack/security": "^7.0.3",
28+
"@furystack/sequelize-store": "^6.0.43",
29+
"@furystack/websocket-api": "^13.2.1",
3030
"@modelcontextprotocol/sdk": "1.27.1",
3131
"common": "workspace:^",
3232
"sequelize": "^6.37.7",

0 commit comments

Comments
 (0)