Skip to content

Commit

Permalink
Update to react-scripts 2.1.2. Waiting for this PR in craco - dilanx/…
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 27, 2018
1 parent ef1f813 commit f8ecebe
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 115 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ you should use the [`craco-antd`](https://github.com/FormAPI/craco-antd) plugin.

`craco-less` is tested with:

- `react-scripts`: `^2.1.1`
- `react-scripts`: `^2.1.2`
- `@craco/craco`: `^3.2.2`

## Installation
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/FormAPI/craco-less#readme",
"devDependencies": {
"@craco/craco": "^3.2.2",
"react-scripts": "^2.1.1",
"@craco/craco": "^3.2.3",
"react-scripts": "^2.1.2",
"clone": "^2.1.2",
"coveralls": "^3.0.2",
"eslint": "5.6.0",
Expand All @@ -42,8 +42,8 @@
"webpack": "4.19.1"
},
"peerDependencies": {
"@craco/craco": "^3.2.2",
"react-scripts": "^2.1.1"
"@craco/craco": "^3.2.3",
"react-scripts": "^2.1.2"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit f8ecebe

Please sign in to comment.