Skip to content

Commit

Permalink
Re-add Typescript as dev dependency to fix lint in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Feb 21, 2025
1 parent 964e269 commit 9d5e8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"nyc": "^15.1.0",
"prettier": "^3.5.1",
"swc-plugin-coverage-instrument": "^0.0.25",
"typescript": "5.5.4",
"wait-on": "^7.2.0",
},
},
Expand Down Expand Up @@ -2416,7 +2417,7 @@

"typedarray-to-buffer": ["typedarray-to-buffer@3.1.5", "", { "dependencies": { "is-typedarray": "^1.0.0" } }, "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q=="],

"typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="],
"typescript": ["typescript@5.5.4", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q=="],

"ua-parser-js": ["ua-parser-js@0.7.40", "", { "bin": { "ua-parser-js": "script/cli.js" } }, "sha512-us1E3K+3jJppDBa3Tl0L3MOJiGhe1C6P0+nIvQAFYbxlMAx0h81eOwLmU57xgqToduDDPx3y5QsdjPfDu+FgOQ=="],

Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"nyc": "^15.1.0",
"prettier": "^3.5.1",
"swc-plugin-coverage-instrument": "^0.0.25",
"typescript": "5.5.4",
"wait-on": "^7.2.0"
},
"engines": {
Expand Down

0 comments on commit 9d5e8cc

Please sign in to comment.