Skip to content

Commit

Permalink
(chore) Fix warnings from running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Oct 27, 2022
1 parent 7242092 commit 7752468
Show file tree
Hide file tree
Showing 4 changed files with 1,177 additions and 983 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,47 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"dayjs": "^1.11.3",
"dayjs": "^1.11.6",
"lodash-es": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.2",
"swr": "^1.3.0",
"vercel-toast": "^1.5.5"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.17.12",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.11",
"babel-jest": "^29.0.3",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.12",
"babel-jest": "^29.2.2",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"babel-preset-vite": "^1.0.4",
"eslint": "^8.23.1",
"eslint-plugin-jest": "^27.0.4",
"eslint": "^8.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-testing-library": "^5.6.4",
"eslint-plugin-testing-library": "^5.9.1",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.47.3",
"postcss": "^8.4.14",
"msw": "^0.47.4",
"postcss": "^8.4.18",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"pretty-quick": "^3.1.3",
"react-test-renderer": "^18.1.0",
"tailwindcss": "^3.0.24",
"vite": "^3.1.3",
"tailwindcss": "^3.2.1",
"vite": "^3.2.0",
"whatwg-fetch": "^3.6.2"
},
"husky": {
Expand Down
Loading

0 comments on commit 7752468

Please sign in to comment.