Skip to content

Commit

Permalink
Bump typescript from 5.5.2 to 5.5.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent cb983d3 commit f5d98fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.5.2",
"typescript": "~5.5.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/data-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"scripts": {
}
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"lodash": "^4.17.21",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"uuid": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2745,10 +2745,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"

typescript@^5.5.2, typescript@~5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
typescript@^5.5.3, typescript@~5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit f5d98fa

Please sign in to comment.