Skip to content

Commit

Permalink
Merge pull request #206 from reactioncommerce/feat/upgrade-react-router
Browse files Browse the repository at this point in the history
Promotion enhancement
  • Loading branch information
tedraykov authored Aug 7, 2023
2 parents 77879df + 308a6e9 commit 6d427c2
Show file tree
Hide file tree
Showing 28 changed files with 706 additions and 373 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@mui/material": "^5.10.4",
"@mui/x-date-pickers": "^5.0.8",
"@tanstack/react-table": "^8.2.2",
"@types/react-dom": "^18.0.11",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
Expand All @@ -49,7 +50,7 @@
"react-dom": "^18.0.0",
"react-imask": "^6.4.2",
"react-query": "^3.39.1",
"react-router-dom": "^6.4.1",
"react-router-dom": "^6.8.1",
"react-use": "^17.4.0",
"yup": "^0.32.11"
},
Expand All @@ -67,7 +68,6 @@
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.0",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
Expand All @@ -84,6 +84,7 @@
"msw": "^0.47.3",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"vitest": "^0.25.3"
"vitest": "^0.28.5",
"vitest-fetch-mock": "^0.2.2"
}
}
Loading

0 comments on commit 6d427c2

Please sign in to comment.