Skip to content

Commit 7752468

Browse files
committed
(chore) Fix warnings from running tests
1 parent 7242092 commit 7752468

File tree

4 files changed

+1177
-983
lines changed

4 files changed

+1177
-983
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,47 +28,47 @@
2828
},
2929
"dependencies": {
3030
"@tailwindcss/typography": "^0.5.2",
31-
"dayjs": "^1.11.3",
31+
"dayjs": "^1.11.6",
3232
"lodash-es": "^4.17.21",
3333
"prop-types": "^15.8.1",
3434
"react": "^18.1.0",
3535
"react-dom": "^18.1.0",
36-
"react-icons": "^4.4.0",
37-
"react-router-dom": "^6.4.0",
36+
"react-icons": "^4.6.0",
37+
"react-router-dom": "^6.4.2",
3838
"swr": "^1.3.0",
3939
"vercel-toast": "^1.5.5"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.19.1",
42+
"@babel/core": "^7.19.6",
4343
"@babel/eslint-parser": "^7.19.1",
44-
"@babel/preset-env": "^7.19.1",
44+
"@babel/preset-env": "^7.19.4",
4545
"@babel/preset-react": "^7.17.12",
4646
"@testing-library/jest-dom": "^5.16.4",
4747
"@testing-library/react": "^13.3.0",
4848
"@testing-library/user-event": "^14.2.0",
49-
"@vitejs/plugin-react": "^2.1.0",
50-
"autoprefixer": "^10.4.11",
51-
"babel-jest": "^29.0.3",
49+
"@vitejs/plugin-react": "^2.2.0",
50+
"autoprefixer": "^10.4.12",
51+
"babel-jest": "^29.2.2",
5252
"babel-plugin-transform-vite-meta-env": "^1.0.3",
5353
"babel-preset-vite": "^1.0.4",
54-
"eslint": "^8.23.1",
55-
"eslint-plugin-jest": "^27.0.4",
54+
"eslint": "^8.26.0",
55+
"eslint-plugin-jest": "^27.1.3",
5656
"eslint-plugin-jest-dom": "^4.0.2",
57-
"eslint-plugin-react": "^7.30.0",
57+
"eslint-plugin-react": "^7.31.10",
5858
"eslint-plugin-react-hooks": "^4.5.0",
59-
"eslint-plugin-testing-library": "^5.6.4",
59+
"eslint-plugin-testing-library": "^5.9.1",
6060
"husky": "^8.0.1",
61-
"jest": "^29.0.3",
62-
"jest-environment-jsdom": "^29.0.3",
61+
"jest": "^29.2.2",
62+
"jest-environment-jsdom": "^29.2.2",
6363
"jest-fetch-mock": "^3.0.3",
64-
"msw": "^0.47.3",
65-
"postcss": "^8.4.14",
64+
"msw": "^0.47.4",
65+
"postcss": "^8.4.18",
6666
"prettier": "^2.6.2",
6767
"prettier-plugin-tailwindcss": "^0.1.11",
6868
"pretty-quick": "^3.1.3",
6969
"react-test-renderer": "^18.1.0",
70-
"tailwindcss": "^3.0.24",
71-
"vite": "^3.1.3",
70+
"tailwindcss": "^3.2.1",
71+
"vite": "^3.2.0",
7272
"whatwg-fetch": "^3.6.2"
7373
},
7474
"husky": {

0 commit comments

Comments
 (0)