Skip to content

Commit

Permalink
chore: tslib 삭제 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowChae authored Nov 15, 2024
1 parent 813aa28 commit e985a02
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Dockerfile.be
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ WORKDIR /app/packages/server
COPY ./packages/server .

RUN yarn install --frozen-lockfile
RUN yarn add tslib

EXPOSE 3000

Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"socket.io": "^4.8.1",
"tslib": "^2.8.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9363,7 +9363,6 @@ __metadata:
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.2"
ts-node-dev: "npm:^2.0.0"
tslib: "npm:^2.8.1"
typeorm: "npm:^0.3.20"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10247,7 +10246,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:*, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.5.0, tslib@npm:^2.6.2, tslib@npm:^2.8.1":
"tslib@npm:*, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.5.0, tslib@npm:^2.6.2":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
Expand Down

0 comments on commit e985a02

Please sign in to comment.