diff --git a/package.json b/package.json index f61f1ea75b1..cc2f3eba8f4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,4 @@ { - "scripts": { "postinstall": "talend-yarn-workspace run build:lib", "pre-release": "talend-yarn-workspace run pre-release", @@ -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", diff --git a/tools/scripts-cmf/package.json b/tools/scripts-cmf/package.json index ab99336fbc8..a66c74234ef 100644 --- a/tools/scripts-cmf/package.json +++ b/tools/scripts-cmf/package.json @@ -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", diff --git a/tools/scripts-config-eslint/package.json b/tools/scripts-config-eslint/package.json index 7b74699d4b5..31d5e636edd 100644 --- a/tools/scripts-config-eslint/package.json +++ b/tools/scripts-config-eslint/package.json @@ -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", diff --git a/tools/scripts-publish-local/package.json b/tools/scripts-publish-local/package.json index 4f3fcb709be..abf20ce2909 100644 --- a/tools/scripts-publish-local/package.json +++ b/tools/scripts-publish-local/package.json @@ -16,7 +16,6 @@ "rimraf": "^3.0.2" }, "devDependencies": { - "@talend/eslint-plugin": "^1.0.1", "@talend/scripts-core": "^15.0.0" }, "author": "Talend Frontend (http://www.talend.com)", diff --git a/tools/scripts-teorem/package.json b/tools/scripts-teorem/package.json index 26b4b8406c2..ada7fbb85a6 100644 --- a/tools/scripts-teorem/package.json +++ b/tools/scripts-teorem/package.json @@ -30,7 +30,6 @@ "queue": "^6.0.2" }, "devDependencies": { - "@talend/eslint-plugin": "^1.0.1", "@talend/scripts-core": "^15.0.0" } } diff --git a/tools/scripts-yarn-workspace/package.json b/tools/scripts-yarn-workspace/package.json index 6beec170475..5539a4433ee 100644 --- a/tools/scripts-yarn-workspace/package.json +++ b/tools/scripts-yarn-workspace/package.json @@ -11,7 +11,6 @@ }, "author": "frontend@talend.com", "devDependencies": { - "@talend/eslint-plugin": "^1.0.1", "@talend/scripts-core": "^15.0.0" }, "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index 4c8b6bf279d..bbbd1287888 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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==