diff --git a/examples/react_dashboard/package-lock.json b/examples/react_dashboard/package-lock.json index 9ef3f19..d10c63c 100644 --- a/examples/react_dashboard/package-lock.json +++ b/examples/react_dashboard/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^6.2.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^8.45.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -2420,13 +2420,17 @@ } }, "node_modules/eslint-config-prettier": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", - "integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", + "version": "10.1.8", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", + "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, + "funding": { + "url": "https://opencollective.com/eslint-config-prettier" + }, "peerDependencies": { "eslint": ">=7.0.0" } diff --git a/examples/react_dashboard/package.json b/examples/react_dashboard/package.json index e84922d..303b8fb 100644 --- a/examples/react_dashboard/package.json +++ b/examples/react_dashboard/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^6.2.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^8.45.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0",