Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
feat: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rrebase committed Feb 21, 2020
1 parent af09593 commit 45792d5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"dependencies": {
"@reduxjs/toolkit": "1.2.3",
"@testing-library/dom": "^6.12.0",
"@testing-library/jest-dom": "^5.0.2",
"@reduxjs/toolkit": "1.2.5",
"@testing-library/dom": "^6.12.2",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^8.1.0",
"@types/jest": "^25.1.1",
"@types/node": "^13.5.3",
"@types/react": "^16.9.19",
"@testing-library/user-event": "^10.0.0",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@types/react": "^16.9.21",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"axios": "^0.19.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react": "^7.18.3",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.0",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"typescript": "~3.7.5"
"typescript": "~3.8.2"
},
"scripts": {
"test:coverage": "yarn test --watchAll false --coverage",
Expand Down

0 comments on commit 45792d5

Please sign in to comment.