We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079515b commit 96dd987Copy full SHA for 96dd987
package.json
@@ -9,12 +9,12 @@
9
},
10
"volta":{
11
"node": "20.18.0",
12
- "pnpm": "9.12.2"
+ "pnpm": "9.12.3"
13
14
"dependencies": {
15
"zod": "3.23.8"
16
17
"devDependencies": {
18
- "@types/react-dom": "18.1.0"
+ "@types/react-dom": "18.3.1"
19
}
20
pom.xml
@@ -17,13 +17,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.30</version>
+ <version>1.7.36</version>
21
</dependency>
22
23
24
<groupId>org.apache.maven</groupId>
25
<artifactId>apache-maven</artifactId>
26
- <version>3.9.2</version>
+ <version>3.9.9</version>
27
<type>pom</type>
28
29
</dependencies>
0 commit comments