Skip to content

Commit

Permalink
chore(deps): update webpack packages (#1411)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and AtlassianRubberDuck committed Feb 15, 2023
1 parent c3a4ac2 commit d405481
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 1,069 deletions.
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "^8.4.21",
"razzle": "^4.2.18",
"razzle-dev-utils": "^4.2.18",
"webpack": "^5.71.0",
"webpack-dev-server": "^4.7.4"
"webpack": "^5.75.0",
"webpack-dev-server": "^4.11.1"
}
}
8 changes: 4 additions & 4 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@compiled/babel-component-fixture": "*",
"@compiled/react": "*",
"@compiled/webpack-loader": "*",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"babel-loader": "^8.3.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^3.4.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^1.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@compiled/react": "*",
"@size-limit/preset-big-lib": "^8.1.2",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/manager-webpack5": "^6.4.20",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.19",
Expand All @@ -81,7 +81,7 @@
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-loader": "^8.2.4",
"babel-loader": "^8.3.0",
"eslint": "^8.33.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
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@compiled/react": "^0.11.3",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"babel-loader": "^8.3.0",
"css-loader": "^6.7.3",
"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.71.0"
"webpack": "^5.75.0"
},
"peerDependencies": {
"webpack": ">= 4.46.0"
Expand Down
Loading

0 comments on commit d405481

Please sign in to comment.