File tree Expand file tree Collapse file tree 7 files changed +4905
-4862
lines changed Expand file tree Collapse file tree 7 files changed +4905
-4862
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' classic-react-hooks ' : patch
3
+ ---
4
+
5
+ Upgrade development dependencies
6
+
7
+ - [ 50bd2d9] build: update dependencies version
8
+ - [ e2495cb] dep: update vite dependency and rename vite config to latest version
Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
- node : ['16.x', '18.x', ' 20.x']
14
+ node : ['20.x']
15
15
os : [ubuntu-latest]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
21
node-version : ${{ matrix.node }}
22
22
23
23
- uses : pnpm/action-setup@v4
24
24
# with:
25
25
# version: 8
26
- - uses : actions/setup-node@v3
26
+ - uses : actions/setup-node@v4
27
27
with :
28
- node-version : 16 .x
28
+ node-version : 20 .x
29
29
cache : ' pnpm'
30
30
31
31
- run : pnpm install --no-frozen-lockfile
Original file line number Diff line number Diff line change 20
20
- uses : pnpm/action-setup@v4
21
21
# with:
22
22
# version: 8
23
- - uses : actions/setup-node@v3
23
+ - uses : actions/setup-node@v4
24
24
with :
25
25
node-version : ${{ matrix.node }}
26
26
cache : ' pnpm'
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
on : [pull_request]
3
3
jobs :
4
- size :
4
+ test :
5
5
runs-on : ubuntu-latest
6
6
env :
7
7
CI_JOB_NUMBER : 1
Original file line number Diff line number Diff line change 53
53
"@types/react" : " ^18.0.38" ,
54
54
"@types/react-dom" : " ^18.0.11" ,
55
55
"@types/testing-library__jest-dom" : " ^5.14.5" ,
56
- "@vitejs/plugin-react" : " ^4.0.0 " ,
57
- "@vitest/coverage-istanbul" : " ^0.30.1 " ,
56
+ "@vitejs/plugin-react" : " ^4.3.1 " ,
57
+ "@vitest/coverage-istanbul" : " ^2.0.3 " ,
58
58
"jsdom" : " ^21.1.1" ,
59
59
"prettier" : " ^2.8.7" ,
60
60
"react-dom" : " ^18.2.0" ,
63
63
"ts-node" : " ^10.9.1" ,
64
64
"tsup" : " ^6.7.0" ,
65
65
"typescript" : " ^5.0.4" ,
66
- "vite" : " 4 .3.1 " ,
67
- "vitest" : " ^0.30.1 "
66
+ "vite" : " 5 .3.3 " ,
67
+ "vitest" : " ^2.0.3 "
68
68
},
69
69
"engines" : {
70
70
"node" : " >=16.14.0" ,
90
90
"path" : " dist/index.js" ,
91
91
"limit" : " 10 KB"
92
92
}
93
- ]
93
+ ],
94
+ "pnpm" : {
95
+ "overrides" : {
96
+ "@adobe/css-tools@<4.3.1" : " >=4.3.1" ,
97
+ "@adobe/css-tools@<4.3.2" : " >=4.3.2" ,
98
+ "semver@>=7.0.0 <7.5.2" : " >=7.5.2" ,
99
+ "semver@<5.7.2" : " >=5.7.2" ,
100
+ "ws@>=8.0.0 <8.17.1" : " >=8.17.1" ,
101
+ "word-wrap@<1.2.4" : " >=1.2.4" ,
102
+ "tough-cookie@<4.1.3" : " >=4.1.3" ,
103
+ "braces@<3.0.3" : " >=3.0.3"
104
+ }
105
+ }
94
106
}
You can’t perform that action at this time.
0 commit comments