Skip to content

Commit

Permalink
Update to TypeScript 5 and Inversify 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed May 17, 2023
1 parent 394db1d commit 179ad85
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "~4.8.4",
"typescript": "~5.0.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config = {

plugins: [
new CircularDependencyPlugin({
exclude: /node_modules\/inversify/,
exclude: /inversify/,
failOnError: true
})
],
Expand Down
4 changes: 2 additions & 2 deletions packages/sprotty-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sprotty-protocol": "^0.13.0"
},
"optionalDependencies": {
"inversify": "^5.1.1"
"inversify": "~6.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.4",
Expand All @@ -60,7 +60,7 @@
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"ts-mocha": "^10.0.0",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/sprotty-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"ts-mocha": "^10.0.0",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/sprotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"autocompleter": "^7.0.1",
"file-saver": "^2.0.5",
"inversify": "^5.1.1",
"inversify": "~6.0.1",
"snabbdom": "^3.5.1",
"sprotty-protocol": "^0.13.0",
"tinyqueue": "^2.0.3"
Expand All @@ -78,7 +78,7 @@
"semver": "^7.3.8",
"snabbdom-to-html": "^7.1.0",
"ts-mocha": "^10.0.0",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3310,10 +3310,10 @@ interpret@^3.1.1:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4"
integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==

inversify@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-5.1.1.tgz#6fbd668c591337404e005a1946bfe0d802c08730"
integrity sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==
inversify@~6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.1.tgz#b20d35425d5d8c5cd156120237aad0008d969f02"
integrity sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ==

ip@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -6094,10 +6094,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@~4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@~5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

uglify-js@^3.1.4:
version "3.17.4"
Expand Down

0 comments on commit 179ad85

Please sign in to comment.