File tree Expand file tree Collapse file tree 16 files changed +695
-382
lines changed Expand file tree Collapse file tree 16 files changed +695
-382
lines changed Original file line number Diff line number Diff line change 49
49
"bump-version" : " ./scripts/bump-version.ts"
50
50
},
51
51
"devDependencies" : {
52
- "@eslint/js" : " 9.11.1 " ,
52
+ "@eslint/js" : " 9.13.0 " ,
53
53
"@storyblok/mui" : " 0.2.0" ,
54
- "@types/node" : " 18.19.54 " ,
54
+ "@types/node" : " 18.19.63 " ,
55
55
"eslint" : " 8.57.1" ,
56
56
"eslint-config-prettier" : " 9.1.0" ,
57
- "eslint-plugin-react" : " 7.37.0 " ,
57
+ "eslint-plugin-react" : " 7.37.2 " ,
58
58
"eslint-plugin-react-hooks" : " 4.6.2" ,
59
- "eslint-plugin-react-refresh" : " 0.4.12 " ,
60
- "eslint-plugin-vue" : " 9.28 .0" ,
61
- "globals" : " 15.9 .0" ,
59
+ "eslint-plugin-react-refresh" : " 0.4.14 " ,
60
+ "eslint-plugin-vue" : " 9.30 .0" ,
61
+ "globals" : " 15.11 .0" ,
62
62
"kleur" : " 4.1.5" ,
63
63
"prettier" : " ^3.3.3" ,
64
64
"prompts" : " 2.4.2" ,
65
65
"semver" : " 7.6.3" ,
66
66
"tsx" : " 3.14.0" ,
67
- "turbo" : " 2.1 .3" ,
68
- "typescript" : " 5.6.2 " ,
69
- "typescript-eslint" : " 8.8.0 " ,
70
- "vite" : " 5.4.8 " ,
67
+ "turbo" : " 2.2 .3" ,
68
+ "typescript" : " 5.6.3 " ,
69
+ "typescript-eslint" : " 8.12.2 " ,
70
+ "vite" : " 5.4.10 " ,
71
71
"vite-plugin-dts" : " 1.7.3" ,
72
72
"vue-eslint-parser" : " 9.4.3" ,
73
73
"zx" : " 7.2.3"
Original file line number Diff line number Diff line change 33
33
"node-fetch" : " ^3.3.0" ,
34
34
"ora" : " 6.3.1" ,
35
35
"prompts" : " ^2.4.2" ,
36
- "vite" : " 5.4.8 " ,
36
+ "vite" : " 5.4.10 " ,
37
37
"walkdir" : " ^0.4.1"
38
38
},
39
39
"devDependencies" : {
42
42
"@types/fs-extra" : " 11.0.4" ,
43
43
"@types/prompts" : " 2.4.9" ,
44
44
"temp-dir" : " 3.0.0" ,
45
- "vitest" : " 2.1.1 "
45
+ "vitest" : " 2.1.4 "
46
46
}
47
47
}
Original file line number Diff line number Diff line change 13
13
"@storyblok/field-plugin" : " 1.3.0"
14
14
},
15
15
"devDependencies" : {
16
- "vite" : " 5.4.8 " ,
16
+ "vite" : " 5.4.10 " ,
17
17
"vite-plugin-css-injected-by-js" : " 2.4.0"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 12
12
"format" : " prettier . --write"
13
13
},
14
14
"devDependencies" : {
15
- "@types/node" : " 18.19.54 " ,
15
+ "@types/node" : " 18.19.63 " ,
16
16
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
17
17
"@typescript-eslint/parser" : " 5.62.0" ,
18
18
"eslint" : " 8.57.1" ,
19
19
"eslint-plugin-prettier" : " 5.2.1" ,
20
20
"prettier" : " 3.3.3" ,
21
- "typescript" : " 5.6.2 " ,
22
- "vite" : " 5.4.8 "
21
+ "typescript" : " 5.6.3 " ,
22
+ "vite" : " 5.4.10 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 17
17
"react-dom" : " ^18.3.1"
18
18
},
19
19
"devDependencies" : {
20
- "@eslint/js" : " ^9.11.1 " ,
21
- "@testing-library/jest-dom" : " 6.5.0 " ,
20
+ "@eslint/js" : " ^9.13.0 " ,
21
+ "@testing-library/jest-dom" : " 6.6.3 " ,
22
22
"@testing-library/react" : " 14.3.1" ,
23
23
"@testing-library/user-event" : " 14.5.2" ,
24
- "@types/react" : " ^18.3.10 " ,
25
- "@types/react-dom" : " ^18.2.19 " ,
24
+ "@types/react" : " ^18.3.12 " ,
25
+ "@types/react-dom" : " ^18.3.1 " ,
26
26
"@vitejs/plugin-react" : " ^4.1.0" ,
27
- "@vitest/ui" : " 2.1.1 " ,
27
+ "@vitest/ui" : " 2.1.4 " ,
28
28
"eslint" : " ^8.57.1" ,
29
29
"eslint-plugin-react-hooks" : " ^5.1.0-rc.0" ,
30
- "eslint-plugin-react-refresh" : " ^0.4.9 " ,
31
- "globals" : " ^15.9 .0" ,
30
+ "eslint-plugin-react-refresh" : " ^0.4.14 " ,
31
+ "globals" : " ^15.11 .0" ,
32
32
"jsdom" : " 22.1.0" ,
33
- "typescript" : " 5.6.2 " ,
34
- "typescript-eslint" : " ^8.8.0 " ,
35
- "vite" : " 5.4.8 " ,
33
+ "typescript" : " 5.6.3 " ,
34
+ "typescript-eslint" : " ^8.12.2 " ,
35
+ "vite" : " 5.4.10 " ,
36
36
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
37
- "vitest" : " 2.1.1 "
37
+ "vitest" : " 2.1.4 "
38
38
}
39
39
}
Original file line number Diff line number Diff line change 20
20
"@rollup/plugin-replace" : " 5.0.7" ,
21
21
"@vitejs/plugin-vue2" : " 2.3.1" ,
22
22
"rollup" : " 3.29.5" ,
23
- "typescript" : " 5.6.2 " ,
24
- "vite" : " 5.4.8 " ,
23
+ "typescript" : " 5.6.3 " ,
24
+ "vite" : " 5.4.10 " ,
25
25
"vite-plugin-css-injected-by-js" : " 2.4.0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 15
15
"vue" : " ^3.2.47"
16
16
},
17
17
"devDependencies" : {
18
- "@testing-library/jest-dom" : " 6.5.0 " ,
18
+ "@testing-library/jest-dom" : " 6.6.3 " ,
19
19
"@testing-library/user-event" : " 14.5.2" ,
20
20
"@testing-library/vue" : " 8.1.0" ,
21
21
"@vitejs/plugin-vue" : " ^4.6.2" ,
22
- "@vitest/ui" : " 2.1.1 " ,
22
+ "@vitest/ui" : " 2.1.4 " ,
23
23
"jsdom" : " 23.0.1" ,
24
- "typescript" : " 5.6.2 " ,
25
- "vite" : " 5.4.8 " ,
24
+ "typescript" : " 5.6.3 " ,
25
+ "vite" : " 5.4.10 " ,
26
26
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
27
- "vitest" : " 2.1.1 " ,
28
- "vue-tsc" : " 2.1.6 "
27
+ "vitest" : " 2.1.4 " ,
28
+ "vue-tsc" : " 2.1.10 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 19
19
"react-dom" : " 18.3.1"
20
20
},
21
21
"devDependencies" : {
22
- "@types/react-dom" : " ^18.2.19 " ,
22
+ "@types/react-dom" : " ^18.3.1 " ,
23
23
"@vitejs/plugin-react" : " ^3.0.0" ,
24
- "vite" : " 5.4.8 "
24
+ "vite" : " 5.4.10 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 44
44
},
45
45
"devDependencies" : {
46
46
"@types/core-js" : " 2.5.8" ,
47
- "@types/node" : " 18.19.54 " ,
48
- "core-js" : " 3.38.1 " ,
47
+ "@types/node" : " 18.19.63 " ,
48
+ "core-js" : " 3.39.0 " ,
49
49
"execa" : " 8.0.1" ,
50
50
"jsdom" : " 25.0.0" ,
51
- "typescript" : " 5.6.2 " ,
51
+ "typescript" : " 5.6.3 " ,
52
52
"unbuild" : " 2.0.0" ,
53
- "vite" : " 5.4.8 " ,
53
+ "vite" : " 5.4.10 " ,
54
54
"vite-plugin-dts" : " 4.2.1" ,
55
- "vitest" : " 2.1.1 "
55
+ "vitest" : " 2.1.4 "
56
56
}
57
57
}
Original file line number Diff line number Diff line change 9
9
"react-dom" : " ^18.3.1"
10
10
},
11
11
"devDependencies" : {
12
- "@types/react" : " ^18.3.10 " ,
13
- "@types/react-dom" : " ^18.2.19 " ,
14
- "typescript" : " 5.6.2 "
12
+ "@types/react" : " ^18.3.12 " ,
13
+ "@types/react-dom" : " ^18.3.1 " ,
14
+ "typescript" : " 5.6.3 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments