Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea5247e

Browse files
committedFeb 25, 2025·
feat(ErrorBoundary): rework error page
1 parent d68adba commit ea5247e

File tree

17 files changed

+593
-118
lines changed

17 files changed

+593
-118
lines changed
 

‎package-lock.json

+242-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@gravity-ui/date-utils": "^2.5.6",
2020
"@gravity-ui/i18n": "^1.7.0",
2121
"@gravity-ui/icons": "^2.12.0",
22+
"@gravity-ui/illustrations": "^2.0.0",
2223
"@gravity-ui/navigation": "^2.30.0",
2324
"@gravity-ui/paranoid": "^2.0.1",
2425
"@gravity-ui/react-data-table": "^2.2.1",
@@ -41,6 +42,7 @@
4142
"monaco-editor": "^0.52.2",
4243
"numeral": "^2.0.6",
4344
"path-to-regexp": "^3.3.0",
45+
"qrcode": "^1.5.4",
4446
"qs": "^6.13.1",
4547
"react-error-boundary": "^4.1.2",
4648
"react-helmet-async": "^2.0.5",
@@ -135,6 +137,7 @@
135137
"@types/jest": "^29.5.14",
136138
"@types/lodash": "^4.17.14",
137139
"@types/numeral": "^2.0.5",
140+
"@types/qrcode": "^1.5.5",
138141
"@types/qs": "^6.9.18",
139142
"@types/react": "^18.3.18",
140143
"@types/react-dom": "^18.3.5",

0 commit comments

Comments
 (0)
Please sign in to comment.