Skip to content

Commit 8663baf

Browse files
chore: update webpack deps (#7752)
1 parent 75354fc commit 8663baf

3 files changed

Lines changed: 163 additions & 178 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@mdx-js/react": "^3.1.1",
9898
"@octokit/auth-action": "^5.1.1",
9999
"@octokit/rest": "^21.1.1",
100-
"@pmmmwh/react-refresh-webpack-plugin": "next",
100+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
101101
"@svgr/webpack": "^8.1.0",
102102
"autoprefixer": "^10.4.23",
103103
"babel-loader": "^10.0.0",
@@ -120,7 +120,7 @@
120120
"husky": "^9.1.7",
121121
"hyperlink": "^5.0.4",
122122
"jest": "^29.7.0",
123-
"lightningcss": "^1.30.2",
123+
"lightningcss": "^1.31.0",
124124
"lint-staged": "^15.4.3",
125125
"lodash": "^4.17.21",
126126
"markdownlint-cli": "^0.44.0",
@@ -143,7 +143,7 @@
143143
"remark-html": "^16.0.1",
144144
"remark-refractor": "montogeek/remark-refractor",
145145
"rimraf": "^6.1.2",
146-
"sass": "^1.79.5",
146+
"sass": "^1.97.2",
147147
"sass-loader": "^16.0.6",
148148
"sirv-cli": "^3.0.1",
149149
"sitemap-static": "^0.4.2",
@@ -152,8 +152,8 @@
152152
"tailwindcss": "^3.4.16",
153153
"tap-spot": "^1.1.2",
154154
"unist-util-visit": "^5.0.0",
155-
"webpack": "^5.97.1",
156-
"webpack-bundle-analyzer": "^4.10.2",
155+
"webpack": "^5.104.1",
156+
"webpack-bundle-analyzer": "^5.1.1",
157157
"webpack-cli": "^6.0.1",
158158
"webpack-dev-server": "^5.2.3",
159159
"webpack-merge": "^6.0.1",

webpack.common.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ export default ({ ssg = false }) => ({
9999
{
100100
loader: "sass-loader",
101101
options: {
102-
api: "legacy",
103102
sassOptions: {
104-
includePaths: [path.join("./src/styles/partials")],
103+
loadPaths: [path.join("./src/styles/partials")],
105104
},
106105
},
107106
},

0 commit comments

Comments
 (0)