Skip to content

Commit 0bb2ced

Browse files
committed
Update npm packages
1 parent ff7f944 commit 0bb2ced

File tree

19 files changed

+4847
-4121
lines changed

19 files changed

+4847
-4121
lines changed

examples/Bootstrap4/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@
2222
"test:e2e": "jest --config jest-e2e.config.js --verbose"
2323
},
2424
"dependencies": {
25-
"bootstrap": "^4.3.1",
26-
"core-js": "^3.2.1",
25+
"bootstrap": "^4.4.1",
26+
"core-js": "^3.6.4",
2727
"lodash-es": "^4.17.15",
2828
"raf": "^3.4.1",
29-
"react": "^16.9.0",
30-
"react-dom": "^16.9.0",
29+
"react": "^16.13.0",
30+
"react-dom": "^16.13.0",
3131
"react-form-with-constraints": "^0.14.0",
3232
"react-form-with-constraints-bootstrap4": "^0.14.0",
3333
"react-form-with-constraints-tools": "^0.14.0"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.6.2",
37-
"@babel/preset-env": "^7.6.2",
38-
"@babel/preset-react": "^7.0.0",
36+
"@babel/core": "^7.8.6",
37+
"@babel/preset-env": "^7.8.6",
38+
"@babel/preset-react": "^7.8.3",
3939
"babel-loader": "^8.0.6",
40-
"css-loader": "^3.2.0",
41-
"file-loader": "^4.2.0",
42-
"http-server": "^0.11.1",
43-
"jest": "^24.9.0",
44-
"jest-puppeteer": "^4.3.0",
45-
"node-sass": "^4.12.0",
40+
"css-loader": "^3.4.2",
41+
"file-loader": "^5.1.0",
42+
"http-server": "^0.12.1",
43+
"jest": "^25.1.0",
44+
"jest-puppeteer": "^4.4.0",
45+
"node-sass": "^4.13.1",
4646
"postcss-loader": "^3.0.0",
4747
"postcss-preset-env": "^6.7.0",
48-
"puppeteer": "^1.20.0",
49-
"sass-loader": "^8.0.0",
50-
"style-loader": "^1.0.0",
51-
"webpack": "^4.41.0",
52-
"webpack-cli": "^3.3.9",
53-
"webpack-dev-server": "^3.8.1"
48+
"puppeteer": "^2.1.1",
49+
"sass-loader": "^8.0.2",
50+
"style-loader": "^1.1.3",
51+
"webpack": "^4.41.6",
52+
"webpack-cli": "^3.3.11",
53+
"webpack-dev-server": "^3.10.3"
5454
}
5555
}

examples/ClubMembers/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
"build:watch": "webpack -d --watch"
1818
},
1919
"dependencies": {
20-
"mobx": "^5.13.0",
21-
"mobx-react": "^6.1.3",
22-
"react": "^16.9.0",
23-
"react-dom": "^16.9.0",
20+
"mobx": "^5.15.4",
21+
"mobx-react": "^6.1.8",
22+
"react": "^16.13.0",
23+
"react-dom": "^16.13.0",
2424
"react-form-with-constraints": "^0.14.0",
2525
"react-form-with-constraints-tools": "^0.14.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.6.2",
29-
"@babel/plugin-proposal-class-properties": "^7.5.5",
30-
"@babel/plugin-proposal-decorators": "^7.6.0",
31-
"@babel/preset-react": "^7.0.0",
32-
"@babel/preset-typescript": "^7.6.0",
33-
"@types/node": "^12.7.7",
34-
"@types/react": "^16.9.2",
35-
"@types/react-dom": "^16.9.0",
36-
"@types/webpack": "^4.39.1",
37-
"file-loader": "^4.2.0",
38-
"ts-node": "^8.4.1",
39-
"typescript": "^3.6.3",
40-
"webpack": "^4.41.0",
41-
"webpack-cli": "^3.3.9"
28+
"@babel/core": "^7.8.6",
29+
"@babel/plugin-proposal-class-properties": "^7.8.3",
30+
"@babel/plugin-proposal-decorators": "^7.8.3",
31+
"@babel/preset-react": "^7.8.3",
32+
"@babel/preset-typescript": "^7.8.3",
33+
"@types/node": "^13.7.6",
34+
"@types/react": "^16.9.23",
35+
"@types/react-dom": "^16.9.5",
36+
"@types/webpack": "^4.41.6",
37+
"file-loader": "^5.1.0",
38+
"ts-node": "^8.6.2",
39+
"typescript": "^3.8.2",
40+
"webpack": "^4.41.6",
41+
"webpack-cli": "^3.3.11"
4242
}
4343
}

examples/HTML5ConstraintValidationAPI/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"build:watch": "webpack -d --watch"
2020
},
2121
"dependencies": {
22-
"react": "^16.9.0",
23-
"react-dom": "^16.9.0"
22+
"react": "^16.13.0",
23+
"react-dom": "^16.13.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.6.2",
27-
"@babel/preset-react": "^7.0.0",
28-
"@babel/preset-typescript": "^7.6.0",
29-
"@types/node": "^12.7.7",
30-
"@types/react": "^16.9.2",
31-
"@types/react-dom": "^16.9.0",
32-
"@types/webpack": "^4.39.1",
33-
"file-loader": "^4.2.0",
34-
"ts-node": "^8.4.1",
35-
"typescript": "^3.6.3",
36-
"webpack": "^4.41.0",
37-
"webpack-cli": "^3.3.9"
26+
"@babel/core": "^7.8.6",
27+
"@babel/preset-react": "^7.8.3",
28+
"@babel/preset-typescript": "^7.8.3",
29+
"@types/node": "^13.7.6",
30+
"@types/react": "^16.9.23",
31+
"@types/react-dom": "^16.9.5",
32+
"@types/webpack": "^4.41.6",
33+
"file-loader": "^5.1.0",
34+
"ts-node": "^8.6.2",
35+
"typescript": "^3.8.2",
36+
"webpack": "^4.41.6",
37+
"webpack-cli": "^3.3.11"
3838
}
3939
}

examples/MaterialUI/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
"build:watch": "webpack -d --watch"
2020
},
2121
"dependencies": {
22-
"@material-ui/core": "^4.4.3",
22+
"@material-ui/core": "^4.9.4",
2323
"lodash": "^4.17.15",
24-
"react": "^16.9.0",
25-
"react-dom": "^16.9.0",
24+
"react": "^16.13.0",
25+
"react-dom": "^16.13.0",
2626
"react-form-with-constraints": "^0.14.0",
2727
"react-form-with-constraints-material-ui": "^0.14.0",
2828
"react-form-with-constraints-tools": "^0.14.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.6.2",
32-
"@babel/preset-react": "^7.0.0",
33-
"@babel/preset-typescript": "^7.6.0",
34-
"@types/lodash": "^4.14.139",
35-
"@types/node": "^12.7.7",
36-
"@types/react": "^16.9.2",
37-
"@types/react-dom": "^16.9.0",
38-
"@types/webpack": "^4.39.1",
39-
"file-loader": "^4.2.0",
40-
"ts-node": "^8.4.1",
41-
"typescript": "^3.6.3",
42-
"webpack": "^4.41.0",
43-
"webpack-cli": "^3.3.9"
31+
"@babel/core": "^7.8.6",
32+
"@babel/preset-react": "^7.8.3",
33+
"@babel/preset-typescript": "^7.8.3",
34+
"@types/lodash": "^4.14.149",
35+
"@types/node": "^13.7.6",
36+
"@types/react": "^16.9.23",
37+
"@types/react-dom": "^16.9.5",
38+
"@types/webpack": "^4.41.6",
39+
"file-loader": "^5.1.0",
40+
"ts-node": "^8.6.2",
41+
"typescript": "^3.8.2",
42+
"webpack": "^4.41.6",
43+
"webpack-cli": "^3.3.11"
4444
}
4545
}

examples/Password/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,34 @@
1818
"test:e2e": "jest --config jest-e2e.config.js --verbose"
1919
},
2020
"dependencies": {
21-
"react": "^16.9.0",
22-
"react-dom": "^16.9.0",
21+
"react": "^16.13.0",
22+
"react-dom": "^16.13.0",
2323
"react-form-with-constraints": "^0.14.0",
2424
"react-form-with-constraints-tools": "^0.14.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.6.2",
28-
"@babel/preset-react": "^7.0.0",
29-
"@babel/preset-typescript": "^7.6.0",
27+
"@babel/core": "^7.8.6",
28+
"@babel/preset-react": "^7.8.3",
29+
"@babel/preset-typescript": "^7.8.3",
3030
"@types/circular-dependency-plugin": "^5.0.0",
31-
"@types/expect-puppeteer": "^3.3.1",
32-
"@types/jest": "^24.0.18",
31+
"@types/expect-puppeteer": "^4.4.0",
32+
"@types/jest": "^25.1.3",
3333
"@types/jest-environment-puppeteer": "^4.3.1",
34-
"@types/node": "^12.7.7",
35-
"@types/puppeteer": "^1.19.1",
36-
"@types/react": "^16.9.2",
37-
"@types/react-dom": "^16.9.0",
38-
"@types/webpack": "^4.39.1",
34+
"@types/node": "^13.7.6",
35+
"@types/puppeteer": "^2.0.1",
36+
"@types/react": "^16.9.23",
37+
"@types/react-dom": "^16.9.5",
38+
"@types/webpack": "^4.41.6",
3939
"circular-dependency-plugin": "^5.2.0",
40-
"file-loader": "^4.2.0",
41-
"http-server": "^0.11.1",
42-
"jest": "^24.9.0",
43-
"jest-puppeteer": "^4.3.0",
44-
"puppeteer": "^1.20.0",
45-
"ts-jest": "^24.1.0",
46-
"ts-node": "^8.4.1",
47-
"typescript": "^3.6.3",
48-
"webpack": "^4.41.0",
49-
"webpack-cli": "^3.3.9"
40+
"file-loader": "^5.1.0",
41+
"http-server": "^0.12.1",
42+
"jest": "^25.1.0",
43+
"jest-puppeteer": "^4.4.0",
44+
"puppeteer": "^2.1.1",
45+
"ts-jest": "^25.2.1",
46+
"ts-node": "^8.6.2",
47+
"typescript": "^3.8.2",
48+
"webpack": "^4.41.6",
49+
"webpack-cli": "^3.3.11"
5050
}
5151
}

examples/PasswordWithoutState/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"build:watch": "webpack -d --watch"
1818
},
1919
"dependencies": {
20-
"react": "^16.9.0",
21-
"react-dom": "^16.9.0",
20+
"react": "^16.13.0",
21+
"react-dom": "^16.13.0",
2222
"react-form-with-constraints": "^0.14.0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.6.2",
26-
"@babel/preset-react": "^7.0.0",
27-
"@babel/preset-typescript": "^7.6.0",
28-
"@types/node": "^12.7.7",
29-
"@types/react": "^16.9.2",
30-
"@types/react-dom": "^16.9.0",
31-
"@types/webpack": "^4.39.1",
32-
"file-loader": "^4.2.0",
33-
"ts-node": "^8.4.1",
34-
"typescript": "^3.6.3",
35-
"webpack": "^4.41.0",
36-
"webpack-cli": "^3.3.9"
25+
"@babel/core": "^7.8.6",
26+
"@babel/preset-react": "^7.8.3",
27+
"@babel/preset-typescript": "^7.8.3",
28+
"@types/node": "^13.7.6",
29+
"@types/react": "^16.9.23",
30+
"@types/react-dom": "^16.9.5",
31+
"@types/webpack": "^4.41.6",
32+
"file-loader": "^5.1.0",
33+
"ts-node": "^8.6.2",
34+
"typescript": "^3.8.2",
35+
"webpack": "^4.41.6",
36+
"webpack-cli": "^3.3.11"
3737
}
3838
}

examples/PlainOldReact/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
"build:watch": "webpack -d --watch"
1717
},
1818
"dependencies": {
19-
"react": "^16.9.0",
20-
"react-dom": "^16.9.0"
19+
"react": "^16.13.0",
20+
"react-dom": "^16.13.0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.6.2",
24-
"@babel/preset-react": "^7.0.0",
25-
"@babel/preset-typescript": "^7.6.0",
26-
"@types/node": "^12.7.7",
27-
"@types/react": "^16.9.2",
28-
"@types/react-dom": "^16.9.0",
29-
"@types/webpack": "^4.39.1",
30-
"file-loader": "^4.2.0",
31-
"ts-node": "^8.4.1",
32-
"typescript": "^3.6.3",
33-
"webpack": "^4.41.0",
34-
"webpack-cli": "^3.3.9"
23+
"@babel/core": "^7.8.6",
24+
"@babel/preset-react": "^7.8.3",
25+
"@babel/preset-typescript": "^7.8.3",
26+
"@types/node": "^13.7.6",
27+
"@types/react": "^16.9.23",
28+
"@types/react-dom": "^16.9.5",
29+
"@types/webpack": "^4.41.6",
30+
"file-loader": "^5.1.0",
31+
"ts-node": "^8.6.2",
32+
"typescript": "^3.8.2",
33+
"webpack": "^4.41.6",
34+
"webpack-cli": "^3.3.11"
3535
}
3636
}

examples/ReactNative/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"expo": {
33
"name": "React Native example",
44
"slug": "react-native-example",
5-
"sdkVersion": "35.0.0"
5+
"sdkVersion": "36.0.0"
66
}
77
}

examples/ReactNative/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"expo": "^35.0.0",
26+
"expo": "^36.0.2",
2727
"lodash": "^4.17.15",
28-
"react": "16.8.3",
28+
"react": "^16.13.0",
2929
"react-form-with-constraints": "../../packages/react-form-with-constraints",
3030
"react-form-with-constraints-native": "../../packages/react-form-with-constraints-native",
3131
"react-form-with-constraints-tools": "../../packages/react-form-with-constraints-tools",
32-
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz"
32+
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.6.2",
36-
"@babel/preset-typescript": "^7.6.0",
37-
"@types/jest": "^24.0.18",
38-
"@types/lodash": "^4.14.139",
39-
"@types/react": "^16.9.2",
40-
"@types/react-native": "^0.60.15",
41-
"@types/react-test-renderer": "^16.9.0",
42-
"babel-preset-expo": "^7.0.0",
43-
"expo-cli": "^3.1.2",
44-
"jest-expo": "^35.0.0",
45-
"react-test-renderer": "16.8.3",
46-
"typescript": "^3.6.3"
35+
"@babel/core": "^7.8.6",
36+
"@babel/preset-typescript": "^7.8.3",
37+
"@types/jest": "^25.1.3",
38+
"@types/lodash": "^4.14.149",
39+
"@types/react": "^16.9.23",
40+
"@types/react-native": "^0.61.17",
41+
"@types/react-test-renderer": "^16.9.2",
42+
"babel-preset-expo": "^8.0.0",
43+
"expo-cli": "^3.13.1",
44+
"jest-expo": "^36.0.1",
45+
"react-test-renderer": "^16.13.0",
46+
"typescript": "^3.8.2"
4747
}
4848
}

0 commit comments

Comments
 (0)