Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 30, 2021
1 parent 70c884a commit 8b4a60f
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 1,682 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Features](#features)
- [Quick Start](#quick-start)
- [`npm start` or `yarn start`](#npm-start-or-yarn-start)
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
"@babel/preset-env": "^7.15.6",
"@babel/traverse": "^7.15.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"ansi-escapes": "^4.3.2",
"asyncro": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.2.2",
"babel-plugin-transform-rename-import": "^2.3.0",
"camelcase": "^6.2.0",
Expand All @@ -77,8 +77,8 @@
"eslint-plugin-react-hooks": "^4.2.0",
"execa": "^4.1.0",
"figlet": "^1.5.2",
"fs-extra": "^9.1.0",
"jest": "^27.2.2",
"fs-extra": "^10.0.0",
"jest": "^27.2.3",
"jest-watch-typeahead": "^0.6.4",
"jpjs": "^1.2.1",
"lodash.merge": "^4.6.2",
Expand All @@ -104,7 +104,7 @@
"@types/eslint": "^7.28.0",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.174",
"@types/lodash": "^4.14.175",
"@types/node": "^14.17.19",
"@types/react": "^16.14.15",
"@types/rollup-plugin-json": "^3.0.3",
Expand All @@ -115,15 +115,15 @@
"auto-changelog": "^2.3.0",
"autoprefixer": "^9.8.6",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^4.1.11",
"doctoc": "^1.4.0",
"cssnano": "^5.0.8",
"doctoc": "^2.0.1",
"husky": "^4.3.8",
"pretty-quick": "^3.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"release-it": "^14.11.6",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-postcss": "^4.0.1",
"styled-components": "^5.3.1",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
Expand Down

0 comments on commit 8b4a60f

Please sign in to comment.