Skip to content

Commit

Permalink
chore: bump dev deps and examples (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Nov 10, 2022
1 parent 9ccffa9 commit d6f3f17
Show file tree
Hide file tree
Showing 16 changed files with 6,799 additions and 8,204 deletions.
4 changes: 2 additions & 2 deletions examples/flow-with-babel/package.json
Expand Up @@ -14,9 +14,9 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"flow-bin": "^0.175.0",
"flow-bin": "^0.192.0",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
Expand Down
2,647 changes: 1,188 additions & 1,459 deletions examples/flow-with-babel/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/typescript-with-babel/package.json
Expand Up @@ -12,14 +12,14 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"typescript": "4.6.3",
"react-refresh": "^0.14.0",
"typescript": "~4.8.4",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
Expand Down
2,679 changes: 1,207 additions & 1,472 deletions examples/typescript-with-babel/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/typescript-with-swc/package.json
Expand Up @@ -9,15 +9,15 @@
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@swc/core": "^1.2.163",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"swc-loader": "^0.1.15",
"typescript": "4.6.3",
"react-refresh": "^0.14.0",
"swc-loader": "^0.2.3",
"typescript": "~4.8.4",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
Expand Down
1,338 changes: 539 additions & 799 deletions examples/typescript-with-swc/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/typescript-with-tsc/package.json
Expand Up @@ -8,15 +8,15 @@
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^7.2.2",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.4",
"ts-loader": "^9.2.8",
"typescript": "4.6.3",
"typescript": "~4.8.4",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
Expand Down
1,192 changes: 476 additions & 716 deletions examples/typescript-with-tsc/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/webpack-dev-server/package.json
Expand Up @@ -14,7 +14,7 @@
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
Expand Down
2,605 changes: 1,167 additions & 1,438 deletions examples/webpack-dev-server/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/webpack-hot-middleware/package.json
Expand Up @@ -16,7 +16,7 @@
"cross-env": "^7.0.3",
"express": "^4.17.3",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"webpack": "^5.71.0",
"webpack-dev-middleware": "^5.3.1"
},
Expand Down
2,063 changes: 1,026 additions & 1,037 deletions examples/webpack-hot-middleware/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/webpack-plugin-serve/package.json
Expand Up @@ -14,7 +14,7 @@
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"react-refresh": "^0.12.0",
"react-refresh": "^0.14.0",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-plugin-serve": "^1.6.0"
Expand Down
2,026 changes: 977 additions & 1,049 deletions examples/webpack-plugin-serve/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -99,7 +99,7 @@
"semver": "^7.3.5",
"sourcemap-validator": "^2.1.0",
"type-fest": "^3.0.0",
"typescript": "4.8.3",
"typescript": "~4.8.4",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-cli.legacy": "npm:webpack-cli@3.x",
Expand Down Expand Up @@ -142,7 +142,7 @@
}
},
"resolutions": {
"type-fest": "3.0.0"
"type-fest": "3.2.0"
},
"engines": {
"node": ">= 10.13"
Expand Down

0 comments on commit d6f3f17

Please sign in to comment.