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 Mar 20, 2024
1 parent 44b1323 commit 90b527c
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 517 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.6.0",
"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.91.0",
"webpack-dev-server": "^4.15.2"
}
}
14 changes: 7 additions & 7 deletions examples/webpack/package.json
Expand Up @@ -11,15 +11,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.10.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^5.6.0",
"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.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,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.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json-files": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-loader/package.json
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@compiled/react": "^0.17.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"memfs": "^3.5.3",
"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.91.0"
},
"peerDependencies": {
"webpack": ">= 4.46.0"
Expand Down

0 comments on commit 90b527c

Please sign in to comment.