File tree Expand file tree Collapse file tree 16 files changed +1225
-454
lines changed Expand file tree Collapse file tree 16 files changed +1225
-454
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.16 .0" ,
52
+ "@eslint/js" : " 9.19 .0" ,
53
53
"@storyblok/mui" : " 0.2.0" ,
54
- "@types/node" : " 18.19.67 " ,
54
+ "@types/node" : " 18.19.74 " ,
55
55
"eslint" : " 8.57.1" ,
56
56
"eslint-config-prettier" : " 9.1.0" ,
57
- "eslint-plugin-react" : " 7.37.2 " ,
57
+ "eslint-plugin-react" : " 7.37.4 " ,
58
58
"eslint-plugin-react-hooks" : " 4.6.2" ,
59
- "eslint-plugin-react-refresh" : " 0.4.16 " ,
59
+ "eslint-plugin-react-refresh" : " 0.4.18 " ,
60
60
"eslint-plugin-vue" : " 9.32.0" ,
61
- "globals" : " 15.13 .0" ,
61
+ "globals" : " 15.14 .0" ,
62
62
"kleur" : " 4.1.5" ,
63
63
"prettier" : " ^3.4.2" ,
64
64
"prompts" : " 2.4.2" ,
65
- "semver" : " 7.6.3 " ,
65
+ "semver" : " 7.7.0 " ,
66
66
"tsx" : " 3.14.0" ,
67
- "turbo" : " 2.3.3 " ,
68
- "typescript" : " 5.7.2 " ,
69
- "typescript-eslint" : " 8.17 .0" ,
70
- "vite" : " 5.4.11 " ,
67
+ "turbo" : " 2.4.0 " ,
68
+ "typescript" : " 5.7.3 " ,
69
+ "typescript-eslint" : " 8.22 .0" ,
70
+ "vite" : " 5.4.14 " ,
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 29
29
"commander" : " ^9.5.0" ,
30
30
"dotenv" : " ^16.4.7" ,
31
31
"execa" : " ^6.1.0" ,
32
- "fs-extra" : " ^11.1 .0" ,
32
+ "fs-extra" : " ^11.3 .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.11 " ,
37
+ "vite" : " 5.4.14 " ,
38
38
"walkdir" : " ^0.4.1"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"@storyblok/field-plugin" : " 1.6.0"
14
14
},
15
15
"devDependencies" : {
16
- "vite" : " 5.4.11 " ,
16
+ "vite" : " 5.4.14 " ,
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.67 " ,
15
+ "@types/node" : " 18.19.74 " ,
16
16
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
17
17
"@typescript-eslint/parser" : " 5.62.0" ,
18
18
"eslint" : " 8.57.1" ,
19
- "eslint-plugin-prettier" : " 5.2.1 " ,
19
+ "eslint-plugin-prettier" : " 5.2.3 " ,
20
20
"prettier" : " 3.4.2" ,
21
- "typescript" : " 5.7.2 " ,
22
- "vite" : " 5.4.11 "
21
+ "typescript" : " 5.7.3 " ,
22
+ "vite" : " 5.4.14 "
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.16 .0" ,
20
+ "@eslint/js" : " ^9.19 .0" ,
21
21
"@testing-library/jest-dom" : " 6.6.3" ,
22
22
"@testing-library/react" : " 14.3.1" ,
23
- "@testing-library/user-event" : " 14.5.2 " ,
23
+ "@testing-library/user-event" : " 14.6.1 " ,
24
24
"@types/react" : " ^18.3.10" ,
25
25
"@types/react-dom" : " ^18.2.19" ,
26
26
"@vitejs/plugin-react" : " ^4.1.0" ,
27
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.16 " ,
31
- "globals" : " ^15.13 .0" ,
30
+ "eslint-plugin-react-refresh" : " ^0.4.18 " ,
31
+ "globals" : " ^15.14 .0" ,
32
32
"jsdom" : " 22.1.0" ,
33
- "typescript" : " 5.7.2 " ,
34
- "typescript-eslint" : " ^8.17 .0" ,
35
- "vite" : " 5.4.11 " ,
33
+ "typescript" : " 5.7.3 " ,
34
+ "typescript-eslint" : " ^8.22 .0" ,
35
+ "vite" : " 5.4.14 " ,
36
36
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
37
37
"vitest" : " 2.1.8"
38
38
}
Original file line number Diff line number Diff line change 16
16
"vue" : " ^2.7.14"
17
17
},
18
18
"devDependencies" : {
19
- "@rollup/plugin-node-resolve" : " 15.3.0 " ,
19
+ "@rollup/plugin-node-resolve" : " 15.3.1 " ,
20
20
"@rollup/plugin-replace" : " 5.0.7" ,
21
21
"@vitejs/plugin-vue2" : " 2.3.3" ,
22
22
"rollup" : " 3.29.5" ,
23
- "typescript" : " 5.7.2 " ,
24
- "vite" : " 5.4.11 " ,
23
+ "typescript" : " 5.7.3 " ,
24
+ "vite" : " 5.4.14 " ,
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 16
16
},
17
17
"devDependencies" : {
18
18
"@testing-library/jest-dom" : " 6.6.3" ,
19
- "@testing-library/user-event" : " 14.5.2 " ,
19
+ "@testing-library/user-event" : " 14.6.1 " ,
20
20
"@testing-library/vue" : " 8.1.0" ,
21
21
"@vitejs/plugin-vue" : " ^4.6.2" ,
22
22
"@vitest/ui" : " 2.1.8" ,
23
23
"jsdom" : " 23.0.1" ,
24
- "typescript" : " 5.7.2 " ,
25
- "vite" : " 5.4.11 " ,
24
+ "typescript" : " 5.7.3 " ,
25
+ "vite" : " 5.4.14 " ,
26
26
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
27
27
"vitest" : " 2.1.8" ,
28
- "vue-tsc" : " 2.1.6 "
28
+ "vue-tsc" : " 2.2.0 "
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.5 " ,
13
- "@emotion/styled" : " 11.13.5 " ,
12
+ "@emotion/react" : " 11.14.0 " ,
13
+ "@emotion/styled" : " 11.14.0 " ,
14
14
"@fontsource/roboto" : " 4.5.8" ,
15
- "@mui/material" : " 5.16.9 " ,
15
+ "@mui/material" : " 5.16.14 " ,
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.11 "
24
+ "vite" : " 5.4.14 "
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.67 " ,
49
- "core-js" : " 3.39 .0" ,
48
+ "@types/node" : " 18.19.74 " ,
49
+ "core-js" : " 3.40 .0" ,
50
50
"execa" : " 8.0.1" ,
51
51
"jsdom" : " 25.0.0" ,
52
- "typescript" : " 5.7.2 " ,
52
+ "typescript" : " 5.7.3 " ,
53
53
"unbuild" : " 2.0.0" ,
54
- "vite" : " 5.4.11 " ,
54
+ "vite" : " 5.4.14 " ,
55
55
"vite-plugin-dts" : " 4.2.1" ,
56
56
"vitest" : " 2.1.8"
57
57
}
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.7.2 "
14
+ "typescript" : " 5.7.3 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments