Skip to content

Commit

Permalink
fix: cyprses CI 버전문제 개선을 위한 package.json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Feb 15, 2024
1 parent 5aeda9c commit 6a6272d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
4 changes: 2 additions & 2 deletions frontend-monorepo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9840,7 +9840,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:^15.0.0 || ^16.0.0 , eslint-plugin-n@npm:^16.6.2":
"eslint-plugin-n@npm:^15.0.0 || ^16.0.0 ":
version: 16.6.2
resolution: "eslint-plugin-n@npm:16.6.2"
dependencies:
Expand Down Expand Up @@ -10720,7 +10720,7 @@ __metadata:
eslint-config-prettier: "npm:^8.8.0"
eslint-config-standard-with-typescript: "npm:^43.0.1"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-n: "npm:^16.6.2"
eslint-plugin-n: "npm:^15.0.0 || ^16.0.0 "
eslint-plugin-prettier: "npm:4.0.0"
eslint-plugin-promise: "npm:^6.1.1"
eslint-plugin-react: "npm:^7.33.2"
Expand Down

0 comments on commit 6a6272d

Please sign in to comment.