Skip to content

Commit 3f267a9

Browse files
committed
Upgrade dependencies and remove the lockfile.
1 parent 90b7891 commit 3f267a9

File tree

13 files changed

+46
-19138
lines changed

13 files changed

+46
-19138
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ npm-debug.log*
1010
yarn-debug.log*
1111
yarn-error.log*
1212
lerna-debug.log*
13+
14+
# these cause more harm than good
15+
# when working with contributors
16+
package-lock.json
17+
yarn.lock

examples/basic-fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/basic-hook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/custom-instance/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/movie-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/with-abortcontroller/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/with-nextjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"dependencies": {
1818
"isomorphic-fetch": "2.2.1",
19-
"next": "9.0.7",
20-
"react": "16.10.1",
19+
"next": "9.0.8",
20+
"react": "16.10.2",
2121
"react-async": "8.0.0",
2222
"react-async-devtools": "8.0.0",
23-
"react-dom": "16.10.1"
23+
"react-dom": "16.10.2"
2424
},
2525
"devDependencies": {
2626
"relative-deps": "0.1.2"

examples/with-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"expo": "35.0.0",
19-
"react": "16.10.1",
19+
"react": "16.10.2",
2020
"react-async": "8.0.0",
21-
"react-dom": "16.10.1",
21+
"react-dom": "16.10.2",
2222
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
2323
"react-native-web": "0.11.7"
2424
},

examples/with-react-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"build": "parcel build index.html"
1212
},
1313
"dependencies": {
14-
"react": "16.10.1",
14+
"react": "16.10.2",
1515
"react-async": "8.0.0",
1616
"react-async-devtools": "8.0.0",
17-
"react-dom": "16.10.1",
18-
"react-router-dom": "5.1.1"
17+
"react-dom": "16.10.2",
18+
"react-router-dom": "5.1.2"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "7.6.2",

examples/with-suspense/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"react": "16.10.1",
17+
"react": "16.10.2",
1818
"react-async": "8.0.0",
1919
"react-async-devtools": "8.0.0",
20-
"react-dom": "16.10.1",
21-
"react-scripts": "3.1.2"
20+
"react-dom": "16.10.2",
21+
"react-scripts": "3.2.0"
2222
},
2323
"devDependencies": {
2424
"relative-deps": "0.1.2"

examples/with-typescript/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"now-build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
1515
},
1616
"dependencies": {
17-
"@types/node": "12.7.8",
18-
"@types/react": "16.9.3",
17+
"@types/node": "12.7.11",
18+
"@types/react": "16.9.5",
1919
"@types/react-dom": "16.9.1",
20-
"react": "16.10.1",
20+
"react": "16.10.2",
2121
"react-async": "8.0.0",
2222
"react-async-devtools": "8.0.0",
23-
"react-dom": "16.10.1",
24-
"react-scripts": "3.1.2",
23+
"react-dom": "16.10.2",
24+
"react-scripts": "3.2.0",
2525
"typescript": "3.6.3"
2626
},
2727
"devDependencies": {

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:latest": "yarn add -D -W react@latest react-dom@latest && yarn test",
2626
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
2727
"test:examples": "CI=1 lerna run --scope '*-example' test -- --passWithNoTests --watchAll=false",
28-
"test:chromatic": "chromatic test --app-code iiua39bmt0j --build-script-name build:storybook",
28+
"test:chromatic": "chromatic --app-code iiua39bmt0j --build-script-name build:storybook",
2929
"ci": "yarn lint && yarn test:compat && yarn test:examples",
3030
"build:packages": "lerna run --scope 'react-async*' build",
3131
"build:examples": "lerna run --scope '*-example' build",
@@ -47,27 +47,27 @@
4747
"@pika/plugin-standard-pkg": "0.6.1",
4848
"@storybook/react": "5.2.1",
4949
"@testing-library/jest-dom": "4.1.0",
50-
"@testing-library/react": "9.2.0",
50+
"@testing-library/react": "9.3.0",
5151
"babel-eslint": "10.0.3",
5252
"babel-jest": "24.9.0",
5353
"babel-loader": "8.0.6",
5454
"copyfiles": "2.1.1",
55-
"eslint": "6.5.0",
56-
"eslint-config-prettier": "6.3.0",
55+
"eslint": "6.5.1",
56+
"eslint-config-prettier": "6.4.0",
5757
"eslint-plugin-jest": "22.17.0",
5858
"eslint-plugin-prettier": "3.1.1",
5959
"eslint-plugin-promise": "4.2.1",
60-
"eslint-plugin-react": "7.14.3",
61-
"eslint-plugin-react-hooks": "2.1.1",
60+
"eslint-plugin-react": "7.16.0",
61+
"eslint-plugin-react-hooks": "2.1.2",
6262
"jest": "24.9.0",
6363
"lerna": "3.16.4",
64-
"now": "16.3.0",
64+
"now": "16.3.1",
6565
"npm-run-all": "4.1.5",
6666
"prettier": "1.18.2",
6767
"prop-types": "15.7.2",
68-
"react": "16.10.1",
68+
"react": "16.10.2",
6969
"react-async": "8.0.0",
70-
"react-dom": "16.10.1",
71-
"storybook-chromatic": "2.2.2"
70+
"react-dom": "16.10.2",
71+
"storybook-chromatic": "3.0.0"
7272
}
7373
}

0 commit comments

Comments
 (0)