File tree 13 files changed +388
-640
lines changed
13 files changed +388
-640
lines changed Original file line number Diff line number Diff line change 12
12
"qa" : " tsc && pnpm prettier-ci && pnpm build && pnpm test" ,
13
13
"release" : " pnpm build && tnode scripts/release.ts"
14
14
},
15
- "packageManager" : " pnpm@9.11.0 " ,
15
+ "packageManager" : " pnpm@9.15.3 " ,
16
16
"dependencies" : {
17
- "@swc/core" : " ^1.7.26 "
17
+ "@swc/core" : " ^1.10.6 "
18
18
},
19
19
"peerDependencies" : {
20
20
"vite" : " ^4 || ^5 || ^6"
21
21
},
22
22
"devDependencies" : {
23
- "@arnaud-barre/tnode" : " ^0.19.2 " ,
24
- "@playwright/test" : " ^1.47.2 " ,
23
+ "@arnaud-barre/tnode" : " ^0.24.0 " ,
24
+ "@playwright/test" : " ^1.49.1 " ,
25
25
"@types/fs-extra" : " ^11.0.4" ,
26
- "@types/node" : " 20.16.10 " ,
26
+ "@types/node" : " 20.17.12 " ,
27
27
"@vitejs/release-scripts" : " ^1.3.2" ,
28
- "esbuild" : " ^0.24.0 " ,
28
+ "esbuild" : " ^0.24.2 " ,
29
29
"fs-extra" : " ^11.2.0" ,
30
- "picocolors" : " ^1.1.0 " ,
30
+ "picocolors" : " ^1.1.1 " ,
31
31
"prettier" : " ^3.0.3" ,
32
- "typescript" : " ^5.6.2 " ,
33
- "vite" : " ^6.0.0 "
32
+ "typescript" : " ^5.7.3 " ,
33
+ "vite" : " ^6.0.7 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@emotion/react" : " ^11.13.3 " ,
12
- "@emotion/styled" : " ^11.13 .0" ,
11
+ "@emotion/react" : " ^11.14.0 " ,
12
+ "@emotion/styled" : " ^11.14 .0" ,
13
13
"react" : " ^18.3.1" ,
14
14
"react-dom" : " ^18.3.1"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ^18.3.10 " ,
18
- "@types/react-dom" : " ^18.3.0 " ,
17
+ "@types/react" : " ^18.3.18 " ,
18
+ "@types/react-dom" : " ^18.3.5 " ,
19
19
"@vitejs/plugin-react-swc" : " ../../dist" ,
20
- "@swc/plugin-emotion" : " ^4.0.2 "
20
+ "@swc/plugin-emotion" : " ^4.0.3 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@emotion/react" : " ^11.13.3 " ,
12
- "@emotion/styled" : " ^11.13 .0" ,
11
+ "@emotion/react" : " ^11.14.0 " ,
12
+ "@emotion/styled" : " ^11.14 .0" ,
13
13
"react" : " ^18.3.1" ,
14
14
"react-dom" : " ^18.3.1"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ^18.3.10 " ,
18
- "@types/react-dom" : " ^18.3.0 " ,
17
+ "@types/react" : " ^18.3.18 " ,
18
+ "@types/react-dom" : " ^18.3.5 " ,
19
19
"@vitejs/plugin-react-swc" : " ../../dist"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@mdx-js/rollup" : " ^3.0.1 " ,
16
- "@types/react" : " ^18.3.10 " ,
17
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@mdx-js/rollup" : " ^3.1.0 " ,
16
+ "@types/react" : " ^18.3.18 " ,
17
+ "@types/react-dom" : " ^18.3.5 " ,
18
18
"@vitejs/plugin-react-swc" : " ../../dist"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 11
11
"react" : " ^18.3.1" ,
12
12
"react-dom" : " ^18.3.1" ,
13
13
"react-is" : " ^18.3.1" ,
14
- "styled-components" : " ^6.1.13 "
14
+ "styled-components" : " ^6.1.14 "
15
15
},
16
16
"devDependencies" : {
17
- "@swc/plugin-styled-components" : " ^3.0.2 " ,
18
- "@types/react" : " ^18.3.10 " ,
19
- "@types/react-dom" : " ^18.3.0 " ,
17
+ "@swc/plugin-styled-components" : " ^3.0.3 " ,
18
+ "@types/react" : " ^18.3.18 " ,
19
+ "@types/react-dom" : " ^18.3.5 " ,
20
20
"@types/styled-components" : " ^5.1.34" ,
21
21
"@vitejs/plugin-react-swc" : " ../../dist"
22
22
}
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@generouted/react-router" : " ^1.19.6 " ,
11
+ "@generouted/react-router" : " ^1.19.9 " ,
12
12
"generouted" : " 1.11.7" ,
13
13
"react" : " ^18.3.1" ,
14
14
"react-dom" : " ^18.3.1" ,
15
- "react-router-dom" : " ^6.26.2 "
15
+ "react-router-dom" : " ^6.28.1 "
16
16
},
17
17
"devDependencies" : {
18
- "@types/react" : " ^18.3.10 " ,
19
- "@types/react-dom" : " ^18.3.0 " ,
18
+ "@types/react" : " ^18.3.18 " ,
19
+ "@types/react-dom" : " ^18.3.5 " ,
20
20
"@vitejs/plugin-react-swc" : " ../../dist"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.10 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.18 " ,
16
+ "@types/react-dom" : " ^18.3.5 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments