Skip to content

Commit

Permalink
fix(deps): update TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed May 8, 2022
1 parent 132e3b1 commit c8181a7
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
56 changes: 56 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "react-demo-tab",
"version": "0.0.0-development",
"description": "A React component to easily create demos of other components",
"module": "./dist/index.esm.js",
"main": "./dist/index.umd.js",
"types": "./dist/types/index.d.ts",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md"
Expand Down Expand Up @@ -66,6 +66,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.6.0",
Expand Down

0 comments on commit c8181a7

Please sign in to comment.