This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update devdependencies (non-major)
- Loading branch information
1 parent
0f71b5a
commit 7cdb22f
Showing
2 changed files
with
1,195 additions
and
425 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -101,7 +101,7 @@ | |
"devDependencies": { | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@cypress/code-coverage": "3.13.4", | ||
"@cypress/code-coverage": "3.13.10", | ||
"@testing-library/jest-dom": "^6.6.2", | ||
"@testing-library/react": "^16.0.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
|
@@ -112,36 +112,36 @@ | |
"@types/lodash.isequal": "4.5.8", | ||
"@types/lodash.partition": "4.6.9", | ||
"@types/lodash.truncate": "4.4.9", | ||
"@types/node": "20.17.0", | ||
"@types/node": "20.17.14", | ||
"@types/papaparse": "5.3.15", | ||
"@types/react": "18.3.12", | ||
"@types/react": "18.3.18", | ||
"@types/react-csv": "1.1.10", | ||
"@types/react-dom": "18.3.1", | ||
"@types/react-dom": "18.3.5", | ||
"@types/uuid": "10.0.0", | ||
"@types/validator": "13.12.2", | ||
"@typescript-eslint/eslint-plugin": "8.11.0", | ||
"@typescript-eslint/parser": "8.11.0", | ||
"@vitejs/plugin-react": "4.3.3", | ||
"@vitejs/plugin-react": "4.3.4", | ||
"concurrently": "9.0.1", | ||
"cypress": "13.15.1", | ||
"cypress-localstorage-commands": "2.2.6", | ||
"cypress": "13.15.2", | ||
"cypress-localstorage-commands": "2.2.7", | ||
"env-cmd": "10.1.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-import-resolver-typescript": "3.6.3", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jsx-a11y": "6.10.1", | ||
"eslint-plugin-react": "7.37.2", | ||
"eslint-plugin-jsx-a11y": "6.10.2", | ||
"eslint-plugin-react": "7.37.4", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"husky": "9.1.6", | ||
"husky": "9.1.7", | ||
"nyc": "17.1.0", | ||
"prettier": "3.3.3", | ||
"typescript": "5.6.3", | ||
"vite": "5.4.10", | ||
"vite": "5.4.11", | ||
"vite-plugin-checker": "0.8.0", | ||
"vite-plugin-istanbul": "6.0.2", | ||
"vitest": "2.1.3" | ||
"vitest": "2.1.8" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.