We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0174696 commit 1487410Copy full SHA for 1487410
packages/react-scripts/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# `backpack-react-scripts` Change Log
2
3
+## 9.0.2
4
+
5
+- Rebased onto `upstream/master` v4.0.1 (de8b2b3f2d0a699284420c19d5b4db0be776e0cf)
6
+- Bumped `@svgr/webpack` to v5.5.0
7
8
## 9.0.1
9
10
- Fixed an issue where eslint was being shipped, which is not required due to our own linting package.
packages/react-scripts/package.json
@@ -27,7 +27,7 @@
27
"dependencies": {
28
"@babel/core": "7.12.3",
29
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
30
- "@svgr/webpack": "5.4.0",
+ "@svgr/webpack": "5.5.0",
31
"@typescript-eslint/eslint-plugin": "^4.5.0",
32
"@typescript-eslint/parser": "^4.5.0",
33
"babel-eslint": "^10.1.0",
0 commit comments