Compare commits

..
Author SHA1 Message Date
austin 60dc22562d Update dependency lucide-react to v1.31.0
renovate/artifacts Artifact file update failure
build-and-publish / build (pull_request) Failing after 5m53s
2026-08-14 01:54:20 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"react": "^19.2.7", "react": "^19.2.7",
"react-dom": "^19.2.7", "react-dom": "^19.2.7",
"lucide-react": "1.40.0" "lucide-react": "1.31.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "4.3.3", "@tailwindcss/vite": "4.3.3",
+2 -2
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.thebennett.platform</groupId> <groupId>net.thebennett.platform</groupId>
<artifactId>platform-parent</artifactId> <artifactId>platform-parent</artifactId>
<version>0.1.11</version> <version>0.1.10</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>net.thebennett.platform</groupId> <groupId>net.thebennett.platform</groupId>
<artifactId>platform-bom</artifactId> <artifactId>platform-bom</artifactId>
<version>0.1.11</version> <version>0.1.10</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>