Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7c0b59

Browse files
committed
Publish
- 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
1 parent 6a7a43f commit d7c0b59

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

‎packages/babel-plugin-named-asset-import/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-named-asset-import",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Babel plugin for named asset imports in Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",

‎packages/babel-preset-react-app/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

‎packages/create-react-app/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"keywords": [
55
"react"
66
],

‎packages/eslint-config-react-app/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

‎packages/react-app-polyfill/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

‎packages/react-dev-utils/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -62,7 +62,7 @@
6262
"loader-utils": "1.1.0",
6363
"opn": "5.4.0",
6464
"pkg-up": "2.0.0",
65-
"react-error-overlay": "^5.1.0",
65+
"react-error-overlay": "^5.1.1",
6666
"recursive-readdir": "2.2.2",
6767
"shell-quote": "1.6.1",
6868
"sockjs-client": "1.1.5",

‎packages/react-error-overlay/package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -37,12 +37,12 @@
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
3939
"babel-loader": "8.0.4",
40-
"babel-preset-react-app": "^6.1.0",
40+
"babel-preset-react-app": "^7.0.0",
4141
"chalk": "^2.3.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",
4444
"eslint": "5.6.0",
45-
"eslint-config-react-app": "^3.0.5",
45+
"eslint-config-react-app": "^3.0.6",
4646
"eslint-plugin-flowtype": "2.50.1",
4747
"eslint-plugin-import": "2.14.0",
4848
"eslint-plugin-jsx-a11y": "6.1.1",
@@ -55,7 +55,7 @@
5555
"promise": "8.0.2",
5656
"raw-loader": "^0.5.1",
5757
"react": "^16.3.2",
58-
"react-app-polyfill": "^0.1.3",
58+
"react-app-polyfill": "^0.2.0",
5959
"react-dom": "^16.3.2",
6060
"rimraf": "^2.6.2",
6161
"settle-promise": "1.0.0",

‎packages/react-scripts/package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -30,16 +30,16 @@
3030
"babel-eslint": "9.0.0",
3131
"babel-jest": "23.6.0",
3232
"babel-loader": "8.0.4",
33-
"babel-plugin-named-asset-import": "^0.2.3",
34-
"babel-preset-react-app": "^6.1.0",
33+
"babel-plugin-named-asset-import": "^0.3.0",
34+
"babel-preset-react-app": "^7.0.0",
3535
"bfj": "6.1.1",
3636
"case-sensitive-paths-webpack-plugin": "2.1.2",
3737
"chalk": "2.4.1",
3838
"css-loader": "1.0.0",
3939
"dotenv": "6.0.0",
4040
"dotenv-expand": "4.2.0",
4141
"eslint": "5.6.0",
42-
"eslint-config-react-app": "^3.0.5",
42+
"eslint-config-react-app": "^3.0.6",
4343
"eslint-loader": "2.1.1",
4444
"eslint-plugin-flowtype": "2.50.1",
4545
"eslint-plugin-import": "2.14.0",
@@ -60,8 +60,8 @@
6060
"postcss-loader": "3.0.0",
6161
"postcss-preset-env": "6.3.1",
6262
"postcss-safe-parser": "4.0.1",
63-
"react-app-polyfill": "^0.1.3",
64-
"react-dev-utils": "^6.1.1",
63+
"react-app-polyfill": "^0.2.0",
64+
"react-dev-utils": "^7.0.0",
6565
"resolve": "1.8.1",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /