File tree Expand file tree Collapse file tree 6 files changed +17
-15
lines changed Expand file tree Collapse file tree 6 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 20
20
"source-map-loader" : " ^4.0.1" ,
21
21
"style-loader" : " ^3.3.1" ,
22
22
"ts-loader" : " ^9.4.2" ,
23
- "typescript" : " ~4.8 .4" ,
23
+ "typescript" : " ~5.0 .4" ,
24
24
"webpack" : " ^5.75.0" ,
25
25
"webpack-cli" : " ^5.0.1"
26
26
},
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const config = {
40
40
41
41
plugins : [
42
42
new CircularDependencyPlugin ( {
43
- exclude : / n o d e _ m o d u l e s \/ i n v e r s i f y / ,
43
+ exclude : / i n v e r s i f y / ,
44
44
failOnError : true
45
45
} )
46
46
] ,
Original file line number Diff line number Diff line change 42
42
"sprotty-protocol" : " ^0.13.0"
43
43
},
44
44
"optionalDependencies" : {
45
- "inversify" : " ^5.1 .1"
45
+ "inversify" : " ~6.0 .1"
46
46
},
47
47
"devDependencies" : {
48
48
"@types/chai" : " ^4.3.4" ,
60
60
"rimraf" : " ^3.0.2" ,
61
61
"semver" : " ^7.3.8" ,
62
62
"ts-mocha" : " ^10.0.0" ,
63
- "typescript" : " ~4.8 .4"
63
+ "typescript" : " ~5.0 .4"
64
64
},
65
65
"scripts" : {
66
66
"prepare" : " yarn run clean && yarn run build" ,
Original file line number Diff line number Diff line change 41
41
"rimraf" : " ^3.0.2" ,
42
42
"semver" : " ^7.3.8" ,
43
43
"ts-mocha" : " ^10.0.0" ,
44
- "typescript" : " ~4.8 .4"
44
+ "typescript" : " ~5.0 .4"
45
45
},
46
46
"scripts" : {
47
47
"prepare" : " yarn run clean && yarn run build" ,
Original file line number Diff line number Diff line change 51
51
"url" : " https://github.com/eclipse/sprotty" ,
52
52
"directory" : " packages/sprotty"
53
53
},
54
+ "peerDependencies" : {
55
+ "inversify" : " ~6.0.1"
56
+ },
54
57
"dependencies" : {
55
58
"autocompleter" : " ^7.0.1" ,
56
59
"file-saver" : " ^2.0.5" ,
57
- "inversify" : " ^5.1.1" ,
58
60
"snabbdom" : " ^3.5.1" ,
59
61
"sprotty-protocol" : " ^0.13.0" ,
60
62
"tinyqueue" : " ^2.0.3"
78
80
"semver" : " ^7.3.8" ,
79
81
"snabbdom-to-html" : " ^7.1.0" ,
80
82
"ts-mocha" : " ^10.0.0" ,
81
- "typescript" : " ~4.8 .4"
83
+ "typescript" : " ~5.0 .4"
82
84
},
83
85
"scripts" : {
84
86
"prepare" : " yarn run clean && yarn run build" ,
Original file line number Diff line number Diff line change @@ -3310,10 +3310,10 @@ interpret@^3.1.1:
3310
3310
resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4"
3311
3311
integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==
3312
3312
3313
- inversify@^5.1 .1 :
3314
- version "5.1 .1"
3315
- resolved "https://registry.yarnpkg.com/inversify/-/inversify-5.1 .1.tgz#6fbd668c591337404e005a1946bfe0d802c08730 "
3316
- integrity sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ ==
3313
+ inversify@~6.0 .1 :
3314
+ version "6.0 .1"
3315
+ resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0 .1.tgz#b20d35425d5d8c5cd156120237aad0008d969f02 "
3316
+ integrity sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ ==
3317
3317
3318
3318
ip@^2.0.0 :
3319
3319
version "2.0.0"
@@ -6094,10 +6094,10 @@ typedarray@^0.0.6:
6094
6094
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6095
6095
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
6096
6096
6097
- typescript@~4.8 .4 :
6098
- version "4.8 .4"
6099
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8 .4.tgz#c464abca159669597be5f96b8943500b238e60e6 "
6100
- integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ ==
6097
+ typescript@~5.0 .4 :
6098
+ version "5.0 .4"
6099
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0 .4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b "
6100
+ integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw ==
6101
6101
6102
6102
uglify-js@^3.1.4 :
6103
6103
version "3.17.4"
You can’t perform that action at this time.
0 commit comments