File tree 13 files changed +320
-305
lines changed
13 files changed +320
-305
lines changed Original file line number Diff line number Diff line change 6
6
ignoreDeps : [
7
7
"generouted" , // testing lib shipping JSX (new version ship transpiled JS)
8
8
"prettier" , // waiting for stable choice on ternaries
9
+ "@types/node" , // https://github.com/paulmillr/chokidar/issues/1299
9
10
] ,
10
11
}
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@8.10.5 " ,
15
+ "packageManager" : " pnpm@8.14.3 " ,
16
16
"dependencies" : {
17
- "@swc/core" : " ^1.3.96 "
17
+ "@swc/core" : " ^1.3.106 "
18
18
},
19
19
"peerDependencies" : {
20
20
"vite" : " ^4 || ^5"
21
21
},
22
22
"devDependencies" : {
23
23
"@arnaud-barre/tnode" : " ^0.19.2" ,
24
- "@playwright/test" : " ^1.39.0 " ,
24
+ "@playwright/test" : " ^1.41.1 " ,
25
25
"@types/fs-extra" : " ^11.0.4" ,
26
- "@types/node" : " ^ 20.9.0 " ,
26
+ "@types/node" : " 20.11.5 " ,
27
27
"@vitejs/release-scripts" : " ^1.3.1" ,
28
- "esbuild" : " ^0.19.5 " ,
29
- "fs-extra" : " ^11.1.1 " ,
28
+ "esbuild" : " ^0.19.12 " ,
29
+ "fs-extra" : " ^11.2.0 " ,
30
30
"picocolors" : " ^1.0.0" ,
31
31
"prettier" : " ^3.0.3" ,
32
- "typescript" : " ^5.2.2 " ,
33
- "vite" : " ^5.0.2 "
32
+ "typescript" : " ^5.3.3 " ,
33
+ "vite" : " ^5.0.12 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.37 " ,
16
- "@types/react-dom" : " ^18.2.15 " ,
15
+ "@types/react" : " ^18.2.48 " ,
16
+ "@types/react-dom" : " ^18.2.18 " ,
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.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.37 " ,
16
- "@types/react-dom" : " ^18.2.15 " ,
15
+ "@types/react" : " ^18.2.48 " ,
16
+ "@types/react-dom" : " ^18.2.18 " ,
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.11.1 " ,
11
+ "@emotion/react" : " ^11.11.3 " ,
12
12
"@emotion/styled" : " ^11.11.0" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ^18.2.37 " ,
18
- "@types/react-dom" : " ^18.2.15 " ,
17
+ "@types/react" : " ^18.2.48 " ,
18
+ "@types/react-dom" : " ^18.2.18 " ,
19
19
"@vitejs/plugin-react-swc" : " ../../dist" ,
20
- "@swc/plugin-emotion" : " ^2.5.98 "
20
+ "@swc/plugin-emotion" : " ^2.5.115 "
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.11.1 " ,
11
+ "@emotion/react" : " ^11.11.3 " ,
12
12
"@emotion/styled" : " ^11.11.0" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ^18.2.37 " ,
18
- "@types/react-dom" : " ^18.2.15 " ,
17
+ "@types/react" : " ^18.2.48 " ,
18
+ "@types/react-dom" : " ^18.2.18 " ,
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.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.37 " ,
16
- "@types/react-dom" : " ^18.2.15 " ,
15
+ "@types/react" : " ^18.2.48 " ,
16
+ "@types/react-dom" : " ^18.2.18 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@mdx-js/rollup" : " ^3.0.0" ,
16
- "@types/react" : " ^18.2.37 " ,
17
- "@types/react-dom" : " ^18.2.15 " ,
16
+ "@types/react" : " ^18.2.48 " ,
17
+ "@types/react-dom" : " ^18.2.18 " ,
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.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.37 " ,
16
- "@types/react-dom" : " ^18.2.15 " ,
15
+ "@types/react" : " ^18.2.48 " ,
16
+ "@types/react-dom" : " ^18.2.18 " ,
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.2.0" ,
12
12
"react-dom" : " ^18.2.0" ,
13
13
"react-is" : " ^18.2.0" ,
14
- "styled-components" : " ^6.1.1 "
14
+ "styled-components" : " ^6.1.8 "
15
15
},
16
16
"devDependencies" : {
17
- "@swc/plugin-styled-components" : " ^1.5.98 " ,
18
- "@types/react" : " ^18.2.37 " ,
19
- "@types/react-dom" : " ^18.2.15 " ,
20
- "@types/styled-components" : " ^5.1.30 " ,
17
+ "@swc/plugin-styled-components" : " ^1.5.115 " ,
18
+ "@types/react" : " ^18.2.48 " ,
19
+ "@types/react-dom" : " ^18.2.18 " ,
20
+ "@types/styled-components" : " ^5.1.34 " ,
21
21
"@vitejs/plugin-react-swc" : " ../../dist"
22
22
}
23
23
}
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.16.1 " ,
11
+ "@generouted/react-router" : " ^1.18.2 " ,
12
12
"generouted" : " 1.11.7" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0" ,
15
- "react-router-dom" : " ^6.18.0 "
15
+ "react-router-dom" : " ^6.21.3 "
16
16
},
17
17
"devDependencies" : {
18
- "@types/react" : " ^18.2.37 " ,
19
- "@types/react-dom" : " ^18.2.15 " ,
18
+ "@types/react" : " ^18.2.48 " ,
19
+ "@types/react-dom" : " ^18.2.18 " ,
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.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.37 " ,
16
- "@types/react-dom" : " ^18.2.15 " ,
15
+ "@types/react" : " ^18.2.48 " ,
16
+ "@types/react-dom" : " ^18.2.18 " ,
17
17
"@vitejs/plugin-react-swc" : " ../../dist"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments