Skip to content

Commit

Permalink
changed react depenency version
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-simon committed May 3, 2021
1 parent 980aacf commit 03c63cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"duration-picker",
"durations"
],
"version": "1.2.0",
"version": "1.2.2",
"license": "MIT",
"main": "dist/index.js",
"author": "tran-simon",
Expand All @@ -19,8 +19,8 @@
"@material-ui/core": "^4.9.1",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
Expand All @@ -33,7 +33,8 @@
"scripts": {
"build": "tsc",
"start": "tsc -w",
"test": "jest"
"test": "jest",
"clean": "rm -rf dist"
},
"files": [
"dist"
Expand Down

0 comments on commit 03c63cf

Please sign in to comment.