Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-named-asset-import@0.3.0
 - babel-preset-react-app@7.0.0
 - create-react-app@2.1.2
 - eslint-config-react-app@3.0.6
 - react-app-polyfill@0.2.0
 - react-dev-utils@7.0.0
 - react-error-overlay@5.1.1
 - react-scripts@2.1.2
  • Loading branch information
Timer committed Dec 23, 2018
1 parent 6a7a43f commit d7c0b59
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-named-asset-import",
"version": "0.2.3",
"version": "0.3.0",
"description": "Babel plugin for named asset imports in Create React App",
"repository": "facebookincubator/create-react-app",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-react-app",
"version": "6.1.0",
"version": "7.0.0",
"description": "Babel preset used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "3.0.5",
"version": "3.0.6",
"description": "ESLint configuration used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app-polyfill",
"version": "0.1.3",
"version": "0.2.0",
"description": "Polyfills for various browsers including commonly used language features",
"repository": "facebook/create-react-app",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "6.1.1",
"version": "7.0.0",
"description": "Webpack utilities used by Create React App",
"repository": "facebook/create-react-app",
"license": "MIT",
Expand Down Expand Up @@ -62,7 +62,7 @@
"loader-utils": "1.1.0",
"opn": "5.4.0",
"pkg-up": "2.0.0",
"react-error-overlay": "^5.1.0",
"react-error-overlay": "^5.1.1",
"recursive-readdir": "2.2.2",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "5.1.0",
"version": "5.1.1",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -37,12 +37,12 @@
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-preset-react-app": "^6.1.0",
"babel-preset-react-app": "^7.0.0",
"chalk": "^2.3.2",
"chokidar": "^2.0.2",
"cross-env": "5.2.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.5",
"eslint-config-react-app": "^3.0.6",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
Expand All @@ -55,7 +55,7 @@
"promise": "8.0.2",
"raw-loader": "^0.5.1",
"react": "^16.3.2",
"react-app-polyfill": "^0.1.3",
"react-app-polyfill": "^0.2.0",
"react-dom": "^16.3.2",
"rimraf": "^2.6.2",
"settle-promise": "1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "2.1.1",
"version": "2.1.2",
"description": "Configuration and scripts for Create React App.",
"repository": "facebook/create-react-app",
"license": "MIT",
Expand Down Expand Up @@ -30,16 +30,16 @@
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-named-asset-import": "^0.2.3",
"babel-preset-react-app": "^6.1.0",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-preset-react-app": "^7.0.0",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.5",
"eslint-config-react-app": "^3.0.6",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
Expand All @@ -60,8 +60,8 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.3.1",
"postcss-safe-parser": "4.0.1",
"react-app-polyfill": "^0.1.3",
"react-dev-utils": "^6.1.1",
"react-app-polyfill": "^0.2.0",
"react-dev-utils": "^7.0.0",
"resolve": "1.8.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
Expand Down

0 comments on commit d7c0b59

Please sign in to comment.