Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Mar 17, 2023
2 parents 9577832 + 86cb072 commit c214788
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"ts-lit-plugin": "^1.2.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion services/comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion services/flight-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion services/form-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion services/storage-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion services/telegram-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion ui/demo-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"npm-run-all": "^4.1.5",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"workbox-build": "^6.5.4"
}
}
2 changes: 1 addition & 1 deletion uniquely/com-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion uniquely/com-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"npm-run-all": "^4.1.5",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion uniquely/flight-finder-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"esbuild": "^0.17.11",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion uniquely/flight-finder-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"npm-run-all": "^4.1.5",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion uniquely/soffit-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"npm-run-all": "^4.1.5",
"ts-lit-plugin": "^1.2.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8001,7 +8001,7 @@ typegram@^4.1.0:
resolved "https://registry.yarnpkg.com/typegram/-/typegram-4.2.0.tgz#c3fdb8e7575a183e1994e214440aa8f12a468d43"
integrity sha512-rObfoGpDlmWUhmggpWd2I/4xLsdGPDvfvrLpLxV4pBTBL2BBjm+7x7IOmTwJRV6Qe4UAkWdHq0ZYoTYAAPE5YA==

"typescript@^3 || ^4", typescript@^4.9.5:
"typescript@^3 || ^4":
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
Expand All @@ -8011,6 +8011,11 @@ typescript@^3.8.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==

typescript@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

typical@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
Expand Down

0 comments on commit c214788

Please sign in to comment.