Skip to content

Commit bcb9c41

Browse files
committed
Update @babel, autoprefixer, and sass for v5.9.2
1 parent 2e75868 commit bcb9c41

3 files changed

Lines changed: 400 additions & 360 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Changelog
22

3+
## v5.9.2 - 2021-08-10
4+
5+
### 📚 Libraries
6+
7+
* @babel/* `7.14 -> 7.15`
8+
* autoprefixer `10.2 -> 10.3`
9+
* sass `1.35 -> 1.37`
10+
11+
[Commit Log](https://github.com/xh/hoist-dev-utils/compare/v5.9.1...5.9.2)
12+
313
## v5.9.1 - 2021-06-24
414

515
### 📚 Libraries
616

7-
* @babel/core & related `7.13 -> 7.14`
17+
* @babel/* `7.13 -> 7.14`
818
* mini-css-extract-plugin `1.4 -> 1.6`
919
* post-css `8.2 -> 8.3`
1020
* sass `1.32 -> 1.35`
@@ -69,7 +79,7 @@
6979

7080
### 📚 Libraries
7181

72-
* @babel/core & related `7.12 -> 7.13`
82+
* @babel/* `7.12 -> 7.13`
7383
* @xh/eslint-config `2.3 -> 3.0`
7484
* autoprefixer `10.0 -> 10.2`
7585
* case-sensitive-paths-webpack-plugin `2.3 -> 2.4`
@@ -89,7 +99,7 @@
8999

90100
### 📚 Libraries
91101

92-
* @babel/core & related `7.11 -> 7.12`
102+
* @babel/* `7.11 -> 7.12`
93103
* @types/react `16.9 -> 17.0`
94104
* autoprefixer `9.8 -> 10.0`
95105
* babel-loader `8.1 -> 8.2`

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"configureWebpack.js"
1212
],
1313
"dependencies": {
14-
"@babel/core": "~7.14.5",
14+
"@babel/core": "~7.15.0",
1515
"@babel/plugin-proposal-decorators": "~7.14.5",
16-
"@babel/preset-env": "~7.14.5",
16+
"@babel/preset-env": "~7.15.0",
1717
"@babel/preset-react": "~7.14.5",
18-
"@types/lodash": "~4.14.168",
19-
"@types/react": "~17.0.11",
20-
"@xh/eslint-config": "~3.0.3",
21-
"autoprefixer": "~10.2.5",
18+
"@types/lodash": "~4.14.172",
19+
"@types/react": "~17.0.16",
20+
"@xh/eslint-config": "~3.0.5",
21+
"autoprefixer": "~10.3.1",
2222
"babel-loader": "~8.2.2",
2323
"babel-plugin-transform-imports": "~2.0.0",
2424
"case-sensitive-paths-webpack-plugin": "~2.4.0",
@@ -37,7 +37,7 @@
3737
"postcss-flexbugs-fixes": "~5.0.2",
3838
"postcss-loader": "~4.1.0",
3939
"rimraf": "~3.0.2",
40-
"sass": "~1.35.1",
40+
"sass": "~1.37.5",
4141
"sass-loader": "~10.1.0",
4242
"sass-material-colors": "~0.0.5",
4343
"style-loader": "~2.0.0",

0 commit comments

Comments
 (0)