Set test run status icon

This commit is contained in:
Takeshi Kimata
2024-04-21 19:26:40 +09:00
parent 8f4ca3d882
commit 99923eea9d
4 changed files with 51 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
"eslint-config-next": "14.0.2",
"framer-motion": "^10.16.4",
"intl-messageformat": "^10.5.0",
"lucide-react": "^0.335.0",
"lucide-react": "^0.372.0",
"next": "14.0.2",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
@@ -5100,9 +5100,9 @@
}
},
"node_modules/lucide-react": {
"version": "0.335.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.335.0.tgz",
"integrity": "sha512-FNmIG4JLdvpK86ZFJjrT0SnFEa95KhsiNokVicA5mWEf1oe+ujP2C/bTr0PVQzr/wzvZpzgxaOySq0O79q2oMA==",
"version": "0.372.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.372.0.tgz",
"integrity": "sha512-0cKdqmilHXWUwWAWnf6CrrjHD8YaqPMtLrmEHXolZusNTr9epULCsiJwIOHk2q1yFxdEwd96D4zShlAj67UJdA==",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
}