-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and yarn (#1073)
* Update yarn 4.5.3 * Update eslint * Update typescript * Update stylelint * Update font-awesome * Update patch versions * Update playwright * Update sentry * Update node types * Update express-static-gzip * Update prettier * Update winston * Update redux-toolkit * Update react-router-dom minor * Fix TS errors * Update i18next major 24 * Update globals * Update lockfile
- Loading branch information
1 parent
6d62d76
commit 0e5e3a1
Showing
8 changed files
with
1,448 additions
and
1,410 deletions.
There are no files selected for viewing
614 changes: 307 additions & 307 deletions
614
.yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,43 +54,43 @@ | |
}, | ||
"dependencies": { | ||
"@yarnpkg/types": "4.0.0", | ||
"axios": "1.7.7", | ||
"axios": "1.7.8", | ||
"dayjs": "1.11.13", | ||
"lodash-es": "4.17.21", | ||
"ncp": "2.0.0", | ||
"npm-run-all2": "7.0.1", | ||
"rimraf": "6.0.1", | ||
"typescript": "5.6.3", | ||
"typescript": "5.7.2", | ||
"zod": "3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1", | ||
"@eslint/js": "9.14.0", | ||
"@playwright/test": "1.48.2", | ||
"@eslint/js": "9.16.0", | ||
"@playwright/test": "1.49.0", | ||
"@types/eslint__js": "8.42.3", | ||
"@types/lodash-es": "4.17.12", | ||
"eslint": "9.14.0", | ||
"eslint": "9.16.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-compat": "6.0.1", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jsx-a11y": "6.10.2", | ||
"eslint-plugin-n": "17.12.0", | ||
"eslint-plugin-n": "17.14.0", | ||
"eslint-plugin-only-error": "1.0.2", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-promise": "7.1.0", | ||
"eslint-plugin-promise": "7.2.1", | ||
"eslint-plugin-react": "7.37.2", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-react-hooks-addons": "0.4.1", | ||
"eslint-plugin-unicorn": "56.0.0", | ||
"eslint-plugin-unicorn": "56.0.1", | ||
"eslint-plugin-vitest": "0.5.4", | ||
"globals": "15.12.0", | ||
"prettier": "3.3.3", | ||
"typescript-eslint": "8.13.0", | ||
"vitest": "2.1.4" | ||
"globals": "15.13.0", | ||
"prettier": "3.4.1", | ||
"typescript-eslint": "8.16.0", | ||
"vitest": "2.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=22.11.0" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.