File tree Expand file tree Collapse file tree 7 files changed +1123
-967
lines changed Expand file tree Collapse file tree 7 files changed +1123
-967
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
node : [18.x]
17
17
timeout-minutes : 10
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Setup Node.JS ${{ matrix.node }}
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version : ${{ matrix.node }}
24
24
cache : ' yarn'
Original file line number Diff line number Diff line change 9
9
"url" : " https://foxypanda.me/"
10
10
},
11
11
"resolutions" : {
12
- "**/typescript" : " 5.0 .2" ,
13
- "**/immer" : " 9 .0.21 "
12
+ "**/typescript" : " 5.2 .2" ,
13
+ "**/immer" : " 10 .0.3 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 50
50
}
51
51
],
52
52
"devDependencies" : {
53
- "@size-limit/preset-small-lib" : " ^9 .0.0" ,
53
+ "@size-limit/preset-small-lib" : " ^10 .0.0" ,
54
54
"@types/react" : " ^18.2.30" ,
55
55
"@types/react-dom" : " ^18.2.14" ,
56
56
"dts-cli" : " ^2.0.3" ,
57
57
"husky" : " ^8.0.3" ,
58
58
"react" : " ^18.2.0" ,
59
59
"react-dom" : " ^18.2.0" ,
60
- "size-limit" : " ^9 .0.0" ,
60
+ "size-limit" : " ^10 .0.0" ,
61
61
"tslib" : " ^2.6.2" ,
62
62
"typescript" : " ^5.2.2"
63
63
},
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 51
51
],
52
52
"devDependencies" : {
53
53
"@babel/core" : " ^7.23.2" ,
54
- "@size-limit/preset-small-lib" : " ^9 .0.0" ,
54
+ "@size-limit/preset-small-lib" : " ^10 .0.0" ,
55
55
"babel-loader" : " ^9.1.3" ,
56
56
"dts-cli" : " ^2.0.3" ,
57
57
"husky" : " ^8.0.3" ,
58
58
"prettier" : " ^3.0.3" ,
59
59
"react" : " ^18.2.0" ,
60
60
"react-dom" : " ^18.2.0" ,
61
61
"react-is" : " ^18.2.0" ,
62
- "size-limit" : " ^9 .0.0" ,
62
+ "size-limit" : " ^10 .0.0" ,
63
63
"tslib" : " ^2.6.2" ,
64
64
"typescript" : " ^5.2.2"
65
65
},
78
78
"@types/react-virtualized-auto-sizer" : " ^1.0.2" ,
79
79
"@types/react-window" : " ^1.8.7" ,
80
80
"@types/redux-watch" : " ^1.1.1" ,
81
- "@types/shortid" : " ^0.0.31 " ,
81
+ "@types/shortid" : " ^0.0.32 " ,
82
82
"classnames" : " ^2.2.6" ,
83
83
"deepmerge" : " ^4.3.0" ,
84
84
"exact-trie" : " ^1.0.13" ,
You can’t perform that action at this time.
0 commit comments