Skip to content

Commit

Permalink
Merge pull request #974 from nanasess/use-corepack
Browse files Browse the repository at this point in the history
Corepack を利用する
  • Loading branch information
nanasess authored Aug 13, 2024
2 parents 9b77175 + b3f106e commit 00bfbb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"eslint": "^8.57.0",
"eslint-config-jquery": "^3.0.2",
"eslint-plugin-import": "^2.29.1",
"tar": "^7.1.0",
"typescript": "^5.4.5",
"tar": "^7.4.0",
"typescript": "^5.4.5",
"webpack-cli": "^4.10.0",
Expand All @@ -48,5 +46,6 @@
"test:e2e": "playwright test --grep-invert '(@attack|@extends)'",
"test:e2e-extends": "playwright test --grep @extends",
"test:attack": "playwright test --grep-invert @extends"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 00bfbb8

Please sign in to comment.