Skip to content

Commit 92f71a3

Browse files
committed
[refactor] Rename AvaliaEntity to AvailEntity in useAvailability hook
1 parent 68798c6 commit 92f71a3

File tree

3 files changed

+1497
-1513
lines changed

3 files changed

+1497
-1513
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@fluentui/react-components": "^9.56.3",
14+
"@fluentui/react-components": "^9.56.5",
1515
"@telekom/scale-components": "3.0.0-beta.154",
1616
"@telekom/scale-components-react": "3.0.0-beta.154",
17-
"ahooks": "^3.8.1",
17+
"ahooks": "^3.8.4",
1818
"dayjs": "^1.11.13",
1919
"idb": "^8.0.0",
2020
"lodash": "^4.17.21",
2121
"oidc-client-ts": "^3.1.0",
22-
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
22+
"react": "^19.0.0",
23+
"react-dom": "^19.0.0",
2424
"react-helmet": "^6.1.0",
2525
"react-oidc-context": "^3.2.0",
2626
"rxjs": "^7.8.1"
2727
},
2828
"devDependencies": {
2929
"@farmfe/cli": "^1.0.4",
30-
"@farmfe/core": "^1.4.5",
31-
"@farmfe/js-plugin-postcss": "^1.9.0",
30+
"@farmfe/core": "^1.5.0",
31+
"@farmfe/js-plugin-postcss": "^1.10.0",
3232
"@farmfe/plugin-react": "^1.2.6",
3333
"@testing-library/jest-dom": "^6.6.3",
34-
"@testing-library/react": "^16.0.1",
34+
"@testing-library/react": "^16.1.0",
3535
"@types/lodash": "^4.17.13",
36-
"@types/node": "^22.10.1",
37-
"@types/react": "^18.3.12",
38-
"@types/react-dom": "^18.3.1",
36+
"@types/node": "^22.10.2",
37+
"@types/react": "^19.0.1",
38+
"@types/react-dom": "^19.0.2",
3939
"@types/react-helmet": "^6.1.11",
4040
"autoprefixer": "^10.4.20",
4141
"core-js": "^3.39.0",
@@ -44,12 +44,12 @@
4444
"globals": "^15.13.0",
4545
"jsdom": "^25.0.1",
4646
"postcss": "^8.4.49",
47-
"react-refresh": "^0.14.2",
48-
"tailwindcss": "^3.4.15",
49-
"tailwindcss-scoped-preflight": "^3.4.9",
50-
"typescript-eslint": "^8.16.0",
51-
"vite": "^6.0.2",
52-
"vitest": "^2.1.7"
47+
"react-refresh": "^0.16.0",
48+
"tailwindcss": "^3.4.16",
49+
"tailwindcss-scoped-preflight": "^3.4.10",
50+
"typescript-eslint": "^8.18.0",
51+
"vite": "^6.0.3",
52+
"vitest": "^2.1.8"
5353
},
54-
"packageManager": "pnpm@9.14.4"
54+
"packageManager": "pnpm@9.15.0"
5555
}

0 commit comments

Comments
 (0)