Skip to content

Commit 9008021

Browse files
authored
Merge branch 'main' into fix/logout-without-remove-token-and-current-user
2 parents 5a28b81 + 4d1ae49 commit 9008021

File tree

4 files changed

+20997
-2
lines changed

4 files changed

+20997
-2
lines changed

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ test*
44
Dockerfile*
55
*~
66
screenshots
7+
**/node_modules
8+
**/.temp
9+
**/__pycache__

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ yarn-error.log
218218

219219
/coverage
220220
.idea
221-
yarn.lock
222221
package-lock.json
223222
*bak
224223
.vscode

src/dashboard/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
"check-prettier": "^1.0.1",
107107
"cross-env": "^5.2.0",
108108
"cross-port-killer": "^1.0.1",
109-
"enzyme": "^3.9.0",
110109
"eslint": "^8.53.0",
111110
"eslint-config-airbnb": "^19.0.4",
112111
"eslint-config-prettier": "^9.0.0",

0 commit comments

Comments
 (0)