Skip to content

Commit

Permalink
Update to latest react
Browse files Browse the repository at this point in the history
  • Loading branch information
theLAZYmd authored and theLAZYmd committed Apr 11, 2021
1 parent 214937f commit d32f1ef
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 22 deletions.
83 changes: 64 additions & 19 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"types": "./lib/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "react-scripts start"
"test": "react-scripts start",
"deploy": "npm publish"
},
"repository": {
"type": "git",
Expand All @@ -30,7 +31,8 @@
"dependencies": {
"axios": "^0.21.1",
"classnames": "^2.2.6",
"he": "^1.2.0"
"he": "^1.2.0",
"reactjs-google-calendar": "^2.1.3"
},
"peerDependencies": {
"react": "^17.0.2",
Expand All @@ -41,7 +43,7 @@
"@types/classnames": "^2.2.11",
"@types/he": "^1.1.0",
"@types/node": "^14.14.37",
"@types/react": "^16.9.12",
"@types/react": "^17.0.3",
"react-scripts": "^4.0.3",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit d32f1ef

Please sign in to comment.