Skip to content

Commit

Permalink
chore(deps): typescript, rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftdorian committed Dec 9, 2021
1 parent 30b15ea commit ce9c706
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-node-resolve": "^13.0.6",
"@storybook/addon-actions": "^6.4.8",
"@storybook/addon-essentials": "^6.4.8",
"@storybook/addon-links": "^6.4.8",
Expand All @@ -44,11 +44,11 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.53.2",
"rollup": "^2.60.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.0",
"rollup-plugin-typescript2": "^0.31.1",
"ts-jest": "^27.1.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}

0 comments on commit ce9c706

Please sign in to comment.