Skip to content

Commit

Permalink
vendor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Apr 18, 2020
1 parent 9d056f5 commit 5d42194
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 96 deletions.
143 changes: 59 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.3.0",
"@fullhuman/postcss-purgecss": "^2.1.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^10.0.1",
"@testing-library/user-event": "^10.0.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/node": "^13.13.0",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-router-dom": "^5.1.3",
"@types/react-router-dom": "^5.1.4",
"@types/react": "^16.9.34",
"coveralls": "^3.0.11",
"date-fns": "^2.11.1",
"fetch-mock": "^9.3.1",
"date-fns": "^2.12.0",
"fetch-mock": "^9.4.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"node-fetch": "^2.6.0",
"postcss-loader": "^3.0.0",
"qs": "^6.9.3",
"react": "^16.13.1",
"react-app-rewired": "^2.1.5",
"react-dom": "^16.13.1",
"react-hook-form": "^5.3.1",
"react-hook-form": "^5.4.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react": "^16.13.1",
"tailwindcss": "^1.2.0",
"typescript": "~3.8.3"
},
Expand Down Expand Up @@ -53,8 +54,5 @@
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jest-environment-jsdom-sixteen"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2"
}
}

0 comments on commit 5d42194

Please sign in to comment.