Skip to content

Commit

Permalink
Merge pull request #773 from rmuif/dev
Browse files Browse the repository at this point in the history
Add fix for Chrome error
  • Loading branch information
phoqe authored Feb 25, 2021
2 parents 3f10b62 + 085efd2 commit 7ab29bd
Show file tree
Hide file tree
Showing 3 changed files with 1,006 additions and 322 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: CI

on:
push:
branches:
- dev
pull_request:
branches:
- dev
- pull_request

jobs:
test:
Expand Down
22 changes: 11 additions & 11 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"dependencies": {
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.11.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.1",
"@sentry/browser": "^5.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"@sentry/browser": "^6.2.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.1",
"babel-plugin-import": "^1.13.3",
"camelcase": "^6.2.0",
"customize-cra": "^1.0.0",
"firebase": "^8.2.0",
"mdi-material-ui": "^6.20.0",
"firebase": "^8.2.9",
"mdi-material-ui": "^6.22.0",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-app-rewired": "^2.1.8",
"react-dom": "^16.14.0",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scripts": "4.0.2",
"react-swipeable-views": "0.13.9",
"reading-time": "^1.2.1",
"source-map-explorer": "^2.5.1",
"reading-time": "^1.3.0",
"source-map-explorer": "^2.5.2",
"typeface-roboto": "^1.1.13",
"validate.js": "^0.13.1"
},
Expand Down
Loading

0 comments on commit 7ab29bd

Please sign in to comment.