Skip to content

Commit 57ef103

Browse files

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": {
66
"type": "git",

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"keywords": [
55
"react"
66
],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",

packages/react-app-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": {
66
"type": "git",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
@@ -69,7 +69,7 @@
6969
"loader-utils": "1.2.3",
7070
"opn": "5.4.0",
7171
"pkg-up": "2.0.0",
72-
"react-error-overlay": "^5.1.5",
72+
"react-error-overlay": "^5.1.6",
7373
"recursive-readdir": "2.2.2",
7474
"shell-quote": "1.6.1",
7575
"sockjs-client": "1.3.0",

packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -40,12 +40,12 @@
4040
"babel-eslint": "10.0.1",
4141
"babel-jest": "^24.8.0",
4242
"babel-loader": "8.0.5",
43-
"babel-preset-react-app": "^8.0.0",
43+
"babel-preset-react-app": "^9.0.0",
4444
"chalk": "^2.4.2",
4545
"chokidar": "^2.1.2",
4646
"cross-env": "5.2.0",
4747
"eslint": "^5.16.0",
48-
"eslint-config-react-app": "^4.0.0",
48+
"eslint-config-react-app": "^4.0.1",
4949
"eslint-plugin-flowtype": "2.50.1",
5050
"eslint-plugin-import": "2.16.0",
5151
"eslint-plugin-jsx-a11y": "6.2.1",
@@ -58,7 +58,7 @@
5858
"promise": "8.0.2",
5959
"raw-loader": "^1.0.0",
6060
"react": "^16.8.4",
61-
"react-app-polyfill": "^1.0.0",
61+
"react-app-polyfill": "^1.0.1",
6262
"react-dom": "^16.8.4",
6363
"rimraf": "^2.6.3",
6464
"settle-promise": "1.0.0",

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -36,14 +36,14 @@
3636
"babel-jest": "^24.8.0",
3737
"babel-loader": "8.0.5",
3838
"babel-plugin-named-asset-import": "^0.3.2",
39-
"babel-preset-react-app": "^8.0.0",
39+
"babel-preset-react-app": "^9.0.0",
4040
"camelcase": "^5.2.0",
4141
"case-sensitive-paths-webpack-plugin": "2.2.0",
4242
"css-loader": "2.1.1",
4343
"dotenv": "6.2.0",
4444
"dotenv-expand": "4.2.0",
4545
"eslint": "^5.16.0",
46-
"eslint-config-react-app": "^4.0.0",
46+
"eslint-config-react-app": "^4.0.1",
4747
"eslint-loader": "2.1.2",
4848
"eslint-plugin-flowtype": "2.50.1",
4949
"eslint-plugin-import": "2.16.0",
@@ -67,8 +67,8 @@
6767
"postcss-normalize": "7.0.1",
6868
"postcss-preset-env": "6.6.0",
6969
"postcss-safe-parser": "4.0.1",
70-
"react-app-polyfill": "^1.0.0",
71-
"react-dev-utils": "^9.0.0",
70+
"react-app-polyfill": "^1.0.1",
71+
"react-dev-utils": "^9.0.1",
7272
"resolve": "1.10.0",
7373
"sass-loader": "7.1.0",
7474
"semver": "6.0.0",

0 commit comments

Comments
 (0)