Skip to content

Commit

Permalink
fix(yarn): yarn.lock수정 및 no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 9, 2024
1 parent 82651f7 commit ee65f91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: yarn cache clean

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

- name: Build Common
run: yarn run build:common
Expand Down
28 changes: 0 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5875,26 +5875,6 @@ __metadata:
languageName: node
linkType: hard

"react-fast-compare@npm:^3.2.2":
version: 3.2.2
resolution: "react-fast-compare@npm:3.2.2"
checksum: 10c0/0bbd2f3eb41ab2ff7380daaa55105db698d965c396df73e6874831dbafec8c4b5b08ba36ff09df01526caa3c61595247e3269558c284e37646241cba2b90a367
languageName: node
linkType: hard

"react-helmet-async@npm:^2.0.5":
version: 2.0.5
resolution: "react-helmet-async@npm:2.0.5"
dependencies:
invariant: "npm:^2.2.4"
react-fast-compare: "npm:^3.2.2"
shallowequal: "npm:^1.1.0"
peerDependencies:
react: ^16.6.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/f390ea8bf13c2681850e5f8eb5b73d8613f407c245a5fd23e9db9b2cc14a3700dd1ce992d3966632886d1d613083294c2aeee009193f49dfa7d145d9f13ea2b0
languageName: node
linkType: hard

"react-is@npm:^16.13.1":
version: 16.13.1
resolution: "react-is@npm:16.13.1"
Expand Down Expand Up @@ -6423,13 +6403,6 @@ __metadata:
languageName: node
linkType: hard

"shallowequal@npm:^1.1.0":
version: 1.1.0
resolution: "shallowequal@npm:1.1.0"
checksum: 10c0/b926efb51cd0f47aa9bc061add788a4a650550bbe50647962113a4579b60af2abe7b62f9b02314acc6f97151d4cf87033a2b15fc20852fae306d1a095215396c
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down Expand Up @@ -6554,7 +6527,6 @@ __metadata:
prettier-plugin-tailwindcss: "npm:^0.6.5"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-helmet-async: "npm:^2.0.5"
react-router-dom: "npm:^6.25.1"
react-toastify: "npm:^10.0.5"
tailwind-merge: "npm:^2.4.0"
Expand Down

0 comments on commit ee65f91

Please sign in to comment.