Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledosman committed May 15, 2023
1 parent ec9a5db commit de3e564
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 1,372 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,41 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"@cypress/code-coverage": "^3.9.6",
"@cypress/code-coverage": "^3.10.4",
"@cypress/instrument-cra": "^1.4.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"cross-env": "^7.0.3",
"cypress": "^12.12.0",
"faker": "^6.6.6",
"husky": "^8.0.3",
"jest-fetch-mock": "^3.0.3",
"node-fetch": "^3.3.1",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react-scripts": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"cypress": "^7.5.0",
"faker": "^5.5.3",
"husky": "^7.0.0",
"jest-fetch-mock": "^3.0.3",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"redux-testkit": "^1.0.6",
"start-server-and-test": "^1.12.5"
"start-server-and-test": "^2.0.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
"marked": "^4.0.14",
"@reduxjs/toolkit": "^1.9.5",
"history": "^5.3.0",
"marked": "^5.0.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^7.2.8",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"redux": "^4.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.11.1",
"react-router-dom": "^6.11.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"superagent": "^7.1.1",
"superagent-promise": "^1.1.0",
"snarkdown": "^2.0.0",
"xss": "^1.0.9"
"superagent": "^8.0.9",
"superagent-promise": "^1.1.0",
"xss": "^1.0.14"
},
"scripts": {
"start": "cross-env PORT=4100 react-scripts start",
Expand Down
Loading

0 comments on commit de3e564

Please sign in to comment.