Skip to content

Commit

Permalink
Add @types defs for react/lodash, other minor/patch updates
Browse files Browse the repository at this point in the history
+ Bundling these type definitions here purely for developer / IDE convenience - having them in your project can help IntelliJ and others pick up better hinting, including recognizing types like `ReactNode` in jsdoc statements.
+ Other minor/patch updates for deps and general run of yarn upgrade
+ Changelog for 4.3.4
  • Loading branch information
amcclain committed Oct 14, 2019
1 parent f1282f7 commit 07a31ce
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 113 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 4.3.4 - 2019-10-14

### ⚙️ Technical

* Bundled `@types/lodash` and `@types/react` as dev dependencies for developer convenience / better
hinting options from IDEs, including support for types such as `ReactNode` in jsdoc comments.

### 📚 Libraries

* @babel/preset-react `7.0 -> 7.6`

[Commit Log](https://github.com/xh/hoist-dev-utils/compare/v4.3.3...v4.3.4)

## 4.3.3 - 2019-10-07

### ⚙️ Technical
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@
"configureWebpack.js"
],
"dependencies": {
"@babel/core": "~7.6.2",
"@babel/core": "~7.6.4",
"@babel/plugin-proposal-class-properties": "~7.5.5",
"@babel/plugin-proposal-decorators": "~7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "~7.4.4",
"@babel/plugin-proposal-optional-chaining": "~7.6.0",
"@babel/preset-env": "~7.6.2",
"@babel/preset-react": "~7.0.0",
"@babel/preset-env": "~7.6.3",
"@babel/preset-react": "~7.6.3",
"@types/lodash": "~4.14.144",
"@types/react": "~16.9.5",
"@xh/eslint-config": "~2.2.0",
"autoprefixer": "~9.6.4",
"autoprefixer": "~9.6.5",
"babel-loader": "~8.0.6",
"babel-plugin-transform-imports": "~2.0.0",
"case-sensitive-paths-webpack-plugin": "~2.2.0",
Expand All @@ -39,9 +41,9 @@
"sass-loader": "~8.0.0",
"sass-material-colors": "~0.0.5",
"style-loader": "~1.0.0",
"terser-webpack-plugin": "~2.1.2",
"terser-webpack-plugin": "~2.1.3",
"url-loader": "~2.2.0",
"webpack": "~4.41.0",
"webpack": "~4.41.1",
"webpack-bundle-analyzer": "~3.5.2",
"webpack-cli": "~3.3.9",
"webpack-dev-server": "~3.8.2",
Expand Down
Loading

0 comments on commit 07a31ce

Please sign in to comment.