Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update @types devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent ebdac93 commit b93e8c2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions change/flamegrill-ec68c954-dd4b-420d-a5d3-813033f03991.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update @types devDependencies",
"packageName": "flamegrill",
"email": "email not defined",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "yarn workspace flamegrill test"
},
"devDependencies": {
"@types/node": "14.18.33",
"@types/node": "14.18.63",
"beachball": "2.31.8",
"lerna": "5.6.2",
"typescript": "4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/flamegrill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/concat-stream": "1.6.1",
"@types/jest": "26.0.24",
"@types/puppeteer": "1.20.10",
"@types/tmp": "0.2.3",
"@types/tmp": "0.2.5",
"@types/yargs-parser": "13.1.0",
"jest": "26.6.3",
"tmp": "0.2.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3225,10 +3225,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@14.18.33", "@types/node@^14.14.10":
version "14.18.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.33.tgz#8c29a0036771569662e4635790ffa9e057db379b"
integrity sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==
"@types/node@*", "@types/node@14.18.63", "@types/node@^14.14.10":
version "14.18.63"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==

"@types/node@16.9.1":
version "16.9.1"
Expand Down Expand Up @@ -3313,10 +3313,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==

"@types/tmp@0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.3.tgz#908bfb113419fd6a42273674c00994d40902c165"
integrity sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==
"@types/tmp@0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.5.tgz#0f3a71d0a94cbd5de45b0aa641575dd503e43ed4"
integrity sha512-KodRrjqWrk/3VyzfR4aeXkf2n5Ssg+bvVUhXlvHVffLiIHriLlrO3vYobB+Kvnr9DkNzMiyWHT3G6hT/xX0ryQ==

"@types/tmp@^0.0.33":
version "0.0.33"
Expand Down

0 comments on commit b93e8c2

Please sign in to comment.