Unverified Commit b2c0b3f7 authored by Joe Haddad's avatar Joe Haddad
Browse files

Publish

 - babel-preset-react-app@3.0.3
 - create-react-app@1.4.1
 - eslint-config-react-app@2.0.1
 - react-dev-utils@4.1.0
 - react-error-overlay@2.0.2
 - react-scripts@1.0.14
parent fedc5392
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 12 additions and 12 deletions
+12 -12
{ {
"name": "babel-preset-react-app", "name": "babel-preset-react-app",
"version": "3.0.2", "version": "3.0.3",
"description": "Babel preset used by Create React App", "description": "Babel preset used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "MIT", "license": "MIT",
......
{ {
"name": "create-react-app", "name": "create-react-app",
"version": "1.4.0", "version": "1.4.1",
"keywords": [ "keywords": [
"react" "react"
], ],
......
{ {
"name": "eslint-config-react-app", "name": "eslint-config-react-app",
"version": "2.0.0", "version": "2.0.1",
"description": "ESLint configuration used by Create React App", "description": "ESLint configuration used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "MIT", "license": "MIT",
......
{ {
"name": "react-dev-utils", "name": "react-dev-utils",
"version": "4.0.1", "version": "4.1.0",
"description": "Webpack utilities used by Create React App", "description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "MIT", "license": "MIT",
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"inquirer": "3.2.1", "inquirer": "3.2.1",
"is-root": "1.0.0", "is-root": "1.0.0",
"opn": "5.1.0", "opn": "5.1.0",
"react-error-overlay": "^2.0.1", "react-error-overlay": "^2.0.2",
"recursive-readdir": "2.2.1", "recursive-readdir": "2.2.1",
"shell-quote": "1.6.1", "shell-quote": "1.6.1",
"sockjs-client": "1.1.4", "sockjs-client": "1.1.4",
......
{ {
"name": "react-error-overlay", "name": "react-error-overlay",
"version": "2.0.1", "version": "2.0.2",
"description": "An overlay for displaying stack frames.", "description": "An overlay for displaying stack frames.",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
"devDependencies": { "devDependencies": {
"babel-cli": "6.24.1", "babel-cli": "6.24.1",
"babel-eslint": "7.2.3", "babel-eslint": "7.2.3",
"babel-preset-react-app": "^3.0.2", "babel-preset-react-app": "^3.0.3",
"cross-env": "5.0.5", "cross-env": "5.0.5",
"eslint": "4.4.1", "eslint": "4.4.1",
"eslint-config-react-app": "^2.0.0", "eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "2.35.0", "eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0", "eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-jsx-a11y": "5.1.1",
......
{ {
"name": "react-scripts", "name": "react-scripts",
"version": "1.0.13", "version": "1.0.14",
"description": "Configuration and scripts for Create React App.", "description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "MIT", "license": "MIT",
...@@ -26,14 +26,14 @@ ...@@ -26,14 +26,14 @@
"babel-eslint": "7.2.3", "babel-eslint": "7.2.3",
"babel-jest": "20.0.3", "babel-jest": "20.0.3",
"babel-loader": "7.1.1", "babel-loader": "7.1.1",
"babel-preset-react-app": "^3.0.2", "babel-preset-react-app": "^3.0.3",
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1", "case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3", "chalk": "1.1.3",
"css-loader": "0.28.4", "css-loader": "0.28.4",
"dotenv": "4.0.0", "dotenv": "4.0.0",
"eslint": "4.4.1", "eslint": "4.4.1",
"eslint-config-react-app": "^2.0.0", "eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0", "eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.35.0", "eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0", "eslint-plugin-import": "2.7.0",
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
"postcss-flexbugs-fixes": "3.2.0", "postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6", "postcss-loader": "2.0.6",
"promise": "8.0.1", "promise": "8.0.1",
"react-dev-utils": "^4.0.1", "react-dev-utils": "^4.1.0",
"style-loader": "0.18.2", "style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.4", "sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9", "url-loader": "0.5.9",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment