diff --git a/package-lock.json b/package-lock.json index efc5acb64..b2c984da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "@types/react-dom": "^18.2.7", "@typescript-eslint/parser": "^6.5.0", "depcheck": "^1.4.3", - "eslint-config-prettier": "^8.9.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-lodash-fp": "^2.2.0-a1", "eslint-plugin-prettier": "^5.0.0", "flat": "^5.0.2", @@ -12647,9 +12647,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.9.0.tgz", - "integrity": "sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index faf314cf6..e0a68f679 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@types/react-dom": "^18.2.7", "@typescript-eslint/parser": "^6.5.0", "depcheck": "^1.4.3", - "eslint-config-prettier": "^8.9.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-lodash-fp": "^2.2.0-a1", "eslint-plugin-prettier": "^5.0.0", "flat": "^5.0.2", diff --git a/src/storyMap/components/StoryMapsCard.js b/src/storyMap/components/StoryMapsCard.js index a5d63ede7..b4890ec27 100644 --- a/src/storyMap/components/StoryMapsCard.js +++ b/src/storyMap/components/StoryMapsCard.js @@ -1,4 +1,4 @@ -/* +/* * Copyright © 2023 Technology Matters * * This program is free software: you can redistribute it and/or modify diff --git a/src/storyMap/components/StoryMapsHomeCardDefault.js b/src/storyMap/components/StoryMapsHomeCardDefault.js index 51a9731e0..f647296e4 100644 --- a/src/storyMap/components/StoryMapsHomeCardDefault.js +++ b/src/storyMap/components/StoryMapsHomeCardDefault.js @@ -1,4 +1,4 @@ -/* +/* * Copyright © 2023 Technology Matters * * This program is free software: you can redistribute it and/or modify diff --git a/src/storyMap/storyMapSlice.js b/src/storyMap/storyMapSlice.js index e86985978..78d07c08e 100644 --- a/src/storyMap/storyMapSlice.js +++ b/src/storyMap/storyMapSlice.js @@ -1,4 +1,4 @@ -/* +/* * Copyright © 2023 Technology Matters * * This program is free software: you can redistribute it and/or modify diff --git a/src/tool/components/ToolCard.js b/src/tool/components/ToolCard.js index bdfa1dd96..fae205bc4 100644 --- a/src/tool/components/ToolCard.js +++ b/src/tool/components/ToolCard.js @@ -1,4 +1,4 @@ -/* +/* * Copyright © 2023 Technology Matters * * This program is free software: you can redistribute it and/or modify