diff --git a/package-lock.json b/package-lock.json index bff4c9e..b575f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,15 +18,13 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", - "@types/react": "18.0.26", + "@types/react": "18.0.35", "autoprefixer": "^10.4.13", "eslint-config-prettier": "^8.6.0", "eslint-plugin-testing-library": "^5.9.1", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "postcss": "^8.4.20", - "prettier": "^2.8.0", - "prettier-plugin-tailwindcss": "^0.2.1", "prettier": "^2.8.3", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.4", @@ -1834,9 +1832,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.0.26", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.26.tgz", - "integrity": "sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==", + "version": "18.0.35", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.35.tgz", + "integrity": "sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==", "dev": true, "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 0d997c0..5b7fb72 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", - "@types/react": "18.0.26", + "@types/react": "18.0.35", "autoprefixer": "^10.4.13", "eslint-config-prettier": "^8.6.0", "eslint-plugin-testing-library": "^5.9.1",