Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsound committed Jun 9, 2022
1 parent 8ca09ab commit 2d3efd9
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 412 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.0",
"@types/jest": "27.5.1",
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/jest": "28.1.1",
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"autoprefixer": "10.4.7",
"eslint": "8.16.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import-access": "1.0.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-sort-destructure-keys": "1.4.0",
"eslint-plugin-tailwindcss": "3.5.0",
"eslint-plugin-tailwindcss": "3.5.2",
"eslint-plugin-testing-library": "5.5.1",
"husky": "8.0.1",
"jest": "28.1.0",
"jest-environment-jsdom": "^28.1.0",
"lint-staged": "12.4.2",
"jest": "28.1.1",
"jest-environment-jsdom": "^28.1.1",
"lint-staged": "13.0.1",
"npm-run-all": "4.1.5",
"pathpida": "0.18.1",
"postcss": "8.4.14",
"prettier": "2.6.2",
"react-test-renderer": "18.1.0",
"tailwindcss": "3.0.24",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 2d3efd9

Please sign in to comment.