Skip to content

Commit 887fa5d

Browse files
authored
Merge pull request #271 from AppQuality/setup-widget-card
Setup widget card for mother dashboard first row widgets
2 parents 23d2a03 + 207c12d commit 887fa5d

File tree

8 files changed

+1313
-699
lines changed

8 files changed

+1313
-699
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ npm-debug.log*
2323
yarn-debug.log*
2424
yarn-error.log*
2525

26-
.eslintcache
26+
.eslintcache
27+
28+
generate-devel-token.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.4.0",
44
"private": true,
55
"dependencies": {
6-
"@appquality/unguess-design-system": "2.12.17",
6+
"@appquality/unguess-design-system": "2.12.27",
77
"@headwayapp/react-widget": "^0.0.4",
88
"@reduxjs/toolkit": "^1.8.0",
99
"@rtk-query/codegen-openapi": "^1.0.0-alpha.1",
@@ -131,4 +131,4 @@
131131
"lint-staged": {
132132
"*.{tsx,ts,js,css,md}": "prettier --write"
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)