Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit aa01bf6

Browse files
committed
Update dependencies
1 parent 80a9819 commit aa01bf6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- Fixed inclusion of `__source` and `__self` debugging information when transpiling JSX in `react-component` projects by defaulting `process.env.NODE_ENV` to `'production'` when building.
44

5+
## Dependencies
6+
7+
- open: v7.0.3 → [v7.0.4](https://github.com/sindresorhus/open/releases/tag/v7.0.4)
8+
59
# 0.24.6 / 2020-05-12
610

711
## Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"mini-css-extract-plugin": "0.9.0",
9797
"@insin/npm-install-webpack-plugin": "5.0.0",
9898
"optimize-css-assets-webpack-plugin": "5.0.3",
99-
"open": "7.0.3",
99+
"open": "7.0.4",
100100
"postcss-loader": "3.0.0",
101101
"style-loader": "1.2.1",
102102
"terser-webpack-plugin": "2.3.6",

0 commit comments

Comments
 (0)