Skip to content

Commit

Permalink
develop -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Oct 5, 2024
2 parents b0a68b5 + 77a73f6 commit cd49bf0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 53 deletions.
36 changes: 8 additions & 28 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"typescript": "5.0.3",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
Expand Down
1 change: 0 additions & 1 deletion apps/admin/src/components/common/dateRangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { BigButton, Stack } from "@/components";
import { useEffect, useState } from "react";
import OutsideClickHandler from "react-outside-click-handler";
import { useDidMountEffect } from "@/hooks";
import { useRecruitmentFilter } from "@/stores";

type PropsType = {
startDate: string | null;
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/src/components/company/row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const CompanyRow = ({ data }: PropsType) => {
}
};

const { openModal, closeModal } = useModal();
const { openModal } = useModal();

return (
<Container position="relative" align="center" onClick={clickHandler}>
Expand Down
1 change: 0 additions & 1 deletion apps/policy/src/router.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from "react";
import { BrowserRouter, Route, Routes } from "react-router-dom";
import Policy from "./pages/policy";

Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7164,7 +7164,7 @@ __metadata:
react-outside-click-handler: "npm:^1.3.0"
react-router-dom: "npm:^6.22.3"
styled-components: "npm:^6.1.8"
typescript: "npm:^5.2.2"
typescript: "npm:5.0.3"
vite: "npm:^5.2.0"
vite-tsconfig-paths: "npm:^4.3.2"
zustand: "npm:^4.5.2"
Expand Down Expand Up @@ -19335,16 +19335,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/de4c69f49a7ad4b1ea66a6dcc8b055ac34eb56af059a069d8988dd811c5e649be07e042e5bf573e8d0ac3ec2f30e6c999aa651cd09f6e9cbc6113749e8b6be20
languageName: node
linkType: hard

"typescript@npm:^5.3.3":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
Expand All @@ -19365,16 +19355,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/3abea475798fdf7ee46e75dafc50c85f30fd1e7061559ec2af61646f23d16c91742703f04f0ac55be52f58ca05c02f77404b7b94bbad16278c9a54c9eeb4f4ea
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
Expand Down

0 comments on commit cd49bf0

Please sign in to comment.