Skip to content

Commit

Permalink
remove usage of @talend/eslint-plugin + fix prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 12, 2023
1 parent 7176b54 commit c8bdf5b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

"scripts": {
"postinstall": "talend-yarn-workspace run build:lib",
"pre-release": "talend-yarn-workspace run pre-release",
Expand Down Expand Up @@ -59,7 +58,7 @@
"husky": "^8.0.3",
"i18next-scanner": "^4.4.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts-cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "talend-scripts lint ./"
},
"dependencies": {
"i18next": "20.6.1",
"i18next": "^20.6.1",
"deepmerge": "^1.5.2",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
Expand Down
1 change: 0 additions & 1 deletion tools/scripts-config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@talend/scripts-utils": "^2.0.2",
"@talend/eslint-plugin": "^1.0.1",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^7.32.0",
Expand Down
1 change: 0 additions & 1 deletion tools/scripts-publish-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"rimraf": "^3.0.2"
},
"devDependencies": {
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0"
},
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
Expand Down
1 change: 0 additions & 1 deletion tools/scripts-teorem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"queue": "^6.0.2"
},
"devDependencies": {
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0"
}
}
1 change: 0 additions & 1 deletion tools/scripts-yarn-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"author": "[email protected]",
"devDependencies": {
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0"
},
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11080,7 +11080,7 @@ i18next@*:
dependencies:
"@babel/runtime" "^7.22.5"

i18next@20.6.1, i18next@^20.6.1:
i18next@^20.6.1:
version "20.6.1"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-20.6.1.tgz#535e5f6e5baeb685c7d25df70db63bf3cc0aa345"
integrity sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==
Expand Down Expand Up @@ -15071,7 +15071,7 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^2, prettier@^2.0.1, prettier@^2.7.1, prettier@^2.8.0, prettier@^2.8.8:
prettier@^2, prettier@^2.0.1, prettier@^2.7.1, prettier@^2.8.0:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
Expand Down

0 comments on commit c8bdf5b

Please sign in to comment.