Skip to content

Commit

Permalink
chore(deps): update webpack packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2023
1 parent da5657c commit b925b24
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 271 deletions.
6 changes: 3 additions & 3 deletions examples/ssr/package.json
Expand Up @@ -17,12 +17,12 @@
},
"devDependencies": {
"babel-preset-razzle": "^4.2.18",
"html-webpack-plugin": "^5.5.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^8.4.27",
"razzle": "^4.2.18",
"razzle-dev-utils": "^4.2.18",
"webpack": "^5.76.1",
"webpack-dev-server": "^4.11.1"
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1"
}
}
14 changes: 7 additions & 7 deletions examples/webpack/package.json
Expand Up @@ -10,15 +10,15 @@
"@compiled/babel-component-fixture": "*",
"@compiled/react": "*",
"@compiled/webpack-loader": "*",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.2",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"eslint": "^8.41.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-loader/package.json
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@compiled/react": "^0.13.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"memfs": "^3.4.13",
"mini-css-extract-plugin": "^1.6.2",
"react": "^17.0.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"webpack": "^5.76.1"
"webpack": "^5.88.2"
},
"peerDependencies": {
"webpack": ">= 4.46.0"
Expand Down

0 comments on commit b925b24

Please sign in to comment.