Skip to content

Commit 0cb8af8

Browse files
author
Victor Borrego Perez
committed
[06-api-rest] [03-graphql] update packages version
1 parent 095908d commit 0cb8af8

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
lines changed

06-rest-api/03-graphql/02-crud/00-boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/preset-react": "^7.14.5",
3939
"@babel/preset-typescript": "^7.14.5",
4040
"@emotion/babel-plugin": "^11.3.0",
41-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
41+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
4242
"@types/react": "^17.0.14",
4343
"@types/react-dom": "^17.0.9",
4444
"@types/react-router-dom": "^5.1.8",

06-rest-api/03-graphql/02-crud/00-boilerplate/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"jsx": "react",
1010
"noLib": false,
1111
"allowJs": true,
12-
"suppressImplicitAnyIndexErrors": true,
1312
"skipLibCheck": true,
1413
"esModuleInterop": true,
1514
"baseUrl": "./src/",

06-rest-api/03-graphql/02-crud/01-graphql-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/preset-react": "^7.14.5",
3939
"@babel/preset-typescript": "^7.14.5",
4040
"@emotion/babel-plugin": "^11.3.0",
41-
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
41+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
4242
"@types/react": "^17.0.14",
4343
"@types/react-dom": "^17.0.9",
4444
"@types/react-router-dom": "^5.1.8",

06-rest-api/03-graphql/02-crud/01-graphql-backend/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"jsx": "react",
1010
"noLib": false,
1111
"allowJs": true,
12-
"suppressImplicitAnyIndexErrors": true,
1312
"skipLibCheck": true,
1413
"esModuleInterop": true,
1514
"baseUrl": "./src/",

06-rest-api/03-graphql/02-crud/02-graphql-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/preset-react": "^7.14.5",
4141
"@babel/preset-typescript": "^7.14.5",
4242
"@emotion/babel-plugin": "^11.3.0",
43-
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
43+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
4444
"@types/react": "^17.0.14",
4545
"@types/react-dom": "^17.0.9",
4646
"@types/react-router-dom": "^5.1.8",

06-rest-api/03-graphql/02-crud/02-graphql-frontend/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"jsx": "react",
1010
"noLib": false,
1111
"allowJs": true,
12-
"suppressImplicitAnyIndexErrors": true,
1312
"skipLibCheck": true,
1413
"esModuleInterop": true,
1514
"baseUrl": "./src/",

06-rest-api/03-graphql/02-crud/03-migrate-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/preset-react": "^7.14.5",
4141
"@babel/preset-typescript": "^7.14.5",
4242
"@emotion/babel-plugin": "^11.3.0",
43-
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
43+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
4444
"@types/react": "^17.0.14",
4545
"@types/react-dom": "^17.0.9",
4646
"@types/react-router-dom": "^5.1.8",

06-rest-api/03-graphql/02-crud/03-migrate-app/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"jsx": "react",
1010
"noLib": false,
1111
"allowJs": true,
12-
"suppressImplicitAnyIndexErrors": true,
1312
"skipLibCheck": true,
1413
"esModuleInterop": true,
1514
"baseUrl": "./src/",

0 commit comments

Comments
 (0)