File tree 4 files changed +98
-118
lines changed
4 files changed +98
-118
lines changed Original file line number Diff line number Diff line change 21
21
"build:react" : " yarn workspace @skyra/discord-components-react build"
22
22
},
23
23
"devDependencies" : {
24
- "@commitlint/cli" : " ^19.2.0 " ,
24
+ "@commitlint/cli" : " ^19.2.1 " ,
25
25
"@commitlint/config-conventional" : " ^19.1.0" ,
26
26
"@lerna-lite/cli" : " ^3.3.1" ,
27
27
"@lerna-lite/publish" : " ^3.3.1" ,
30
30
"@sapphire/eslint-config" : " ^5.0.4" ,
31
31
"@sapphire/prettier-config" : " ^2.0.0" ,
32
32
"@sapphire/ts-config" : " ^5.0.1" ,
33
- "@types/node" : " ^20.11.28 " ,
34
- "@typescript-eslint/eslint-plugin" : " ^7.2.0 " ,
35
- "@typescript-eslint/parser" : " ^7.2.0 " ,
33
+ "@types/node" : " ^20.11.30 " ,
34
+ "@typescript-eslint/eslint-plugin" : " ^7.3.1 " ,
35
+ "@typescript-eslint/parser" : " ^7.3.1 " ,
36
36
"cz-conventional-changelog" : " ^3.3.0" ,
37
37
"eslint" : " ^8.57.0" ,
38
38
"eslint-config-prettier" : " ^9.1.0" ,
48
48
"rimraf" : " ^5.0.5" ,
49
49
"tslib" : " ^2.6.2" ,
50
50
"tsup" : " ^8.0.2" ,
51
- "typescript" : " ^5.4.2 "
51
+ "typescript" : " ^5.4.3 "
52
52
},
53
53
"resolutions" : {
54
54
"ansi-regex" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 104
104
"lit" : " ^3.1.2"
105
105
},
106
106
"devDependencies" : {
107
- "@custom-elements-manifest/analyzer" : " ^0.9.3 " ,
107
+ "@custom-elements-manifest/analyzer" : " ^0.9.4 " ,
108
108
"@web/dev-server" : " ^0.4.3" ,
109
109
"concurrently" : " ^8.2.2" ,
110
110
"ts-lit-plugin" : " ^2.0.2" ,
111
- "typescript" : " ^5.4.2 "
111
+ "typescript" : " ^5.4.3 "
112
112
},
113
113
"files" : [
114
114
" dist/" ,
Original file line number Diff line number Diff line change 33
33
"react" : " ^18.2.0"
34
34
},
35
35
"devDependencies" : {
36
- "@types/react" : " ^18.2.66 " ,
36
+ "@types/react" : " ^18.2.69 " ,
37
37
"colorette" : " ^2.0.20" ,
38
38
"rimraf" : " ^5.0.5" ,
39
39
"tsup" : " ^8.0.2" ,
40
- "typescript" : " ^5.4.2 "
40
+ "typescript" : " ^5.4.3 "
41
41
},
42
42
"peerDependencies" : {
43
43
"react" : " 16.8.x || 17.x || 18.x" ,
You can’t perform that action at this time.
0 commit comments