Skip to content

Commit 9617b69

Browse files
committed
LoadingSpinner Typescript
1 parent 3d18dec commit 9617b69

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

refactor/package-lock.json

Lines changed: 26 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

refactor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint",
1010
"format": "prettier --write \"**/*.{js,ts,tsx,json}\"",
1111
"playwright": "npx playwright test",
12-
"playwright:codegen": "playwright codegen",
12+
"playwright:codegen": "playwright codegen",
1313
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
1414
},
1515
"keywords": [
@@ -44,6 +44,7 @@
4444
"@types/node": "18.14.1",
4545
"@types/nprogress": "^0.2.0",
4646
"@types/react-instantsearch-dom": "^6.12.3",
47+
"@types/styled-components": "^5.1.26",
4748
"@types/uuid": "^9.0.1",
4849
"babel-plugin-styled-components": "^2.0.7",
4950
"eslint": "8.34.0",

0 commit comments

Comments
 (0)