diff --git a/package-lock.json b/package-lock.json index f6524bec6..76868c6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "axios": "^1.4.0", "babel-plugin-macros": "^3.1.0", "devicon": "^2.15.1", - "framer-motion": "^10.15.1", + "framer-motion": "^10.16.0", "js-cookie": "^3.0.5", "next": "^12.3", "next-compose-plugins": "^2.2.1", @@ -59,7 +59,6 @@ "@typescript-eslint/parser": "^6.4.0", "eslint": "^8.47.0", "eslint-config-next": "^13.4.16", - "eslint-config-prettier": "^9.0.0", "file-loader": "^6.2.0", "jest": "^29.6.2", @@ -3359,7 +3358,6 @@ "version": "13.4.16", "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.16.tgz", "integrity": "sha512-QuFtQl+oSEEQb0HMYBdvBoUaTiMxbY3go/MFkF3zOnfY0t84+IbAX78cw8ZCfr6cA6UcTq3nMIlCrHwDC/moxg==", - "dev": true, "dependencies": { "glob": "7.1.7" @@ -7426,7 +7424,6 @@ "dev": true, "dependencies": { "@next/eslint-plugin-next": "13.4.16", - "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", "eslint-import-resolver-node": "^0.3.6", @@ -8319,9 +8316,9 @@ } }, "node_modules/framer-motion": { - "version": "10.15.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.1.tgz", - "integrity": "sha512-6avJj/Uftblw0fMmo6jDHkKRH4TBdkMX/FiyR3G/hFe3hQHE4BUNJCqlMPKg9EzfI5jyqDOwO5oDnU+bW5y0eg==", + "version": "10.16.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.0.tgz", + "integrity": "sha512-R+88Mkr/1dr7XHjacwptfJyrywRzQ1HZX3YSZtN4tFMBq1O8GGCbDEv31Nf/H08o0hUXLC87GkxsR/1bZgwXfw==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 1e97c949e..288e0fec7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "axios": "^1.4.0", "babel-plugin-macros": "^3.1.0", "devicon": "^2.15.1", - "framer-motion": "^10.15.1", + "framer-motion": "^10.16.0", "js-cookie": "^3.0.5", "next": "^12.3", "next-compose-plugins": "^2.2.1",