File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# ` backpack-react-scripts ` Change Log
22
3- ## 9.1.0 - UNRELEASED
3+ ## 9.1.0
44
55- Add ` thread-loader ` to speed up webpack workflow by bundling in parallels
66- Add ` cache-loader ` to speed up local development
Original file line number Diff line number Diff line change 11{
22 "name" : " @skyscanner/backpack-react-scripts" ,
3- "version" : " 9.0.3 " ,
3+ "version" : " 9.1.0 " ,
44 "description" : " Backpack configuration and scripts for Create React App." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ checkDependencies
137137# ******************************************************************************
138138
139139cd " $temp_app_path "
140- npx create-react-app test-use-npm-flag --use-npm --scripts-version=@skyscanner/backpack-react-scripts --template @skyscanner/backpack
140+ npx create-react-app test-use-npm-flag --use-npm --scripts-version=@skyscanner/backpack-react-scripts@9.1.0 --template @skyscanner/backpack
141141cd test-use-npm-flag
142142
143143# Check corresponding scripts version is installed.
144144exists node_modules/@skyscanner/backpack-react-scripts
145145[ ! -e " yarn.lock" ] && echo " yarn.lock correctly does not exist"
146- grep ' "version": "9.0.3 "' node_modules/@skyscanner/backpack-react-scripts/package.json
146+ grep ' "version": "9.1.0 "' node_modules/@skyscanner/backpack-react-scripts/package.json
147147checkDependencies
148148
149149# ******************************************************************************
You can’t perform that action at this time.
0 commit comments