Skip to content

Instantly share code, notes, and snippets.

@vinnymac
Created February 1, 2023 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinnymac/78e81fc11e1842fac83ee8d6ac1a0ee0 to your computer and use it in GitHub Desktop.
Save vinnymac/78e81fc11e1842fac83ee8d6ac1a0ee0 to your computer and use it in GitHub Desktop.
SG Root Dependency Diff
"dependencies": {
- "@hot-loader/react-dom": "^17.0.1",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
- "react-redux": "^7.2.4",
+ "react-redux": "^8.0.5",
- "redux-thunk": "^2.3.0",
+ "redux-thunk": "^2.4.2",
- "styled-components": "^5.3.1",
+ "styled-components": "^5.3.6",
"devDependencies": {
- "@testing-library/react": "^11.1.1",
- "@testing-library/react-hooks": "^8.0.1",
+ "@testing-library/react": "^13.4.0",
- "@types/react": "17.0.20",
- "@types/react-dom": "^17.0.9",
- "@types/react-redux": "^7.1.18",
+ "@types/react": "^18.0.25",
+ "@types/react-dom": "^18.0.10",
- "jest": "^23.6.0",
+ "jest": "^26.6.3",
- "react-test-renderer": "^17.0.2",
+ "react-test-renderer": "^18.2.0",
- "typescript": "4.4.3",
+ "typescript": "4.6.4",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment