File tree Expand file tree Collapse file tree 16 files changed +1314
-441
lines changed Expand file tree Collapse file tree 16 files changed +1314
-441
lines changed Original file line number Diff line number Diff line change 62
62
"devDependencies" : {
63
63
"@storyblok/mui" : " 0.2.0" ,
64
64
"@types/jest" : " 29.5.12" ,
65
- "@types/node" : " 18.19.17 " ,
65
+ "@types/node" : " 18.19.39 " ,
66
66
"@typescript-eslint/eslint-plugin" : " ^5.30.7" ,
67
67
"@typescript-eslint/parser" : " ^5.30.7" ,
68
68
"eslint" : " 8.56.0" ,
72
72
"jest" : " 29.7.0" ,
73
73
"jest-environment-jsdom" : " 29.7.0" ,
74
74
"kleur" : " 4.1.5" ,
75
- "prettier" : " ^3.2.5 " ,
75
+ "prettier" : " ^3.3.2 " ,
76
76
"prompts" : " 2.4.2" ,
77
- "semver" : " 7.6.0 " ,
78
- "ts-jest" : " 29.1.2 " ,
77
+ "semver" : " 7.6.2 " ,
78
+ "ts-jest" : " 29.1.5 " ,
79
79
"tsx" : " 3.14.0" ,
80
- "typescript" : " ^5.3.3 " ,
81
- "vite" : " 5.1.3 " ,
80
+ "typescript" : " ^5.5.2 " ,
81
+ "vite" : " 5.3.2 " ,
82
82
"vite-plugin-dts" : " 1.7.3" ,
83
83
"zx" : " 7.2.3"
84
84
}
Original file line number Diff line number Diff line change 32
32
"node-fetch" : " ^3.3.0" ,
33
33
"ora" : " 6.3.1" ,
34
34
"prompts" : " ^2.4.2" ,
35
- "vite" : " ^5.1.3 " ,
35
+ "vite" : " ^5.3.2 " ,
36
36
"walkdir" : " ^0.4.1"
37
37
},
38
38
"devDependencies" : {
39
39
"@types/execa" : " 2.0.0" ,
40
40
"@types/fs-extra" : " 11.0.4" ,
41
41
"@types/prompts" : " 2.4.9" ,
42
42
"temp-dir" : " 3.0.0" ,
43
- "vitest" : " 1.3 .0"
43
+ "vitest" : " 1.6 .0"
44
44
}
45
45
}
Original file line number Diff line number Diff line change 15
15
},
16
16
"devDependencies" : {
17
17
"eslint" : " latest" ,
18
- "vite" : " ^5.1.3 " ,
18
+ "vite" : " ^5.3.2 " ,
19
19
"vite-plugin-css-injected-by-js" : " 2.4.0"
20
20
}
21
21
}
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.17 " ,
15
+ "@types/node" : " 18.19.39 " ,
16
16
"@typescript-eslint/eslint-plugin" : " 5.45.0" ,
17
17
"@typescript-eslint/parser" : " 5.45.0" ,
18
18
"eslint" : " 8.56.0" ,
19
19
"eslint-plugin-prettier" : " 5.1.3" ,
20
- "prettier" : " 3.2.5 " ,
21
- "typescript" : " 5.3.3 " ,
22
- "vite" : " ^5.1.3 "
20
+ "prettier" : " 3.3.2 " ,
21
+ "typescript" : " 5.5.2 " ,
22
+ "vite" : " ^5.3.2 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@storyblok/field-plugin" : " 1.1.2" ,
15
- "react" : " ^18.2.0 " ,
16
- "react-dom" : " ^18.2.0 "
15
+ "react" : " ^18.3.1 " ,
16
+ "react-dom" : " ^18.3.1 "
17
17
},
18
18
"devDependencies" : {
19
- "@testing-library/jest-dom" : " 6.4.2 " ,
20
- "@testing-library/react" : " 14.2 .1" ,
19
+ "@testing-library/jest-dom" : " 6.4.6 " ,
20
+ "@testing-library/react" : " 14.3 .1" ,
21
21
"@testing-library/user-event" : " 14.5.2" ,
22
- "@types/react" : " ^18.2.56 " ,
23
- "@types/react-dom" : " ^18.2.19 " ,
22
+ "@types/react" : " ^18.3.3 " ,
23
+ "@types/react-dom" : " ^18.3.0 " ,
24
24
"@typescript-eslint/eslint-plugin" : " 6.1.0" ,
25
25
"@typescript-eslint/parser" : " 6.1.0" ,
26
26
"@vitejs/plugin-react" : " ^4.1.0" ,
27
- "@vitest/ui" : " 1.3 .0" ,
27
+ "@vitest/ui" : " 1.6 .0" ,
28
28
"eslint" : " latest" ,
29
- "eslint-plugin-react" : " 7.33.2 " ,
29
+ "eslint-plugin-react" : " 7.34.3 " ,
30
30
"jsdom" : " 22.1.0" ,
31
- "typescript" : " 5.3.3 " ,
32
- "vite" : " 5.1.3 " ,
31
+ "typescript" : " 5.5.2 " ,
32
+ "vite" : " 5.3.2 " ,
33
33
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
34
- "vitest" : " 1.3 .0"
34
+ "vitest" : " 1.6 .0"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"@rollup/plugin-node-resolve" : " 15.2.3" ,
20
- "@rollup/plugin-replace" : " 5.0.5 " ,
20
+ "@rollup/plugin-replace" : " 5.0.7 " ,
21
21
"@vitejs/plugin-vue2" : " 2.3.1" ,
22
22
"rollup" : " 3.29.4" ,
23
- "typescript" : " 5.3.3 " ,
24
- "vite" : " ^5.1.3 " ,
23
+ "typescript" : " 5.5.2 " ,
24
+ "vite" : " ^5.3.2 " ,
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.4.2 " ,
18
+ "@testing-library/jest-dom" : " 6.4.6 " ,
19
19
"@testing-library/user-event" : " 14.5.2" ,
20
- "@testing-library/vue" : " 8.0.2 " ,
20
+ "@testing-library/vue" : " 8.1.0 " ,
21
21
"@vitejs/plugin-vue" : " ^4.6.2" ,
22
- "@vitest/ui" : " 1.3 .0" ,
22
+ "@vitest/ui" : " 1.6 .0" ,
23
23
"jsdom" : " 23.0.1" ,
24
- "typescript" : " 5.3.3 " ,
25
- "vite" : " ^5.1.3 " ,
24
+ "typescript" : " 5.5.2 " ,
25
+ "vite" : " ^5.3.2 " ,
26
26
"vite-plugin-css-injected-by-js" : " 3.1.0" ,
27
- "vitest" : " 1.3 .0" ,
27
+ "vitest" : " 1.6 .0" ,
28
28
"vue-tsc" : " 1.8.27"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 11
11
"check:types" : " tsc --noEmit"
12
12
},
13
13
"dependencies" : {
14
- "@emotion/react" : " 11.11.3 " ,
15
- "@emotion/styled" : " 11.11.0 " ,
14
+ "@emotion/react" : " 11.11.4 " ,
15
+ "@emotion/styled" : " 11.11.5 " ,
16
16
"@fontsource/roboto" : " 4.5.8" ,
17
- "@mui/material" : " 5.15.10 " ,
17
+ "@mui/material" : " 5.15.21 " ,
18
18
"@storyblok/field-plugin" : " workspace:*" ,
19
19
"@storyblok/mui" : " 0.2.0" ,
20
- "react" : " 18.2.0 " ,
21
- "react-dom" : " 18.2.0 "
20
+ "react" : " 18.3.1 " ,
21
+ "react-dom" : " 18.3.1 "
22
22
},
23
23
"devDependencies" : {
24
- "@types/react-dom" : " ^18.2.19 " ,
24
+ "@types/react-dom" : " ^18.3.0 " ,
25
25
"@vitejs/plugin-react" : " ^3.0.0" ,
26
26
"eslint" : " ^8.56.0" ,
27
- "eslint-plugin-react" : " ^7.33.2 " ,
28
- "eslint-plugin-react-hooks" : " ^4.6.0 " ,
29
- "vite" : " ^5.1.3 "
27
+ "eslint-plugin-react" : " ^7.34.3 " ,
28
+ "eslint-plugin-react-hooks" : " ^4.6.2 " ,
29
+ "vite" : " ^5.3.2 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"@storyblok/field-plugin" : " workspace:*" ,
11
- "react" : " ^18.2.0 " ,
12
- "react-dom" : " ^18.2.0 "
11
+ "react" : " ^18.3.1 " ,
12
+ "react-dom" : " ^18.3.1 "
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.2.56 " ,
16
- "@types/react-dom" : " ^18.2.19 " ,
15
+ "@types/react" : " ^18.3.3 " ,
16
+ "@types/react-dom" : " ^18.3.0 " ,
17
17
"@typescript-eslint/eslint-plugin" : " ^5.59.0" ,
18
18
"@typescript-eslint/parser" : " ^5.59.0" ,
19
19
"eslint" : " ^8.56.0" ,
20
- "eslint-plugin-react-hooks" : " ^4.6.0 " ,
21
- "eslint-plugin-react-refresh" : " ^0.4.5 " ,
22
- "typescript" : " ^5.3.3 "
20
+ "eslint-plugin-react-hooks" : " ^4.6.2 " ,
21
+ "eslint-plugin-react-refresh" : " ^0.4.7 " ,
22
+ "typescript" : " ^5.5.2 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
6
6
"devDependencies" : {
7
- "typescript" : " ^5.3.3 "
7
+ "typescript" : " ^5.5.2 "
8
8
},
9
9
"dependencies" : {
10
10
"@storyblok/field-plugin" : " workspace:*" ,
11
- "vitest" : " 1.3 .0"
11
+ "vitest" : " 1.6 .0"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments