Skip to content

Commit

Permalink
🔧 chore(examples/with-redux): add ts-node and sass packages which are…
Browse files Browse the repository at this point in the history
… required by jest
  • Loading branch information
dvakatsiienko committed May 28, 2023
1 parent d965ab9 commit 8510db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/with-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"sass": "1.62.1",
"waait": "1.0.5"
},
"devDependencies": {
Expand All @@ -31,6 +32,7 @@
"jest-environment-jsdom": "29.5.0",
"jest-watch-typeahead": "2.2.2",
"redux-logger": "3.0.6",
"ts-node": "10.9.1",
"typescript": "5.0.4"
}
}

0 comments on commit 8510db0

Please sign in to comment.