File tree 8 files changed +673
-272
lines changed
8 files changed +673
-272
lines changed Original file line number Diff line number Diff line change 24
24
"clean" : " rimraf dist"
25
25
},
26
26
"devDependencies" : {
27
- "@babel/core" : " ^7.26.10 " ,
28
- "@babel/plugin-transform-object-rest-spread" : " ^7.25.9 "
27
+ "@babel/core" : " ^7.27.1 " ,
28
+ "@babel/plugin-transform-object-rest-spread" : " ^7.27.2 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 26
26
"react-compiler-runtime" : " rc"
27
27
},
28
28
"devDependencies" : {
29
- "@types/react" : " ^19.0.12 " ,
29
+ "@types/react" : " ^19.1.3 " ,
30
30
"babel-plugin-react-compiler" : " rc" ,
31
31
"react" : " ^18.3.1"
32
32
},
Original file line number Diff line number Diff line change 23
23
"build" : " pkg build --strict --check --clean"
24
24
},
25
25
"devDependencies" : {
26
- "@types/react" : " ^19.0.12 " ,
26
+ "@types/react" : " ^19.1.3 " ,
27
27
"babel-plugin-react-compiler" : " rc" ,
28
28
"react" : " ^19.1.0"
29
29
},
Original file line number Diff line number Diff line change 12
12
"start" : " astro dev"
13
13
},
14
14
"devDependencies" : {
15
- "astro" : " ^5.5.6 " ,
15
+ "astro" : " ^5.7.12 " ,
16
16
"dummy-commonjs" : " workspace:*" ,
17
17
"dummy-module" : " workspace:*"
18
18
}
Original file line number Diff line number Diff line change 9
9
"dev" : " next dev --turbo"
10
10
},
11
11
"devDependencies" : {
12
- "@types/react" : " ^19.0.12 " ,
12
+ "@types/react" : " ^19.1.3 " ,
13
13
"dummy-module" : " workspace:*" ,
14
- "next" : " ^15.2.4 " ,
14
+ "next" : " ^15.3.2 " ,
15
15
"react" : " ^19.1.0" ,
16
16
"react-dom" : " ^19.1.0" ,
17
17
"use-client-directive" : " workspace:*"
Original file line number Diff line number Diff line change 48
48
"prepublishOnly" : " npm run build"
49
49
},
50
50
"devDependencies" : {
51
- "@types/react" : " ^19.0.12 " ,
51
+ "@types/react" : " ^19.1.3 " ,
52
52
"babel-plugin-react-compiler" : " rc" ,
53
53
"babel-plugin-styled-components" : " ^2.1.4" ,
54
54
"react" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 25
25
"clean" : " rimraf dist"
26
26
},
27
27
"devDependencies" : {
28
- "@types/react" : " ^19.0.12 " ,
28
+ "@types/react" : " ^19.1.3 " ,
29
29
"react" : " ^19.1.0"
30
30
},
31
31
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments