Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Merge facebook master #23

Merged
merged 49 commits into from
Feb 14, 2017
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
7d66ba1
Downgrading to compatible version of SockJS-Client (#1274)
holloway Dec 21, 2016
ac6a4c8
Updated react-scripts babel-jest && jest packages to 18.0.0 (#1311)
lopezator Dec 23, 2016
e45b087
Fixes duplicate "is" typo (#1306)
jmagrippis Dec 30, 2016
a90e2b2
fix readme: remove double 'we' (#1312)
Chris-R3 Dec 30, 2016
4d7b754
Use npm script hooks to avoid && in deploy script (#1324)
zpao Dec 30, 2016
2548027
Bump babel-loader version (#1009) (#1309)
frontsideair Jan 8, 2017
1b645e2
Use yarnpkg alias to run Yarn (#1365)
fson Jan 9, 2017
24abc5e
Use yarnpkg alias to run Yarn (#1365)
fson Jan 9, 2017
ad86746
Update changelog for 0.8.5
fson Jan 9, 2017
a5b8389
Publish
fson Jan 9, 2017
11cc5ae
Merge pull request #1367 from facebookincubator/0.8.x
fson Jan 9, 2017
d29fb00
Add missing import in react-dev-utils README.md (#1369)
pedronauck Jan 11, 2017
3f6937c
Change console.log for errors and warnings (#1375)
jimmyhmiller Jan 11, 2017
17bb8d4
webpack-dev-server patch for 'still-ok' success status (#1377)
Jan 12, 2017
7cd03f9
Document Flow support (#1384)
dschep Jan 12, 2017
9099570
Use a more sophisticated template for end-to-end testing. (#1187)
EnoahNetzach Jan 23, 2017
adce379
replace two space syntax with <br> tag (#1393)
carlsagan21 Jan 23, 2017
65bde54
Add causes of dev server not detecting changes (#1422)
jetpackpony Jan 23, 2017
3bb31cc
Added links to tutorials for integrating cra with an api backend (#1437)
alexdriaguine Jan 24, 2017
dbb7ffe
Added babel-runtime dependency to deduplicate dependencies when using…
jkimbo Jan 24, 2017
da321b2
Bump Jest version (#1432)
gaearon Jan 24, 2017
dd788b6
Readme: Removes experimental from Jest snapshot (#1453)
frehner Jan 26, 2017
bc2fc80
eject: Additionally remove `react-scripts` from dependencies (#1458)
creynders Jan 27, 2017
1d586aa
E2e jsdom fix (#1470)
EnoahNetzach Jan 30, 2017
8964dd6
- import expect and expect flow (#1463)
tuchk4 Jan 30, 2017
6424232
Reflect websocket proxy support on README (#1013) (#1483)
frontsideair Feb 4, 2017
65e6340
Edit User Guide: Add ESLint config for VS Code users (#1482)
Feb 4, 2017
adab23f
e2e: Reduce complexity of e2e and improve Jest coverage (#1484)
Timer Feb 4, 2017
9e0e18f
UX: Explain why build is failing (#1352)
jayphelps Jan 5, 2017
0ac0d11
Update comments for webpack loaders
ro-savage Feb 8, 2017
c811a31
Change "OS X" references to "macOS" (#1511)
RodrigoHahn Feb 9, 2017
de6e059
corrected minor typo (#1514)
Feb 9, 2017
160d8d1
clarifying the use of custom environment variables (#1513)
calweb Feb 9, 2017
b999405
Add missing '\n' to the end of `package.json` file (#1510)
pd4d10 Feb 9, 2017
1d9159d
Make all react app vars accessible in index.html (#1440)
jihchi Feb 10, 2017
613b584
Add `PUBLIC_URL` env variable for advanced use (#937) (#1504)
Timer Feb 10, 2017
8e127aa
Support relative asset paths for special case (#1489)
tibdex Feb 10, 2017
7a02f9a
readme: Add Advanced Configuration (#1515)
Timer Feb 10, 2017
e19b0f6
Make build exit with error code when interrupted (#1496)
brandones Feb 11, 2017
ac39a46
Bump lerna
gaearon Feb 11, 2017
b9d679a
Add test cases for PUBLIC_URL and relative path (#1519)
Timer Feb 11, 2017
5211141
Add an annoying nit
gaearon Feb 11, 2017
354fce0
Upgrade babel dependencies
Timer Feb 11, 2017
7556997
Don't run CI on Node 0.10 (#1521)
gaearon Feb 11, 2017
b0b0e6d
fix: add yarn gitignores (#1507)
AndersDJohnson Feb 11, 2017
15e0b98
Upgrade dependencies (#1522)
Timer Feb 11, 2017
84be4dd
Add CHANGELOG
Timer Feb 11, 2017
49ed54f
Merge commit '84be4dd0bdf6155c075f9e9bee9f075d8982d0cd' into merge-fa…
wmonk Feb 12, 2017
42446dc
Remove merge conflicts, and Flow
wmonk Feb 14, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade dependencies (#1522)
* Upgrade dependencies

* Re-add caret
  • Loading branch information
Timer authored Feb 11, 2017
commit 15e0b984799a7896cf6ba4bff83511a6dea7145b
20 changes: 10 additions & 10 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"react-scripts": "./bin/react-scripts.js"
},
"dependencies": {
"autoprefixer": "6.5.1",
"babel-core": "6.17.0",
"autoprefixer": "6.7.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-runtime": "^6.20.0",
"babel-preset-react-app": "^2.0.1",
"babel-runtime": "^6.20.0",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.0",
"css-loader": "0.26.1",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"eslint": "3.8.1",
Expand All @@ -45,16 +45,16 @@
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"file-loader": "0.10.0",
"filesize": "3.3.0",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.2",
"http-proxy-middleware": "0.17.3",
"jest": "18.1.0",
"json-loader": "0.5.4",
"object-assign": "4.1.0",
"postcss-loader": "1.0.0",
"object-assign": "4.1.1",
"postcss-loader": "1.2.2",
"promise": "7.1.1",
"react-dev-utils": "^0.4.2",
"recursive-readdir": "2.1.0",
Expand All @@ -64,13 +64,13 @@
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "1.0.0"
"whatwg-fetch": "2.0.2"
},
"devDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
},
"optionalDependencies": {
"fsevents": "1.0.14"
"fsevents": "1.0.17"
}
}