Skip to content

Commit 0f9383d

Browse files
committed
Fix "Cannot find module 'corejs3-shipped-proposals'"
1 parent 8c1c20d commit 0f9383d

File tree

17 files changed

+1109
-283
lines changed

17 files changed

+1109
-283
lines changed

examples/Bootstrap4/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"react-form-with-constraints-tools": "^0.15.0"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.8.6",
37-
"@babel/preset-env": "^7.8.6",
38-
"@babel/preset-react": "^7.8.3",
36+
"@babel/core": "^7.12.3",
37+
"@babel/preset-env": "^7.12.1",
38+
"@babel/preset-react": "^7.12.1",
3939
"babel-loader": "^8.0.6",
4040
"css-loader": "^3.4.2",
4141
"file-loader": "^5.1.0",

examples/ClubMembers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"react-form-with-constraints-tools": "^0.15.0"
2626
},
2727
"devDependencies": {
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",
28+
"@babel/core": "^7.12.3",
29+
"@babel/plugin-proposal-class-properties": "^7.12.1",
30+
"@babel/plugin-proposal-decorators": "^7.12.1",
31+
"@babel/preset-react": "^7.12.1",
32+
"@babel/preset-typescript": "^7.12.1",
3333
"@types/node": "^13.7.6",
3434
"@types/react": "^16.9.23",
3535
"@types/react-dom": "^16.9.5",

examples/HTML5ConstraintValidationAPI/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
"react-dom": "^16.13.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.8.6",
27-
"@babel/preset-react": "^7.8.3",
28-
"@babel/preset-typescript": "^7.8.3",
26+
"@babel/core": "^7.12.3",
27+
"@babel/preset-react": "^7.12.1",
28+
"@babel/preset-typescript": "^7.12.1",
2929
"@types/node": "^13.7.6",
3030
"@types/react": "^16.9.23",
3131
"@types/react-dom": "^16.9.5",
3232
"@types/webpack": "^4.41.6",
33+
"babel-loader": "^8.1.0",
3334
"file-loader": "^5.1.0",
3435
"ts-node": "^8.6.2",
3536
"typescript": "^3.8.2",

examples/MaterialUI/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"react-form-with-constraints-tools": "^0.15.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.8.6",
32-
"@babel/preset-react": "^7.8.3",
33-
"@babel/preset-typescript": "^7.8.3",
31+
"@babel/core": "^7.12.3",
32+
"@babel/preset-react": "^7.12.1",
33+
"@babel/preset-typescript": "^7.12.1",
3434
"@types/lodash": "^4.14.149",
3535
"@types/node": "^13.7.6",
3636
"@types/react": "^16.9.23",

examples/Password/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"react-form-with-constraints-tools": "^0.15.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.8.6",
28-
"@babel/preset-react": "^7.8.3",
29-
"@babel/preset-typescript": "^7.8.3",
27+
"@babel/core": "^7.12.3",
28+
"@babel/preset-react": "^7.12.1",
29+
"@babel/preset-typescript": "^7.12.1",
3030
"@types/circular-dependency-plugin": "^5.0.0",
3131
"@types/expect-puppeteer": "^4.4.0",
3232
"@types/jest": "^25.1.3",

examples/PasswordWithoutState/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"react-form-with-constraints": "^0.15.0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.8.6",
26-
"@babel/preset-react": "^7.8.3",
27-
"@babel/preset-typescript": "^7.8.3",
25+
"@babel/core": "^7.12.3",
26+
"@babel/preset-react": "^7.12.1",
27+
"@babel/preset-typescript": "^7.12.1",
2828
"@types/node": "^13.7.6",
2929
"@types/react": "^16.9.23",
3030
"@types/react-dom": "^16.9.5",

examples/PlainOldReact/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"react-dom": "^16.13.0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.8.6",
24-
"@babel/preset-react": "^7.8.3",
25-
"@babel/preset-typescript": "^7.8.3",
23+
"@babel/core": "^7.12.3",
24+
"@babel/preset-react": "^7.12.1",
25+
"@babel/preset-typescript": "^7.12.1",
2626
"@types/node": "^13.7.6",
2727
"@types/react": "^16.9.23",
2828
"@types/react-dom": "^16.9.5",

examples/ReactNative/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.8.6",
36-
"@babel/preset-typescript": "^7.8.3",
35+
"@babel/core": "^7.12.3",
36+
"@babel/preset-typescript": "^7.12.1",
3737
"@types/jest": "^25.1.3",
3838
"@types/lodash": "^4.14.149",
3939
"@types/react": "^16.9.23",

examples/ServerSideRendering/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"react-form-with-constraints-tools": "^0.15.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.8.6",
29-
"@babel/preset-react": "^7.8.3",
30-
"@babel/preset-typescript": "^7.8.3",
28+
"@babel/core": "^7.12.3",
29+
"@babel/preset-react": "^7.12.1",
30+
"@babel/preset-typescript": "^7.12.1",
3131
"@types/express": "^4.17.2",
3232
"@types/node": "^13.7.6",
3333
"@types/react": "^16.9.23",

examples/SignUp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"react-i18next": "^11.3.3"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.8.6",
32-
"@babel/plugin-proposal-class-properties": "^7.8.3",
33-
"@babel/preset-react": "^7.8.3",
34-
"@babel/preset-typescript": "^7.8.3",
31+
"@babel/core": "^7.12.3",
32+
"@babel/plugin-proposal-class-properties": "^7.12.1",
33+
"@babel/preset-react": "^7.12.1",
34+
"@babel/preset-typescript": "^7.12.1",
3535
"@types/lodash": "^4.14.149",
3636
"@types/node": "^13.7.6",
3737
"@types/react": "^16.9.23",

0 commit comments

Comments
 (0)