@@ -20,13 +20,12 @@ gsub_file_content("../package.json", /"eslint": "[^"]*",/, "")
2020gsub_file_content ( "../package.json" , /"eslint-plugin-jest": "[^"]*",/ , "" )
2121gsub_file_content ( "../package.json" , /"globals": "[^"]*",/ , "" )
2222gsub_file_content ( "../package.json" , /"knip": "[^"]*",/ , "" )
23+ gsub_file_content ( "../package.json" , /"publint": "[^"]*",/ , "" )
2324gsub_file_content ( "../package.json" , /"typescript-eslint": "[^"]*",/ , "" )
2425gsub_file_content ( "../package.json" , %r{"@arethetypeswrong/cli": "[^"]*",} , "" )
2526gsub_file_content ( "../package.json" , %r{"@eslint/compat": "[^"]*",} , "" )
2627gsub_file_content ( "../package.json" , %r{"@testing-library/dom": "[^"]*",} , "" )
2728gsub_file_content ( "../package.json" , %r{"@testing-library/react": "[^"]*",} , "" )
28- gsub_file_content ( "../package.json" , /"knip": "[^"]*",/ , "" )
29- gsub_file_content ( "../package.json" , /"publint": "[^"]*",/ , "" )
3029
3130gsub_file_content ( "../spec/dummy/package.json" , /"shakapacker": "[^"]*",/ , '"shakapacker": "6.6.0",' )
3231
0 commit comments