Skip to content

Commit

Permalink
chore: fix yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Feb 5, 2024
1 parent 8832ed0 commit 0bdf40e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: yarn

- name: Install Dependencies
run: yarn install
run: yarn --immutable

- name: Set Git user to Actions Bot
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
"typescript": "5.3.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2758,7 +2758,7 @@ __metadata:
ts-loader: ^9.4.3
ts-node: ^10.9.1
tsconfig-paths: ^4.2.0
typescript: ^5.1.3
typescript: 5.3.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11328,7 +11328,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3, typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5, typescript@npm:^5.1.3, typescript@npm:^5.2.2":
"typescript@npm:5.3.3, typescript@npm:^4.6.4 || ^5.2.2, typescript@npm:^5.2.2":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
Expand All @@ -11338,7 +11338,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4 || ^5.2.2#~builtin<compat/typescript>, typescript@patch:typescript@^5#~builtin<compat/typescript>, typescript@patch:typescript@^5.1.3#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4 || ^5.2.2#~builtin<compat/typescript>, typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
Expand Down Expand Up @@ -11393,7 +11393,7 @@ __metadata:
react-dom: ^18
react-equation: ^1.0.0
sharp: ^0.32.6
typescript: ^5
typescript: 5.3.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0bdf40e

Please sign in to comment.