File tree Expand file tree Collapse file tree 16 files changed +837
-449
lines changed Expand file tree Collapse file tree 16 files changed +837
-449
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.16.0 " ,
53
53
"@storyblok/mui" : " 0.2.0" ,
54
- "@types/node" : " 18.19.54 " ,
54
+ "@types/node" : " 18.19.67 " ,
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.16 " ,
60
+ "eslint-plugin-vue" : " 9.32 .0" ,
61
+ "globals" : " 15.13 .0" ,
62
62
"kleur" : " 4.1.5" ,
63
- "prettier" : " ^3.3.3 " ,
63
+ "prettier" : " ^3.4.2 " ,
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.3 .3" ,
68
+ "typescript" : " 5.7 .2" ,
69
+ "typescript-eslint" : " 8.17 .0" ,
70
+ "vite" : " 5.4.11 " ,
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 27
27
},
28
28
"dependencies" : {
29
29
"commander" : " ^9.5.0" ,
30
- "dotenv" : " ^16.4.4 " ,
30
+ "dotenv" : " ^16.4.7 " ,
31
31
"execa" : " ^6.1.0" ,
32
32
"fs-extra" : " ^11.1.0" ,
33
33
"kleur" : " ^4.1.5" ,
34
34
"node-fetch" : " ^3.3.0" ,
35
35
"ora" : " 6.3.1" ,
36
36
"prompts" : " ^2.4.2" ,
37
- "vite" : " 5.4.8 " ,
37
+ "vite" : " 5.4.11 " ,
38
38
"walkdir" : " ^0.4.1"
39
39
},
40
40
"devDependencies" : {
43
43
"@types/fs-extra" : " 11.0.4" ,
44
44
"@types/prompts" : " 2.4.9" ,
45
45
"temp-dir" : " 3.0.0" ,
46
- "vitest" : " 2.1.1 "
46
+ "vitest" : " 2.1.8 "
47
47
}
48
48
}
Original file line number Diff line number Diff line change 13
13
"@storyblok/field-plugin" : " 1.4.2"
14
14
},
15
15
"devDependencies" : {
16
- "vite" : " 5.4.8 " ,
16
+ "vite" : " 5.4.11 " ,
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.67 " ,
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
- "prettier" : " 3.3.3 " ,
21
- "typescript" : " 5.6 .2" ,
22
- "vite" : " 5.4.8 "
20
+ "prettier" : " 3.4.2 " ,
21
+ "typescript" : " 5.7 .2" ,
22
+ "vite" : " 5.4.11 "
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.16.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
24
"@types/react" : " ^18.3.10" ,
25
25
"@types/react-dom" : " ^18.2.19" ,
26
26
"@vitejs/plugin-react" : " ^4.1.0" ,
27
- "@vitest/ui" : " 2.1.1 " ,
27
+ "@vitest/ui" : " 2.1.8 " ,
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.16 " ,
31
+ "globals" : " ^15.13 .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.7 .2" ,
34
+ "typescript-eslint" : " ^8.17 .0" ,
35
+ "vite" : " 5.4.11 " ,
36
36
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
37
- "vitest" : " 2.1.1 "
37
+ "vitest" : " 2.1.8 "
38
38
}
39
39
}
Original file line number Diff line number Diff line change 18
18
"devDependencies" : {
19
19
"@rollup/plugin-node-resolve" : " 15.3.0" ,
20
20
"@rollup/plugin-replace" : " 5.0.7" ,
21
- "@vitejs/plugin-vue2" : " 2.3.1 " ,
21
+ "@vitejs/plugin-vue2" : " 2.3.3 " ,
22
22
"rollup" : " 3.29.5" ,
23
- "typescript" : " 5.6 .2" ,
24
- "vite" : " 5.4.8 " ,
23
+ "typescript" : " 5.7 .2" ,
24
+ "vite" : " 5.4.11 " ,
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.8 " ,
23
23
"jsdom" : " 23.0.1" ,
24
- "typescript" : " 5.6 .2" ,
25
- "vite" : " 5.4.8 " ,
24
+ "typescript" : " 5.7 .2" ,
25
+ "vite" : " 5.4.11 " ,
26
26
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
27
- "vitest" : " 2.1.1 " ,
27
+ "vitest" : " 2.1.8 " ,
28
28
"vue-tsc" : " 2.1.6"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 9
9
"check:types" : " tsc --noEmit"
10
10
},
11
11
"dependencies" : {
12
- "@emotion/react" : " 11.13.3 " ,
13
- "@emotion/styled" : " 11.13.0 " ,
12
+ "@emotion/react" : " 11.13.5 " ,
13
+ "@emotion/styled" : " 11.13.5 " ,
14
14
"@fontsource/roboto" : " 4.5.8" ,
15
- "@mui/material" : " 5.16.7 " ,
15
+ "@mui/material" : " 5.16.9 " ,
16
16
"@storyblok/field-plugin" : " workspace:*" ,
17
17
"@storyblok/mui" : " 0.2.0" ,
18
18
"react" : " 18.3.1" ,
21
21
"devDependencies" : {
22
22
"@types/react-dom" : " ^18.2.19" ,
23
23
"@vitejs/plugin-react" : " ^3.0.0" ,
24
- "vite" : " 5.4.8 "
24
+ "vite" : " 5.4.11 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 45
45
},
46
46
"devDependencies" : {
47
47
"@types/core-js" : " 2.5.8" ,
48
- "@types/node" : " 18.19.54 " ,
49
- "core-js" : " 3.38.1 " ,
48
+ "@types/node" : " 18.19.67 " ,
49
+ "core-js" : " 3.39.0 " ,
50
50
"execa" : " 8.0.1" ,
51
51
"jsdom" : " 25.0.0" ,
52
- "typescript" : " 5.6 .2" ,
52
+ "typescript" : " 5.7 .2" ,
53
53
"unbuild" : " 2.0.0" ,
54
- "vite" : " 5.4.8 " ,
54
+ "vite" : " 5.4.11 " ,
55
55
"vite-plugin-dts" : " 4.2.1" ,
56
- "vitest" : " 2.1.1 "
56
+ "vitest" : " 2.1.8 "
57
57
}
58
58
}
Original file line number Diff line number Diff line change 11
11
"devDependencies" : {
12
12
"@types/react" : " ^18.3.10" ,
13
13
"@types/react-dom" : " ^18.2.19" ,
14
- "typescript" : " 5.6 .2"
14
+ "typescript" : " 5.7 .2"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments