Skip to content

Commit c4855f4

Browse files
Update minor updates
1 parent 079515b commit c4855f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"pnpm": "^9.0.0"
99
},
1010
"volta":{
11-
"node": "20.18.0",
12-
"pnpm": "9.12.2"
11+
"node": "20.18.1",
12+
"pnpm": "9.14.4"
1313
},
1414
"dependencies": {
1515
"zod": "3.23.8"
1616
},
1717
"devDependencies": {
18-
"@types/react-dom": "18.1.0"
18+
"@types/react-dom": "18.3.2"
1919
}
2020
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<dependency>
1818
<groupId>org.slf4j</groupId>
1919
<artifactId>slf4j-api</artifactId>
20-
<version>1.7.30</version>
20+
<version>1.7.36</version>
2121
</dependency>
2222

2323
<dependency>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>apache-maven</artifactId>
26-
<version>3.9.2</version>
26+
<version>3.9.9</version>
2727
<type>pom</type>
2828
</dependency>
2929
</dependencies>

0 commit comments

Comments
 (0)