Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #362 from samuel-gomez/feat/cleaner-update-packages
Browse files Browse the repository at this point in the history
feat(cleaner): update package.json file
  • Loading branch information
samuel-gomez authored Dec 19, 2022
2 parents d4ed96c + 62280fb commit 605e090
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions scripts/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,62 +22,61 @@
"check": "npm run prettier && npm run lint"
},
"dependencies": {
"@axa-fr/react-oidc": "6.10.18",
"@axa-fr/react-oidc": "6.11.1",
"@axa-fr/react-toolkit-all": "2.0.0",
"@axa-fr/react-toolkit-core": "2.0.0",
"@babel/parser": "7.20.3",
"@babel/parser": "7.20.5",
"@popperjs/core": "2.11.6",
"@tanstack/react-query": "4.16.1",
"@tanstack/react-query-devtools": "4.16.1",
"@tanstack/react-query": "4.20.4",
"@tanstack/react-query-devtools": "4.20.4",
"@types/intl": "1.2.0",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.189",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/jest": "29.2.4",
"@types/lodash": "4.14.191",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-router": "5.1.19",
"@types/react-router-dom": "5.3.3",
"classnames": "2.3.2",
"jest-cucumber": "3.0.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.4",
"react-router-dom": "6.4.3",
"react-hook-form": "7.41.0",
"react-router-dom": "6.5.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"commitizen": "4.2.5",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"commitizen": "4.2.6",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.28.0",
"eslint": "8.30.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.2",
"intl": "1.2.5",
"jest-sonar-reporter": "2.0.0",
"msw": "0.48.3",
"msw": "0.49.2",
"precise-commits": "1.0.2",
"prettier": "2.7.1",
"sass": "1.56.1",
"typescript": "4.9.3",
"prettier": "2.8.1",
"sass": "1.57.0",
"typescript": "4.9.4",
"whatwg-fetch": "3.6.2"
},
"commitlint": {
Expand Down

0 comments on commit 605e090

Please sign in to comment.