mirror of
https://github.com/XFox111/bonch-calendar.git
synced 2026-06-30 10:52:41 +03:00
Compare commits
5 Commits
b597f8e5c0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f91d47bfe | |||
| dc394c2ba9 | |||
| 1c2cbe3103 | |||
| c94a7db21a | |||
| c107847f05 |
@@ -11,7 +11,7 @@
|
|||||||
"pnpmVersion": "none",
|
"pnpmVersion": "none",
|
||||||
"nvmVersion": "latest"
|
"nvmVersion": "latest"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
"ghcr.io/devcontainers/features/docker-in-docker:3": {
|
||||||
"installDockerBuildx": true,
|
"installDockerBuildx": true,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"dockerDashComposeVersion": "v2"
|
"dockerDashComposeVersion": "v2"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[](https://bonch.xfox111.net)
|
[](https://bonch.xfox111.net)
|
||||||
[](https://github.com/xfox111/bonch-calendar/releases/latest)
|
[](https://github.com/xfox111/bonch-calendar/releases/latest)
|
||||||
[](https://github.com/XFox111/bonch-calendar/commits/main)
|
[](https://github.com/XFox111/bonch-calendar/commits/main)
|
||||||
|
[](https://bonch.xfox111.net)
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="assets/dark.png">
|
<source media="(prefers-color-scheme: dark)" srcset="assets/dark.png">
|
||||||
|
|||||||
Generated
+694
-693
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -10,26 +10,26 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-components": "^9.73.8",
|
"@fluentui/react-components": "^9.74.1",
|
||||||
"@fluentui/react-icons": "^2.0.326",
|
"@fluentui/react-icons": "^2.0.328",
|
||||||
"@fluentui/react-motion-components-preview": "^0.15.4",
|
"@fluentui/react-motion-components-preview": "^0.15.4",
|
||||||
"react": "^19.2.6",
|
"react": "^19.2.7",
|
||||||
"react-dom": "^19.2.6",
|
"react-dom": "^19.2.7",
|
||||||
"react-localization": "^2.0.6",
|
"react-localization": "^2.0.6",
|
||||||
"uuid": "^14.0.0"
|
"uuid": "^14.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.1",
|
||||||
"@types/node": "^25.8.0",
|
"@types/node": "^25.9.1",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.16",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@vitejs/plugin-react": "^6.0.2",
|
"@vitejs/plugin-react": "^6.0.2",
|
||||||
"eslint": "^10.4.0",
|
"eslint": "^10.4.1",
|
||||||
"eslint-plugin-react-hooks": "^7.1.1",
|
"eslint-plugin-react-hooks": "^7.1.1",
|
||||||
"eslint-plugin-react-refresh": "^0.5.2",
|
"eslint-plugin-react-refresh": "^0.5.2",
|
||||||
"globals": "^17.6.0",
|
"globals": "^17.6.0",
|
||||||
"typescript": "~6.0.3",
|
"typescript": "~6.0.3",
|
||||||
"typescript-eslint": "^8.59.3",
|
"typescript-eslint": "^8.60.1",
|
||||||
"vite": "^8.0.13"
|
"vite": "^8.0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user