File tree 10 files changed +12999
-10192
lines changed
10 files changed +12999
-10192
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 7
16
+ version : 9
17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 16
20
+ node-version : 22
21
21
cache : ' pnpm'
22
22
- name : Check size
23
23
uses : andresz1/size-limit-action@master
@@ -32,11 +32,11 @@ jobs:
32
32
- name : Install pnpm
33
33
uses : pnpm/action-setup@v2
34
34
with :
35
- version : 7
35
+ version : 9
36
36
- name : Install Node.js
37
37
uses : actions/setup-node@v3
38
38
with :
39
- node-version : 16
39
+ node-version : 22
40
40
cache : ' pnpm'
41
41
- name : Install dependencies
42
42
run : pnpm install
@@ -54,11 +54,11 @@ jobs:
54
54
- name : Install pnpm
55
55
uses : pnpm/action-setup@v2
56
56
with :
57
- version : 7
57
+ version : 9
58
58
- name : Install Node.js
59
59
uses : actions/setup-node@v3
60
60
with :
61
- node-version : 16
61
+ node-version : 22
62
62
cache : ' pnpm'
63
63
- name : Install dependencies
64
64
run : pnpm install
71
71
- name : Checkout the repository
72
72
uses : actions/checkout@v3
73
73
- name : Check editorconfig
74
- uses : editorconfig-checker/action-editorconfig-checker@v1
74
+ uses : editorconfig-checker/action-editorconfig-checker@main
75
75
website :
76
76
runs-on : ubuntu-latest
77
77
name : website
@@ -81,11 +81,11 @@ jobs:
81
81
- name : Install pnpm
82
82
uses : pnpm/action-setup@v2
83
83
with :
84
- version : 7
84
+ version : 9
85
85
- name : Install Node.js
86
86
uses : actions/setup-node@v3
87
87
with :
88
- node-version : 16
88
+ node-version : 22
89
89
cache : ' pnpm'
90
90
- name : Install dependencies
91
91
run : pnpm install
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- name : Install pnpm
15
15
uses : pnpm/action-setup@v2
16
16
with :
17
- version : 7
17
+ version : 9
18
18
- name : Install Node.js
19
19
uses : actions/setup-node@v3
20
20
with :
21
- node-version : 16
21
+ node-version : 22
22
22
cache : ' pnpm'
23
23
- name : Install dependencies
24
24
run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Install pnpm
13
13
uses : pnpm/action-setup@v2
14
14
with :
15
- version : 7
15
+ version : 9
16
16
- name : Install Node.js
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 16
19
+ node-version : 22
20
20
cache : ' pnpm'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
- name : Install dependencies
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ nodejs 22.4.1
2
+ pnpm 9.9.0
Original file line number Diff line number Diff line change 86
86
"@types/testing-library__jest-dom" : " ^5.14.5" ,
87
87
"@typescript-eslint/eslint-plugin" : " ^5.0.0" ,
88
88
"@typescript-eslint/parser" : " ^5.0.0" ,
89
- "@vitejs/plugin-react" : " ^3.0.0 " ,
90
- "@vitest/coverage-c8 " : " ^0.27.0 " ,
89
+ "@vitejs/plugin-react" : " ^4.3.4 " ,
90
+ "@vitest/coverage-v8 " : " ^2.1.8 " ,
91
91
"browserslist" : " ^4.17.3" ,
92
92
"chart.js" : " ^4.1.1" ,
93
93
"chartjs-adapter-date-fns" : " ^3.0.0" ,
107
107
"eslint-plugin-promise" : " ^5.1.0" ,
108
108
"eslint-plugin-react" : " ^7.17.0" ,
109
109
"faker" : " ^5.5.3" ,
110
- "jsdom " : " ^21.0 .0" ,
110
+ "happy-dom " : " ^16.1 .0" ,
111
111
"nano-staged" : " ^0.8.0" ,
112
112
"prettier" : " ^2.0.4" ,
113
113
"react" : " ^18.0.0" ,
121
121
"standard-version" : " ^9.3.1" ,
122
122
"tsd" : " ^0.25.0" ,
123
123
"typescript" : " ^4.9.4" ,
124
- "vite" : " ^4 .0.0 " ,
125
- "vitest" : " ^0.27.0 " ,
126
- "vitest-canvas-mock" : " ^0.2.1 "
124
+ "vite" : " ^6 .0.6 " ,
125
+ "vitest" : " ^2.1.8 " ,
126
+ "vitest-canvas-mock" : " ^0.3.3 "
127
127
},
128
128
"tsd" : {
129
129
"directory" : " ./test" ,
You can’t perform that action at this time.
0 commit comments