Skip to content

Commit

Permalink
Update example deps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Nov 14, 2021
1 parent 1e98db5 commit a173b32
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 182 deletions.
17 changes: 8 additions & 9 deletions examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@testing-library/dom": "8.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/dom": "8.11.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"fragstore": "0.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "4.0.0",
"teaful": "^0.7.0"
"react-icons": "4.3.1",
"react-scripts": "4.0.3",
"teaful": "0.8.0"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
"@babel/runtime": "7.16.3",
"typescript": "4.4.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test": "cd ../.. && yarn test:example:todo-list && cd examples/todo-list",
"eject": "react-scripts eject"
},
"browserslist": [
Expand Down
Loading

0 comments on commit a173b32

Please sign in to comment.